CVE-2010-4751
LightNEasy 3.2.1 - Authenticated SQL Injection via id Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-4751.
AI-analyzed exploit summary This exploit demonstrates a blind SQL injection vulnerability in LightNEasy CMS 3.2.1, where the 'handle' parameter in the login function is not sanitized. The PoC uses a UNION-based query with BENCHMARK to infer the admin password hash character by character.
Description
SQL injection vulnerability in LightNEasy.php in LightNEasy 3.2.1, when magic_quotes_gpc is disabled, allows remote authenticated users to execute arbitrary SQL commands via the id parameter in an edituser action, a different vector than CVE-2008-6593, CVE-2010-3484, and CVE-2010-3485.
Exploits (1)
This exploit demonstrates a blind SQL injection vulnerability in LightNEasy CMS 3.2.1, where the 'handle' parameter in the login function is not sanitized. The PoC uses a UNION-based query with BENCHMARK to infer the admin password hash character by character.