Exploitation Summary
EIP tracks 1 public exploit for CVE-2010-1058. PoCs published by Pouya Daneshmand.
AI-analyzed exploit summary This exploit demonstrates a Local File Inclusion (LFI) vulnerability in Address Book Script 1.9 by manipulating the LANG_CODE parameter to read arbitrary files (e.g., /etc/passwd). The null byte (%00) is used to terminate the path and bypass file extension checks.
Description
Directory traversal vulnerability in codelib/cfg/common.inc.php in Phpkobo Address Book Script 1.09, when magic_quotes_gpc is disabled, allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the LANG_CODE parameter.
Exploits (1)
This exploit demonstrates a Local File Inclusion (LFI) vulnerability in Address Book Script 1.9 by manipulating the LANG_CODE parameter to read arbitrary files (e.g., /etc/passwd). The null byte (%00) is used to terminate the path and bypass file extension checks.