Update CVE-2021-37573.yaml
parent
344fba3089
commit
b5123f5abe
|
@ -1,11 +1,11 @@
|
|||
id: CVE-2021-37573
|
||||
|
||||
info:
|
||||
name: Tiny Java Web Server Reflected XSS
|
||||
reference:
|
||||
- https://seclists.org/fulldisclosure/2021/Aug/13
|
||||
name: Tiny Java Web Server - Reflected XSS
|
||||
author: geeknik
|
||||
severity: medium
|
||||
reference:
|
||||
- https://seclists.org/fulldisclosure/2021/Aug/13
|
||||
tags: cve,cve2021,xss,tjws
|
||||
|
||||
requests:
|
||||
|
@ -18,7 +18,13 @@ requests:
|
|||
- type: status
|
||||
status:
|
||||
- 404
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<H2>404 te<img src=x onerror=alert(42)>st not found</H2>"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
|
Loading…
Reference in New Issue