Top Stories
|
New attack technique threatens databases28 Apr 2008 13:50 Lateral thinking about SQL injectionAh, external developersBy Robert Grant
Posted Monday 28th April 2008 15:05 GMT
What a short-sighted money saver they are. External or internal developersBy Chris Miller
Posted Monday 28th April 2008 15:57 GMT
It won't make any difference if you don't build security into your requirements and QA processes. Eh?By Michael
Posted Monday 28th April 2008 17:29 GMT
"In the past this has not been possible but as this paper will demonstrate, with a little bit of trickery, you can in the Oracle RDBMS" Seems the guy must imagine that prior to Newton gravity wasn't possible? Of course...By Aodhhan
Posted Monday 28th April 2008 18:12 GMT
How shocking, yet ANOTHER Oracle vulnerability; which will take them 24-32 months to fix. If you are crazy enough to use this POS on your enterprise, plan on increasing your auditing for all associated file systems. Good luck. Was Oracle not the one selling UNBREAKABKE databases?By daniel
Posted Monday 28th April 2008 20:18 GMT
WTF? Marketing people LIE!!!! OMFG. Pwned. Wallhack. My world will never be the same again. Or you could...By Dominic
Posted Monday 28th April 2008 21:35 GMT
Sack the 'tard for not using bind variables in his sql code and get someone who knows what they are doing to do the work. It's not as if Tom Kyte hasn't been banging on about this since the beginning of the millenium. Sick vulture because it could swallow a program spec and puke better code than that. Or you could..By Billy Verreynne
Posted Tuesday 29th April 2008 05:17 GMT
.. simply break the idiot's kneecaps with a well wielded lead pipe. Not using bind variables is beyond idiotic. Using DBMS_SQL, the most complex cursor interface in PL/SQL, is just plain stupid - the only time that DBMS_SQL is needed is when requiring a describe interface for a cursor. And guess what - needing a describe interface means you have no fricken clue what the SQL projection is, thus dynamic SQL. And dynamic SQL is *ALWAYS* risky - and if you code that without a healthy dose of logic (and bind variables!), and then get hack.. your poor dumb bastard you, you deserved that. What is sad though that these "lateral" SQL injections will likely work on many a system. Not because Oracle is that flawed. But because these code monkeys (not to be confused with real programmers) that write PL/SQL are just that damn stupid. Seems like many is confusing the "unbreakable" slogan of Oracle to extend to their code monkeys. Sadly, that is not the case. there's some code missingBy Anonymous Coward
Posted Tuesday 29th April 2008 07:26 GMT
surely an exception section : EXCEPTION WHEN OTHERS THEN BEGIN DBMS_SQL.CLOSE_CURSOR(CURSOR_NAME); EXCEPTION WHEN OTHERS THEN RAISE; END; RAISE; Error handling should always exist, regardless of whether you expect it to happen or not. I'm sure there's an easier, more elegant solution, but off the top of my head that should work. Cursors should always be closed in the event of an error! Bind, bind, bind!By Gareth Stephens
Posted Tuesday 29th April 2008 09:19 GMT
As Dominic says this is VERY easy to avoid - simply binding the variable would prevent the attack - in addition it would likely save you resources as well as it would only soft parse the query instead of the hard parse everytime it has a new date plugged into the code. @Aodhhan - is it a vulnerability though? Poor coding practice yes, but a vuln that needs fixing? I'm not convinced - IMHO it's a bit like saying that because you can shoot yourself in the foot with pointers in C, C needs fixing... Not a great fan of Oracle but....By Matt
Posted Tuesday 29th April 2008 09:55 GMT
I agree with Gareth. Lazy/incompetent programmers do not a bug make :-) The period for commenting on this story has finished |
Breaking Hardware News
Nvidia issued some somber news for shareholders today, revealing a financial forecast cut short due to slowing sales, a delayed ramp for new product, and a hefty payout due to faulty laptop chips.
Newsletter |