CVE-2009-2579
CS-Cart < 2.0.6 - Authenticated SQL Injection via Reward Points sort_order Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2579. PoCs published by Ryan Dewhurst.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in CS-Cart by injecting a single quote into the 'sort_order' parameter, which can compromise the application or underlying database. The vulnerability exists due to insufficient sanitization of user-supplied input.
Description
SQL injection vulnerability in reward_points.post.php in the Reward points addon in CS-Cart before 2.0.6 allows remote authenticated users to execute arbitrary SQL commands via the sort_order parameter in a reward_points.userlog action to index.php, a different vulnerability than CVE-2005-4429.2.
Exploits (1)
This exploit demonstrates an SQL injection vulnerability in CS-Cart by injecting a single quote into the 'sort_order' parameter, which can compromise the application or underlying database. The vulnerability exists due to insufficient sanitization of user-supplied input.