<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ora-solutions.net - Martin Decker &#187; Security</title>
	<atom:link href="http://www.ora-solutions.net/web/category/oracle-database/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ora-solutions.net/web</link>
	<description>Indepented Oracle consultant</description>
	<lastBuildDate>Wed, 14 Jul 2010 17:59:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Highly Dangerous Oracle Database Security Vulnerability</title>
		<link>http://www.ora-solutions.net/web/2010/02/26/highly-dangerous-oracle-database-security-vulnerability/</link>
		<comments>http://www.ora-solutions.net/web/2010/02/26/highly-dangerous-oracle-database-security-vulnerability/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:39:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=802</guid>
		<description><![CDATA[I would like to draw your attention to a particularly dangerous security vulnerability, which was recently published by David Litchfield. 
How dangerous is the vulnerability?
Any database user, who has &#8220;create session&#8221; privilege, which means, who can log into the database, can use the security hole to execute any OS command in the ownership of the [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to draw your attention to a particularly dangerous security vulnerability, which was recently published by David Litchfield. </p>
<p><strong>How dangerous is the vulnerability?</strong></p>
<p>Any database user, who has &#8220;create session&#8221; privilege, which means, who can log into the database, can use the security hole to execute any OS command in the ownership of the oracle database owner. This means, that both denial of service as well as access to all data is exposed.</p>
<p><strong>Which versions are affected?</strong></p>
<p>Affected are database versions 10.2.0.4 (incl. 10.2.0.4.3 containing latest security patches as of January 2010) as well as 11g (incl. 11.2.0.1).</p>
<p><strong>What can I do to close this security vulernability?</strong></p>
<p>You can revoke privileges from PUBLIC:</p>
<p>revoke execute on dbms_java from PUBLIC;<br />
revoke execute on dbms_java_test from PUBLIC;<br />
revoke execute on “oracle/aurora/util/Wrapper” from PUBLIC;<br />
grant execute on sys.dbms_jvm_exp_perms to IMP_FULL_DATABASE;<br />
grant execute on sys.dbms_jvm_exp_perms to EXP_FULL_DATABASE;<br />
revoke execute on sys.dbms_jvm_exp_perms from PUBLIC;</p>
<p>If you are using a third party vendor application, you should contact your vendor to check compatibility with revoked privileges or test before implementing in production.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2010/02/26/highly-dangerous-oracle-database-security-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your database secure enough? Check out Metasploit &#8230;</title>
		<link>http://www.ora-solutions.net/web/2009/08/05/is-your-database-secure-enough-check-out-metasploit/</link>
		<comments>http://www.ora-solutions.net/web/2009/08/05/is-your-database-secure-enough-check-out-metasploit/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 19:54:29 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=722</guid>
		<description><![CDATA[I have come across a short post on Pete Finnigan´s Oracle Security Weblog, who informed about the release of new Metasploit modules usable for penetration testing of Oracle databases. 
What is Metasploit?
Metasploit is a framework, which enables automatic utilization of all kinds of exploits to test security of a system. Among others, there is an [...]]]></description>
			<content:encoded><![CDATA[<p>I have come across a short post on <a href="http://www.petefinnigan.com/weblog/archives/00001259.htm">Pete Finnigan´s Oracle Security Weblog</a>, who informed about the release of new Metasploit modules usable for penetration testing of Oracle databases. </p>
<p><strong>What is Metasploit?</strong></p>
<p>Metasploit is a framework, which enables automatic utilization of all kinds of exploits to test security of a system. Among others, there is an Oracle module. </p>
<p>To get some idea about what is possible, watch this: <a href="http://vimeo.com/3118559">Attacking Oracle with the Metasploit Framework Shmoocon Firetalk Demo Video</a>. In a very impressive 5 minute video, the presenter demonstrates how to use Oracle Listener version identification, SID brute force, well known username/password combinations (e.g. scott/tiger), gets access to scott, privilege escalates to dba, plants a java class to exec os commands, etc&#8230; You get the idea&#8230;.</p>
<p>This will be something to watch out for, because it will enable script-kiddies to attack badly secured databases connected to the internet, or well trained rogue internal employees to attack databases, which do not have critical patch updates for well known security vulnerabilities installed. </p>
<p>A reuters report about this new release can you find <a href="http://www.reuters.com/article/technologyNews/idUSTRE56L66D20090722?fee">here.</a></p>
<p><strong>Update 2009-08-13: </strong>The metasploit developer has uploaded new <a href="http://vimeo.com/channels/carnal0wnage">demo videos </a>of how to hack an oracle database with metasploit. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/08/05/is-your-database-secure-enough-check-out-metasploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book review: HOWTO Secure and Audit Oracle 10g and 11g</title>
		<link>http://www.ora-solutions.net/web/2009/06/27/book-review-howto-secure-and-audit-oracle-10g-and-11g/</link>
		<comments>http://www.ora-solutions.net/web/2009/06/27/book-review-howto-secure-and-audit-oracle-10g-and-11g/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:25:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=701</guid>
		<description><![CDATA[I have added a new book review to my bookshelf: HOWTO Secure and Audit Oracle 10g and 11g &#8211; Ron Ben Natan
]]></description>
			<content:encoded><![CDATA[<p>I have added a new book review to my bookshelf: <a href="http://www.ora-solutions.net/web/bookshelf/">HOWTO Secure and Audit Oracle 10g and 11g &#8211; Ron Ben Natan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/06/27/book-review-howto-secure-and-audit-oracle-10g-and-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
