CVE-2005-1079
Description
SQL injection in zOOm Media Gallery 2.1.2 allows remote attackers to execute arbitrary SQL commands via the catid parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in zOOm Media Gallery 2.1.2 allows remote attackers to execute arbitrary SQL commands via the catid parameter.
Vulnerability
A SQL injection vulnerability exists in index.php of zOOm Media Gallery 2.1.2, a component/module for the Mambo CMS [2]. The catid parameter is not properly sanitized before being used in SQL queries, allowing an attacker to inject arbitrary SQL commands. This affects version 2.1.2 [1][2].
Exploitation
The attacker only needs a web browser and network access to the site. No authentication is required. By crafting a URL such as http://www.example.com/index.php?option=com_zoom&Itemid=39&catid=2+OR+1=1, the injected SQL clause (OR 1=1) alters the query logic [2]. The proof-of-concept demonstrates viewing all images across all categories, but more sophisticated payloads are possible.
Impact
Successful exploitation allows reading, modifying, or deleting arbitrary data in the underlying MySQL database [1][2]. Depending on the database user's privileges, the attacker may also execute administrative operations (e.g., extracting password hashes, inserting malicious content, or potentially gaining further access to the server). The impact is a full compromise of the application's data integrity and confidentiality.
Mitigation
No official patch was released at the time of disclosure; the vendor's status is unclear, and the software may be abandoned [2]. Users should immediately upgrade to a newer, maintained gallery or implement strong input validation and parameterized queries for all user-supplied parameters, especially catid. There is no known CISA KEV listing for this CVE.
AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: =2.1.2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- www.securiteam.com/unixfocus/5LP0G0AFFY.htmlnvdExploitVendor Advisory
- secunia.com/advisories/14929nvdVendor Advisory
- marc.infonvd
News mentions
0No linked articles in our index yet.