.. / CVE-2021-24838

Exploit for WordPress AnyComment <0.3.5 - Open Redirect (CVE-2021-24838)

Description:

WordPress AnyComment plugin before 0.3.5 contains an open redirect vulnerability via an API endpoint which passes user input via the redirect parameter to the wp_redirect() function without being validated. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

Nuclei Template

View the template here CVE-2021-24838.yaml

Validate with Nuclei

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

References:

https://wpscan.com/vulnerability/562e81ad-7422-4437-a5b4-fcab9379db82
https://nvd.nist.gov/vuln/detail/CVE-2021-24838
https://github.com/ARPSyndicate/kenzer-templates
https://github.com/ARPSyndicate/cvemon