Adiscon LogAnalyzer - Information Disclosure
ID: adiscon-loganalyzer
Severity: high
Author: geeknik
Tags: adiscon,loganalyzer,syslog,exposure,panel
Description
Section titled “Description”Adiscon LogAnalyzer was discovered. Adiscon LogAnalyzer is a web interface to syslog and other network event data. It provides easy browsing and analysis of real-time network events and reporting services.
YAML Source
Section titled “YAML Source”id: adiscon-loganalyzer
info: name: Adiscon LogAnalyzer - Information Disclosure author: geeknik severity: high description: Adiscon LogAnalyzer was discovered. Adiscon LogAnalyzer is a web interface to syslog and other network event data. It provides easy browsing and analysis of real-time network events and reporting services. reference: - https://loganalyzer.adiscon.com/ classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cwe-id: CWE-200 cpe: cpe:2.3:a:adiscon:loganalyzer:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: adiscon product: loganalyzer tags: adiscon,loganalyzer,syslog,exposure,panel
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - 'Adiscon LogAnalyzer' - 'value="SYSLOG"' - 'value="EVTRPT"' - 'value="WEBLOG"' condition: and
- type: status status: - 200
- type: word part: header words: - 'text/html'# digest: 4a0a004730450221009c9d50bd6c5b8cbd06d74df35368ca742927f209367622cc8a31ff8a534dceb90220274e662e9c332f366ebe8288c818cb537f1c2c9c3e947bb884c71e7018ccb1e4:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/adiscon-loganalyzer.yaml"