vendor:
XOOPS Module TinyContent
by:
Sp[L]o1T
7.5
CVSS
HIGH
Remote File Inclusion
CWE
Product Name: XOOPS Module TinyContent
Affected Version From: < 1.5
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
XOOPS Module TinyContent Remote File Inclusion
This vulnerability allows an attacker to include remote files on the server by manipulating a parameter in the URL. The specific vulnerable file is 'spaw_control.class.php' located in the 'admin/spaw' directory of the TinyContent module in XOOPS. By setting the 'spaw_root' parameter to a remote file location, the attacker can execute malicious code on the server.
Mitigation:
To mitigate this vulnerability, it is recommended to update the TinyContent module to version 1.5 or above. Additionally, it is advised to sanitize user input and validate file paths before including them in the code.