Update CVE-2021-41878.yaml
parent
3f5eacde49
commit
d00d8a79c4
|
@ -4,11 +4,11 @@ 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.
|
||||
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
|
||||
- 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
|
||||
|
@ -16,7 +16,7 @@ info:
|
|||
cwe-id: CWE-79
|
||||
metadata:
|
||||
verified: true
|
||||
tags: cve,cve2021,justwriting,xss
|
||||
tags: cve,cve2021,ipanel,xss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -29,7 +29,7 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- '><img src=a onerror=alert("document.domain")>'
|
||||
- '<title>i-Panel Administration System</title>'
|
||||
- 'i-Panel Administration'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue