CVE-2006-6773
Fishyshoop 0.930 beta - Unauthenticated Arbitrary Admin User Creation via is_admin Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-6773. PoCs published by James Gray.
AI-analyzed exploit summary This exploit leverages an insecure registration process in Fishyshoop to create an admin account by directly submitting a POST request with admin privileges. It bypasses proper authentication checks by setting 'is_admin=1' in the form data.
Description
pages/register/register.php in Fishyshoop 0.930 beta allows remote attackers to create arbitrary administrative users by setting the is_admin HTTP POST parameter to 1.
Exploits (1)
This exploit leverages an insecure registration process in Fishyshoop to create an admin account by directly submitting a POST request with admin privileges. It bypasses proper authentication checks by setting 'is_admin=1' in the form data.