vendor:
by:
O.U.T.L.A.W
7.5
CVSS
HIGH
Arbitrary File Inclusion
98
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2006
Arbitrary File Inclusion Vulnerability in session.php
The vulnerability allows an attacker to include arbitrary files from the server. By manipulating the 'wb_class_dir' parameter, an attacker can include a shell script and execute arbitrary commands on the server.
Mitigation:
Update the code to properly validate and sanitize user input when including files. Additionally, restrict file inclusion to only necessary directories.