CVE-2005-4702 in ibProArcadeinfo

Summary

by MITRE

SQL injection vulnerability in the favorites module in index.php in IPBProArcade 2.5.2 allows remote attackers to inject arbitrary SQL commands via the gameid parameter. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information. In addition, the demonstration code as used by third parties suggests that this might be a different type of vulnerability related to shell metacharacters. Finally, this could be a rediscovery of CVE-2004-1430.

Be aware that VulDB is the high quality source for vulnerability data.

Analysis

by VulDB Data Team • 07/28/2025

The vulnerability described in CVE-2005-4702 represents a critical SQL injection flaw within the IPBProArcade 2.5.2 gaming platform, specifically affecting the favorites module in the index.php script. This vulnerability manifests through the gameid parameter which fails to properly sanitize user input before incorporating it into database queries. The flaw enables remote attackers to execute arbitrary SQL commands against the underlying database system, potentially leading to complete database compromise and unauthorized access to sensitive user information. The vulnerability's classification aligns with CWE-89, which specifically addresses SQL injection vulnerabilities where untrusted data is directly incorporated into SQL command structures without proper validation or escaping mechanisms.

The technical exploitation of this vulnerability occurs when an attacker submits malicious input through the gameid parameter in the index.php file, bypassing normal input validation controls. The application processes this input without adequate sanitization, allowing attackers to manipulate the SQL query execution flow. This type of injection can result in data extraction, modification, or deletion from the database, potentially enabling attackers to escalate privileges or gain unauthorized access to the system. The vulnerability demonstrates a fundamental flaw in input handling and query construction, where dynamic SQL generation occurs without proper parameterization or input filtering. According to ATT&CK framework category T1190, this represents a technique used to exploit vulnerabilities in web applications to execute malicious SQL commands, often leading to data breaches and system compromise.

The operational impact of this vulnerability extends beyond simple data theft, potentially allowing attackers to gain complete control over the database backend. Successful exploitation could result in unauthorized access to user accounts, game statistics, personal information, and potentially the entire gaming platform infrastructure. The vulnerability's remote nature means that attackers do not require physical access to the system, making it particularly dangerous for online gaming communities that rely on web-based platforms. Organizations using IPBProArcade 2.5.2 would face significant security risks including potential data loss, service disruption, and compliance violations. The vulnerability also highlights the importance of proper input validation and the use of parameterized queries to prevent such attacks, as recommended by OWASP Top Ten security practices. The uncertainty regarding the vulnerability's true nature, as indicated by the description noting that the demonstration code suggests shell metacharacter injection rather than pure SQL injection, indicates that this may represent a more complex attack vector involving multiple exploitation techniques. The potential rediscovery of CVE-2004-1430 further underscores the persistent nature of such vulnerabilities in legacy web applications and the importance of thorough vulnerability assessment and patch management procedures.

Reservation

02/01/2006

Disclosure

12/31/2005

Moderation

accepted

Entry

VDB-28017

CPE

ready

Exploit

Download

EPSS

0.01005

KEV

no

Activities

very low

Sources

Want to know what is going to be exploited?

We predict KEV entries!