vendor:
Social Engine
by:
MhZ91
5.5
CVSS
MEDIUM
Local File Inclusion
22
CWE
Product Name: Social Engine
Affected Version From: Social Engine v2.0
Affected Version To: Social Engine v2.0
Patch Exists: NO
Related CWE:
CPE: a:social_engine:2.0
Platforms Tested: All
2007
Social Engine v2.0 โ Local File Inclusion
This exploit allows an attacker to include local files on the server by manipulating the 'global_lang' parameter in various PHP files. By injecting a local file path and the null byte (%00) at the end of the parameter, the attacker can access sensitive files on the server.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and avoid passing user-supplied data directly to file inclusion functions. Additionally, access controls should be implemented to restrict unauthorized access to sensitive files.