CVE-2008-6001
adnforum < 1.0b - Unauthenticated Authentication Bypass via fpusuario Cookie
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-6001. PoCs published by Pepelux.
AI-analyzed exploit summary This exploit demonstrates an insecure cookie handling vulnerability in adnforum <= 1.0b. The cookie is base64-encoded and contains user credentials, but the application only checks the username for authentication, allowing an attacker to forge a cookie with admin privileges.
Description
index.php in ADN Forum 1.0b and earlier allows remote attackers to bypass authentication and gain sysop access via a fpusuario cookie composed of an initial sysop: string, an arbitrary password field, and a final :sysop:0 string.
Exploits (1)
This exploit demonstrates an insecure cookie handling vulnerability in adnforum <= 1.0b. The cookie is base64-encoded and contains user credentials, but the application only checks the username for authentication, allowing an attacker to forge a cookie with admin privileges.