- 11g (12)
- Allgemein (29)
- David Litchfield (7)
- Exploit (23)
- Forensics (7)
- Oracle Security (105)
- passwords (8)
- Repscan (1)
- Security (22)
- Sentrigo (5)
- software (9)
- source code audit (5)
- SQL Injection (24)
- Tools (24)
- Trainings (3)
- Tutorial (2)
- 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
- 10 Sep 2010: Update of "Project Lockdown" released
Oracle Security
SQL Injection
- 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
SQL Injection Notes in Oracle Metalink (updated)
4 years ago I published an article about “Metalink Hacking“.
Today I was looking again in Metalink for the search string “SQL Injection” and I found 2 interesting notes in Oracle’s knowledge base.
———–
Doc ID: 455801.1 - Updated 29-Jan-2009
DBTableOraDataSourceLoginModule Based Custom Login Module Has Faulty SQL Injection Detection
Applies to:
Oracle Containers for J2EE - Version: 10.1.3.0.0 to 10.1.3.3.0
This problem can occur on any platform.
Users with the characters “OR”/”or” in their name are not able to connect to the database.
The note mentions also an unpublished bug
5645982 - - AUTHENTICATION FAILS FOR USERNAME CONTAINING “OR”, “UPDATE”, “DELETE”, ETC.
Interesting approach from Oracle. Just filter all reserved words to avoid SQL Injection. To bad for me that ALEXANDER contains the reserved word AND and KORNBRUST the reserved word OR. Double whammy…
The good news is that Oracle has a patch for this problem.
1. Download and apply Patch 5645982 to a 10.1.3.3 installation
2. Restart the OC4J instance
I recommend a blog entry “Can you spell…” from Oracle Guru Tom Kyte…
———–
Second finding in Metalink was an exploit in the CMS from Stellent (aka Oracle Universal Content Management), aquired by Oracle in 2007. Publishing exploits with customer URLs is a bad style…
———–
Note 733017.1 from October 2008 says:
Version 6.2 of the Content Server has an SQL injection vulnerability.
Oracle was so nice to publish the exploit pointing to a customer site.
Scurity consultant report states:
Severity: 5
Port: 80
Name: SQL injection
Description: “An SQL injection vulnerability was identified in the following page:
http://customer.site/****&dID=1%20and%20convert
(varchar.(select%20@@version))=1
The back-end version return was ‘Microsoft SQL Server 2000 -8′</blockquote>”
– Business Impact:
Potential security threat
Cause
This is a known bug/issue with 7.5 and prior. (internal bug p51038621)
———————————–
Good to know that SQL Injection is just a potential security threat…
UPDATE:
Oracle removed note 733017.1 from Metalink.
1 Antwort auf “SQL Injection Notes in Oracle Metalink (updated)”
Antwort schreiben
Sie müssen als angemeldet sein, um einen Kommentar schreiben zu können.
7 Okt 2009 bei 15:27
[…] injection vulnerability for Oracle UCM (Stellent) 7.5 and prior By Anthony Fast Source: http://blog.red-database-security.com/2009/01/29/sql-injection-notes-in-oracle-metalink/ […]