.. / CVE-2022-4049

Exploit for WP User <= 7.0 - Unauthenticated SQLi (CVE-2022-4049)

Description:

The WP User WordPress plugin through 7.0 does not properly sanitize and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users.

Nuclei Template

View the template here CVE-2022-4049.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2022/CVE-2022-4049.yaml
Copy

References:

https://nvd.nist.gov/vuln/detail/CVE-2022-4049
https://wpscan.com/vulnerability/9b0781e2-ad62-4308-bafc-d45b9a2472be
https://wordpress.org/plugins/wp-user/
https://github.com/cyllective/CVEs