CVE-2001-1370
phplib < 7.2d - Remote Code Execution via $_PHPLIB[libdir] Manipulation
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2001-1370. PoCs published by giancarlo pinerolo.
AI-analyzed exploit summary The exploit describes a vulnerability in PHPLIB where remote attackers can manipulate the $_PHPLIB[libdir] parameter to include and execute arbitrary PHP code from a remote host. This is achieved by crafting a URL that sets the libdir to an attacker-controlled server, leading to remote code execution.
Description
prepend.php3 in PHPLib before 7.2d, when register_globals is enabled for PHP, allows remote attackers to execute arbitrary scripts via an HTTP request that modifies $_PHPLIB[libdir] to point to malicious code on another server, as seen in Horde 1.2.5 and earlier, IMP before 2.2.6, and other packages that use PHPLib.
Exploits (1)
The exploit describes a vulnerability in PHPLIB where remote attackers can manipulate the $_PHPLIB[libdir] parameter to include and execute arbitrary PHP code from a remote host. This is achieved by crafting a URL that sets the libdir to an attacker-controlled server, leading to remote code execution.