CVE-2006-0805
php-Nuke 6.0-7.9 - CAPTCHA Bypass via Fixed Challenge/Response Pairs
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-0805. PoCs published by waraxe.
AI-analyzed exploit summary This exploit demonstrates a CAPTCHA bypass in PHPNuke by submitting hardcoded values for 'random_num' and 'gfx_check' to bypass authentication checks. It allows brute-force attacks against the login page.
Description
The CAPTCHA functionality in php-Nuke 6.0 through 7.9 uses fixed challenge/response pairs that only vary once per day based on the User Agent (HTTP_USER_AGENT), which allows remote attackers to bypass CAPTCHA controls by fixing the User Agent, performing a valid challenge/response, then replaying that pair in the random_num and gfx_check parameters.
Exploits (1)
This exploit demonstrates a CAPTCHA bypass in PHPNuke by submitting hardcoded values for 'random_num' and 'gfx_check' to bypass authentication checks. It allows brute-force attacks against the login page.