21432 : Relative Real Estate Systems index.php mls Variable SQL Injection
Printer | http://osvdb.org/21432 | Email This | Edit Vulnerability

Views This Week

1

Views All Time

23

Info

Last Modified

6 months ago

Percent Complete

100%

Disclosure

Dec 05, 2005

Discovery

Unknown

Dates

Exploit

Unknown

Solution

Unknown

Description

Relative Real Estate Systems contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'index.php' script not properly sanitizing user-supplied input to the 'mls' variable. This may allow an attacker to inject or manipulate SQL queries in the backend database.

Classification

Location: Remote/Network Access Required
Attack Type: Information Disclosure, Input Manipulation
Impact: Loss of Confidentiality, Loss of Integrity
Exploit: Exploit Rumored / Private
OSVDB: Web Related

Solution

Currently, there are no known upgrades, patches, or workarounds available to correct this issue.

Products

DB Design
Watch-list
Relative Real Estate Systems
Watch-list
1.02

References

Manual Testing Notes

Credit

  • r0t - krustevsBrand New Doo Doogooglemail.com - UNSECURED SYSTEMS

Blogs

None found at this time

Comments

Anonymous - 2006/06/15 16:13:23

Thanks for posting this issue. It has been resolved by adding integer validation above the sql.

I.E.

$thsValue = $_REQUEST[mls];
$mls = ($theValue != "") intval($theValue) : "NULL";

if(($_GETmls)!= "") $sql .= " and mls = ".$mls;


DONATE NOW!

User Status

Quick Searches

Advertisements

The database information may change without any notice. Use of the information constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the copyright holder or distributor (OSVDB or OSF) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.

© Copyright 2008 Open Source Vulnerability Database (OSVDB), All Rights Reserved.
Privacy Statement - Terms of Use