CVE-2009-0530
SnippetMaster 2.2.2 - Remote Code Execution via PHP File Inclusion
Title source: manualExploitation Summary
EIP tracks 1 public exploit for CVE-2009-0530. PoCs published by RoMaNcYxHaCkEr.
AI-analyzed exploit summary The exploit demonstrates a Remote File Include (RFI) vulnerability in SnippetMaster Webpage Editor 2.2.2 by manipulating the `_SESSION[SCRIPT_PATH]` and `g_pcltar_lib_dir` parameters to include arbitrary remote files. It also includes a Remote XSS exploit via POST method injection in the language option.
Description
Multiple PHP remote file inclusion vulnerabilities in SnippetMaster 2.2.2, when register_globals is enabled, allow remote attackers to execute arbitrary PHP code via a URL in the (1) _SESSION[SCRIPT_PATH] parameter to includes/vars.inc.php and the (2) g_pcltar_lib_dir parameter to includes/tar_lib/pcltar.lib.php.
Exploits (1)
The exploit demonstrates a Remote File Include (RFI) vulnerability in SnippetMaster Webpage Editor 2.2.2 by manipulating the `_SESSION[SCRIPT_PATH]` and `g_pcltar_lib_dir` parameters to include arbitrary remote files. It also includes a Remote XSS exploit via POST method injection in the language option.