CVE-2009-2641
School Data Navigator - Remote File Inclusion Code Execution
Title source: manualExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2641. PoCs published by Br0ly.
AI-analyzed exploit summary This exploit demonstrates a Local/Remote File Inclusion vulnerability in School Data Navigator due to improper variable declaration in index.php. It allows RFI if allow_url_fopen is enabled and LFI if magic_quotes_gpc is disabled, requiring register_globals to be on.
Description
PHP remote file inclusion vulnerability in app_and_readme/navigator/index.php in School Data Navigator allows remote attackers to execute arbitrary PHP code via a URL in the page parameter. NOTE: this can also be leveraged to include and execute arbitrary local files via .. (dot dot) sequences.
Exploits (1)
This exploit demonstrates a Local/Remote File Inclusion vulnerability in School Data Navigator due to improper variable declaration in index.php. It allows RFI if allow_url_fopen is enabled and LFI if magic_quotes_gpc is disabled, requiring register_globals to be on.