CVE-2005-4500 in MusicBoxinfo

Summary

by MITRE

SQL injection vulnerability in MusicBox 2.3 allows remote attackers to execute arbitrary SQL commands via the (1) show and (2) type parameter. NOTE: the provenance of this information is unknown, although it was later rediscovered.

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

Analysis

by VulDB Data Team • 06/26/2026

This sql injection vulnerability in musicbox 2.3 represents a critical security flaw that enables remote attackers to execute arbitrary sql commands through manipulation of the show and type parameters. The vulnerability stems from inadequate input validation and sanitization mechanisms within the application's backend processing logic, allowing malicious users to inject sql payloads directly into the query execution flow. when the application processes these parameters without proper escaping or parameterization, it creates an opening for attackers to manipulate database queries and potentially gain unauthorized access to sensitive information.

The technical exploitation of this vulnerability follows standard sql injection attack patterns where attackers craft malicious input strings that alter the intended sql command structure. in the context of musicbox 2.3, when the show and type parameters are processed through unsanitized user input, the application's database interaction layer becomes vulnerable to manipulation. this flaw typically maps to cwe-89 sql injection weakness as defined by the common weakness enumeration catalog, which categorizes it as a direct sql injection vulnerability occurring when untrusted data is incorporated into sql commands without proper validation or escaping mechanisms.

the operational impact of this vulnerability extends beyond simple data theft to encompass potential system compromise and unauthorized access to database resources. attackers could leverage this vulnerability to extract confidential information including user credentials, personal data, and application configuration details. depending on the database permissions assigned to the application's connection account, exploitation might also enable attackers to modify or delete data, execute administrative commands, or even escalate privileges within the database environment. the rediscovered nature of this vulnerability suggests it may have remained unpatched for an extended period, increasing the risk exposure for affected systems.

organizations utilizing musicbox 2.3 should implement immediate mitigations including input validation and parameterized queries to prevent sql injection attacks. the recommended approach involves implementing proper input sanitization techniques such as escaping special characters and using prepared statements with parameterized queries to ensure user input cannot alter the intended sql command structure. additionally, implementing web application firewalls and database activity monitoring systems can provide enhanced detection capabilities for sql injection attempts. security teams should also consider employing automated vulnerability scanning tools to identify similar vulnerabilities across their application portfolio and establish secure coding practices that prevent such flaws from occurring in future development cycles.

this vulnerability aligns with several tactics described in the mitre attack framework, particularly those related to initial access through web application exploitation and privilege escalation via database manipulation. the attack surface is further expanded when considering that many applications may share similar code patterns, making this vulnerability potentially widespread across similar software implementations. organizations should conduct comprehensive security assessments to identify other potential sql injection vulnerabilities within their systems and establish robust incident response procedures for handling such security events.

Reservation

12/22/2005

Disclosure

12/22/2005

Moderation

accepted

Entry

VDB-27741

CPE

ready

Exploit

Download

EPSS

0.01262

KEV

no

Activities

very low

Sources

Want to know what is going to be exploited?

We predict KEV entries!