Exploitation Summary
EIP tracks 2 public exploits for CVE-2010-2618. PoCs published by v3n0m.
AI-analyzed exploit summary This is a Metasploit module exploiting a Remote File Inclusion (RFI) vulnerability in AdaptCMS 2.0.1 Beta via the `sitepath` parameter in `/inc/smarty/libs/init.php`. It sends a crafted HTTP request to include a remote PHP payload, leading to arbitrary code execution.
Description
PHP remote file inclusion vulnerability in inc/smarty/libs/init.php in AdaptCMS 2.0.0 Beta, when register_globals is enabled, allows remote attackers to execute arbitrary PHP code via a URL in the sitepath parameter. NOTE: it was later reported that 2.0.1 is also affected.
Exploits (2)
This is a Metasploit module exploiting a Remote File Inclusion (RFI) vulnerability in AdaptCMS 2.0.1 Beta via the `sitepath` parameter in `/inc/smarty/libs/init.php`. It sends a crafted HTTP request to include a remote PHP payload, leading to arbitrary code execution.
This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in AdaptCMS 2.0.0 Beta due to improper handling of the 'sitepath' parameter in 'init.php'. The PoC shows how an attacker can include a remote file by manipulating the 'sitepath' parameter when 'register_globals' and 'allow_url_include' are enabled.