CVE-2007-6458
123tkShop 0.9.1 - SQL Injection via Base64-Encoded Admin Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-6458. PoCs published by Michael Brooks.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in 123tkShop 0.9.1, allowing an attacker to bypass authentication and gain administrative rights via a crafted base64-encoded payload. The vulnerability exists in the `is_admin` function in `mainfile.php` and works regardless of `magic_quotes_gpc` or `register_globals` settings.
Description
SQL injection vulnerability in shop/mainfile.php in 123tkShop 0.9.1 allows remote attackers to execute arbitrary SQL commands via a base64-encoded value of the admin parameter to shop/admin.php.
Exploits (1)
This exploit demonstrates an SQL injection vulnerability in 123tkShop 0.9.1, allowing an attacker to bypass authentication and gain administrative rights via a crafted base64-encoded payload. The vulnerability exists in the `is_admin` function in `mainfile.php` and works regardless of `magic_quotes_gpc` or `register_globals` settings.