[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080401053813.7557.qmail@securityfocus.com>
Date: 1 Apr 2008 05:38:13 -0000
From: joseph.giron13@...il.com
To: bugtraq@...urityfocus.com
Subject: cevado technologies real estate CMS SQL injection
I'm back, and I got more.
SQL injection within some real estate CMS software.
The vulnerability is present because of a failure to strip characters from the variables page_id and site_id resulting in exploitation by some simple blind SQLI.
heres an example:
www.example.com/index.php?site_id=null%20union%20all%20select%20username,password,3,4,5,6%20from%20users/*
The number of columns varies slightly, but you can always use good old 'order by' to find that out. The table names remain the same.
I used the GET'd variable site_d, but page_id works as well.
Cevado.com notified, no patch.
Happy hunting.
Powered by blists - more mailing lists