Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-0735. PoCs published by SirGod.
AI-analyzed exploit summary This exploit demonstrates a Local File Inclusion (LFI) vulnerability in Papoo CMS 3.6 by manipulating the 'pfadhier' parameter in the 'message_class.php' file. The null byte (%00) is used to terminate the file path, allowing arbitrary file reads.
Description
Directory traversal vulnerability in lib/classes/message_class.php in Papoo CMS 3.6, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote attackers to read and possibly execute arbitrary files via a .. (dot dot) in the pfadhier parameter. NOTE: some of these details are obtained from third party information.
Exploits (1)
This exploit demonstrates a Local File Inclusion (LFI) vulnerability in Papoo CMS 3.6 by manipulating the 'pfadhier' parameter in the 'message_class.php' file. The null byte (%00) is used to terminate the file path, allowing arbitrary file reads.