CVE-2022-0769
published 2022-04-25CVE-2022-0769: The Users Ultra WordPress plugin through 3.1.0 fails to properly sanitize and escape the data_target parameter before it is being interpolated in an SQL…
PriorityP182critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
8.42%
94.3th percentile
The Users Ultra WordPress plugin through 3.1.0 fails to properly sanitize and escape the data_target parameter before it is being interpolated in an SQL statement and then executed via the rating_vote AJAX action (available to both unauthenticated and authenticated users), leading to an SQL Injection.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| usersultra | users_ultra | <= 3.1.0 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Exploit targets the `rating_vote` AJAX action via unsanitized `data_target` parameter, injectable by both unauthenticated and authenticated users — monitor WordPress AJAX requests (wp-admin/admin-ajax.php) for `action=rating_vote` with anomalous `data_target` values (e.g., SQL metacharacters). ↗
- →HTTP 200 response containing the string 'You have to be logged in to leave your rate' in the body can be used as a fingerprint to confirm a vulnerable Users Ultra plugin instance is present.
- →Nuclei/probe template targets Users Ultra plugin versions up to and including 3.1.0; match on status_code 200 and content-type text/html alongside the body string for positive identification.
- ·The vulnerability affects Users Ultra WordPress plugin through version 3.1.0; versions above this threshold may be patched. ↗
- ·The SQLi is exploitable by unauthenticated users, meaning no authentication bypass is required — any public-facing WordPress site with this plugin is at risk. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-6gqf-mgmr-77r9: The Users Ultra WordPress plugin through 3
ghsa_unreviewed·2022-04-26
CVE-2022-0769 [CRITICAL] CWE-89 GHSA-6gqf-mgmr-77r9: The Users Ultra WordPress plugin through 3
The Users Ultra WordPress plugin through 3.1.0 fails to properly sanitize and escape the data_target parameter before it is being interpolated in an SQL statement and then executed via the rating_vote AJAX action (available to both unauthenticated and authenticated users), leading to an SQL Injection.
VulnCheck
usersultra users_ultra Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
vulncheck·2022·CVSS 9.8
CVE-2022-0769 [CRITICAL] usersultra users_ultra Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
usersultra users_ultra Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The Users Ultra WordPress plugin through 3.1.0 fails to properly sanitize and escape the data_target parameter before it is being interpolated in an SQL statement and then executed via the rating_vote AJAX action (available to both unauthenticated and authenticated users), leading to an SQL Injection.
Affected: usersultra users_ultra
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2023-11-30&host_type=src&vulnerability=cve-2022-0769; https://dashboard.shadowserver.org/stat
No detection rules found.
Nuclei
Users Ultra <= 3.1.0 - SQL Injection
nuclei·CVSS 9.8
CVE-2022-0769 [CRITICAL] Users Ultra <= 3.1.0 - SQL Injection
Users Ultra =6'
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "You have to be logged in to leave your rate")'
condition: and
# digest: 4a0a0047304502206a07c44a945319b2876cabe5ccc7cfb43351ea20b3ef77a0d37e38e1e35e09b6022100e91e4358b8b116d3ea01466ae06629f2f16a5f1c351c7bce39638a04703cab21:922c64590222798bb761d5b6d8e72950
2022-04-25
Published
Exploited in the wild