CVE-2007-5752
PHP-AGTC Membership System 1.1a - Unauthenticated Account Creation via adduser.php
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2007-5752. PoCs published by t0pP8uZz, 0x90.
AI-analyzed exploit summary This exploit leverages an arbitrary admin creation vulnerability in PHP AGTC-Membership System by sending a crafted POST request to adduser.php with a hidden 'userlevel' parameter set to 4 (admin). It automates the process of creating an admin account without authentication.
Description
adduser.php in PHP-AGTC Membership (AGTC-Membership) System 1.1a does not require authentication, which allows remote attackers to create accounts via a modified form, as demonstrated by an account with admin (userlevel 4) privileges.
Exploits (2)
This exploit leverages an arbitrary admin creation vulnerability in PHP AGTC-Membership System by sending a crafted POST request to adduser.php with a hidden 'userlevel' parameter set to 4 (admin). It automates the process of creating an admin account without authentication.
This exploit leverages an authentication bypass vulnerability in AGTC-Membership system v1.1a by directly submitting a form to adduser.php with a hidden 'userlevel' field set to 4 (admin privileges). It allows an attacker to create an admin account without proper authorization.