|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 55
Members: 0
Total: 55
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Help on SQL injection |
|
Posted: Sat Jun 26, 2010 2:09 am |
|
|
rajeshgopinath |
Beginner |
|
|
Joined: Jun 26, 2010 |
Posts: 1 |
|
|
|
|
|
|
|
Hi. I am testing an application on which the developer has implemented a code to prevent SQL injection. In his code he looks for a single quote in the input and adds another single quote.
However an input followed by this value %00' (inputvalue%00') on a search box generates an error message which looks like this:
Error [code]: 200 [Message]: SQL Error update tablename set ID1=123, ID2='text1', value='inputvalue''' where ID1=345
ORA-01756 - quoted string not properly terminated
How can I proceed further?
Thanks,
Rajesh |
|
|
|
|
|
|
|
|
Posted: Sat Jun 26, 2010 9:48 am |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
It seems, that %00 is working as commenting out the tail part of sql query.
But I don't have right now good ideas about how to close that single quoted string, which causes syntax error.
Anyway, you can suggest developer to handle null bytes with caution and filter them out or quote them before use. |
|
|
|
|
www.waraxe.us Forum Index -> Sql injection
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|