lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ