CVE-2008-0138
XOOPS mod_gallery - Remote File Inclusion via GALLERY_BASEDIR Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-0138. PoCs published by Eugene Minaev.
AI-analyzed exploit summary This exploit leverages a remote file inclusion (RFI) vulnerability in XOOPS mod_gallery due to insecure use of `extract()` on user-controlled input, bypassing a flawed security fix. The PoC demonstrates how to inject a malicious `GALLERY_BASEDIR` parameter to include a remote shell.
Description
PHP remote file inclusion vulnerability in xoopsgallery/init_basic.php in the mod_gallery module for XOOPS, when register_globals is disabled, allows remote attackers to execute arbitrary PHP code via a URL in the GALLERY_BASEDIR parameter.
Exploits (1)
This exploit leverages a remote file inclusion (RFI) vulnerability in XOOPS mod_gallery due to insecure use of `extract()` on user-controlled input, bypassing a flawed security fix. The PoC demonstrates how to inject a malicious `GALLERY_BASEDIR` parameter to include a remote shell.