Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

RE: Simple to exploit SQL Injection ?

Subject: RE: Simple to exploit SQL Injection ?
Date: Mon, 28 Nov 2005 12:42:44 -0000
Two worries there - ' is going without any escape, plus it would appear
that passwords are stored in the db as plain text.

I don't have a specific exploit but it should be possible to terminate
the SQL string with ', add a semi-colon, put in some extra SQL, and a
further semi-colon to put what would have been the rest of of the SQL
query on a final, and possibly syntactically incorrect line.

Ian

-----Original Message-----
From: Jason binger [mailto:cisspstudy@yahoo.com] 
Sent: 28 November 2005 00:50
To: webappsec@securityfocus.com
Subject: Simple to exploit SQL Injection ?


I am reviewing a .Net web application. When entering
xyz for a username and ' for a password into a form I
receive the following stack trace (extract):

System.Exception: Can't Load DataReader using SQL
string: 'SELECT * FROM users WHERE username = 'xyz'
AND password = '''' -- Unclosed quotation mark before
the character string '''. Line 1: Incorrect syntax
near '''.

Now I would have thought this would be easy to
exploit, but I can't bypass the logon page. xyz is a
valid username. Any ideas?

Cheers


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

<Prev in Thread] Current Thread [Next in Thread>