SQL Injection (dbms_assert)

28.02.2008 at 14:38 (10g, 11g, Oracle, PL/SQL, Security)

Using SQL injection, a hacker can pass string input to an application in hopes of gaining unauthorized access to a database. Here is a nice tutorial about this subject and how to prevent it. It shows also the use of the undocumented (in 10g not in 11g) dbms_assert Package.

Tutorial

Permalink Kommentar schreiben

Hack Oracle

30.11.2007 at 16:42 (Oracle, Security)

There is a new interesting article about different ways to hack oracle and how to prevent this attacks.

Eight Ways to Hack Oracle Part I

  • SQL Injection
  • Default Passwords
  • Brute Force
  • Sneaking Data out the Back Door

Part II is coming soon…

Permalink Kommentar schreiben