CVE-2008-6043
PHP Pro Bid 6.04 - SQL Injection via Order Field and Order Type Parameters
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-6043. PoCs published by Jan Van Niekerk.
AI-analyzed exploit summary This exploit demonstrates a SQL injection vulnerability in PHP Pro Bid 6.04 by manipulating the 'order_field' parameter in a URL. The payload '(select%201)x' is used to exploit insufficient input sanitization, potentially allowing an attacker to compromise the application or access underlying database data.
Description
Multiple SQL injection vulnerabilities in PHP Pro Bid (PPB) 6.04 allow remote attackers to execute arbitrary SQL commands via the (1) order_field and (2) order_type parameters to categories.php and unspecified other components. NOTE: some of these details are obtained from third party information.
Exploits (1)
This exploit demonstrates a SQL injection vulnerability in PHP Pro Bid 6.04 by manipulating the 'order_field' parameter in a URL. The payload '(select%201)x' is used to exploit insufficient input sanitization, potentially allowing an attacker to compromise the application or access underlying database data.