CVE-2002-1704
Zeroboard 4.1 - Remote Code Execution via _zb_path Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-1704. PoCs published by onlooker.
AI-analyzed exploit summary This exploit demonstrates a remote file inclusion vulnerability in Zeroboard's _head.php due to insufficient input sanitization. By manipulating the _zb_path parameter, an attacker can include and execute arbitrary PHP code from a remote URL when allow_url_fopen and register_globals are enabled.
Description
Zeroboard 4.1, when the "allow_url_fopen" and "register_globals" variables are enabled, allows remote attackers to execute arbitrary PHP code by modifying the _zb_path parameter to reference a URL on a remote web server that contains the code.
Exploits (1)
This exploit demonstrates a remote file inclusion vulnerability in Zeroboard's _head.php due to insufficient input sanitization. By manipulating the _zb_path parameter, an attacker can include and execute arbitrary PHP code from a remote URL when allow_url_fopen and register_globals are enabled.