`[+] Author: TUNISIAN CYBER
[+] Exploit Title: NoticeBoardPro v1.X SQL Injection vulnerability
[+] Date: 27-12-2013
[+] Category: WebApp
[+] Google Dork: n/a
[+] Tested on: KaliLinux
[+] Vendor: http://www.noticeboardpro.com/
########################################################################################
+Description:
NoticeBoardPro is an online, web-based, notice / bulletin board system that acts as a market place and lets you advertise.
+Exploit:
NoticeBoardPro Suffers from an SQL Injection vulnerability.
File(s): deleteItem3.php
deleteItem2.php
deleteItem1.php
Parameter:noticeID
userID
[PHP]
$noticeID=$_GET['noticeID'];
$userID=$_GET['userID'];
mysql_connect("$hostName", "$dbusername", "$dbpassword");
$result1 = mysql_query("SELECT * FROM $databaseName.notice_nbp where $databaseName.notice_nbp.noticeID = '$noticeID' and $databaseName.notice_nbp.userID = '$userID'");
$result = mysql_query("DELETE FROM $databaseName.notice_nbp where $databaseName.notice_nbp.noticeID = '$noticeID' and $databaseName.notice_nbp.userID = '$userID'");
[PHP]
P.O.C:
http://127.0.0.1/NoticeBoardPro/deleteItem3.php?noticeID=&userID=[SQL]
./3nD
########################################################################################
Greets to: XMaX-tn, N43il HacK3r, XtechSEt
Sec4Ever Members:
DamaneDz
UzunDz
GEOIX
########################################################################################
`
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