<?xml version="1.0" ?>
<?xml-stylesheet href="" type="text/css"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:dcterms="http://purl.org/dc/terms/"
         xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
         xmlns:rss="http://purl.org/rss/1.0/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <rss:channel rdf:about="http://www.integrigy.com/oracle-security-blog">

        <rss:title>Oracle Security Blog</rss:title>
        <rss:link>http://www.integrigy.com/oracle-security-blog</rss:link>

        <rss:description>A weblog about Oracle Security, especially the Oracle E-Business Suite 11i and the Oracle Database, written by Integrigy's Chief Technology Officer Stephen Kost</rss:description>
        

        <rss:image rdf:resource="http://www.integrigy.com/favicon.ico"/>

        <sy:updatePeriod>daily</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>

        <rss:items>
            <rdf:Seq>
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2012/01/17/oracle-scn-bug"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/11/01/webinar-oracle-cpu-october-2011-db"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/10/25/webinar-oracle-cpu-october-2011-ebs"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/09/23/integrigy_youtube_channel"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/07/26/webinar-oracle-cpu-july-2011"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/07/17/oracle-cpu-july-2011-prerelease"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/07/08/oaug-connection-point-r12"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/05/09/webinar-improve-security-oracle-r12-upgrade"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/05/04/webinar-oracle-cpu-april-2010-database"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/04/14/cpu-april-2011-prerelease"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/04/05/collaborate-hackfest"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/04/05/collaborate11"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/03/14/webinar-protecting-your-sensitive-data"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/02/17/webinar-top-ten-fraud-risks-oracle-ebs"/>
                
                
                <rdf:li rdf:resource="http://www.integrigy.com/oracle-security-blog/archive/2011/01/17/cpu-january-2011-prerelease"/>
                
            </rdf:Seq>
        </rss:items>
    </rss:channel>

    <rss:image rdf:about="http://www.integrigy.com/favicon.ico">
        <rss:title>Oracle Security Blog</rss:title>
        <rss:link>http://www.integrigy.com/oracle-security-blog</rss:link>
        <rss:url>http://www.integrigy.com/favicon.ico</rss:url>
    </rss:image>

    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2012/01/17/oracle-scn-bug">

        <rss:title>Critical Oracle Database Bug - System Change Number (SCN) (CVE-2012-0082)</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2012/01/17/oracle-scn-bug</rss:link>       

        

        <content:encoded>
          <![CDATA[
          InfoWorld magazine today published <a href="http://www.infoworld.com/d/security/revealed-fundamental-oracle-flaw-184163">detailed information</a> regarding Oracle Database security bug&nbsp;CVE-2012-0082, which has associated fixes in the Oracle's <a href="http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html">January 2012 Critical Patch Update</a>.&nbsp; This security vulnerability specifically relates to the Oracle System Change Number (SCN) and ways to increase the SCN beyond the current maximum value (SCN Headroom or Maximum Reasonable SCN) in order to stop processing of database transactions.&nbsp; <br /><br />Where this vulnerability gets interesting is that the SCN is synchronized to the highest SCN when two databases are connected via a database link.&nbsp; Therefore, it is possible to increase a database to the near maximum SCN through a database link, which will cascade through to all other interconnected databases.&nbsp; The result can be ORA-600 errors and potentially database crashes on the database with the lower SCN.<br /><br />This vulnerability appears to have been discovered as the result of a bug in RMAN which can cause the SCN to reach current maximum SCN value and a change in the way the Maximum Reasonable SCN is calculated in 11.2.0.2.&nbsp; The 11.2.0.2 change appears to have impacted or crashed at least a hundred databases at a very large Oracle customer.<br /><br />As this vulnerability will get significant press, we foresee an &quot;arms race&quot; ensuing with release of different methods to maliciously increment the current SCN and techniques to perform database denial of services attacks related to the SCN.<br /><br />Integrigy will be publishing in the near future our analysis of the impact of this vulnerability along with recommendations on mitigating the risk in your organization.<br /><br />Oracle has published more information regarding SCNs and potential impact in a My Oracle Support (MOS) note (requires My Oracle Support access) -<br /><br /><a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;doctype=BULLETIN&amp;id=1376995.1">Information on the System Change Number (SCN) and how it is used in the Oracle Database</a> [ID 1376995.1]
          ]]>
        </content:encoded>        

        <dc:date>2012-01-17T17:38:05-06:00</dc:date>

        <dcterms:modified>2012-01-17T17:38:05-06:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>SCN</dc:subject>
        
        
            <dc:subject>System Change Number</dc:subject>
        
        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/11/01/webinar-oracle-cpu-october-2011-db">

        <rss:title>Upcoming Webinar: Oracle Critical Patch Update October 2011 Database Impact</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/11/01/webinar-oracle-cpu-october-2011-db</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <a href="https://www1.gotomeeting.com/register/636762321"><span style="font-weight: bold;">Oracle October 2011 CPU - Oracle Database Impact</span></a><br /><span style="font-weight: bold;">Thursday, November 3, 2:00pm - 3:00pm EDT<br /><br /></span>Every    quarter, Oracle releases a Critical Patch Update (CPU) that  fixes a    number of security vulnerabilities in the Oracle Database.   This    quarterly educational session will focus on the October 2011 CPU  and the    impact on the Oracle Database.  The topics will include:<br />
<ul>
    <li>A review of the security vulnerabilities fixed in this CPU,</li>
    <li>An analysis of the required CPU patches,</li>
    <li>A discussion of patching including CPUs vs. PSUs.</li>
</ul>
<br />Example vulnerabilities will be demonstrated in order to show how easy it is exploit many of the fixed security bugs.<br /><br />Click <a href="https://www1.gotomeeting.com/register/636762321">here</a> to register for the Oracle Database webinar.
          ]]>
        </content:encoded>        

        <dc:date>2011-11-01T09:16:24-05:00</dc:date>

        <dcterms:modified>2011-11-01T09:16:24-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/10/25/webinar-oracle-cpu-october-2011-ebs">

        <rss:title>Upcoming Webinar: Oracle Critical Patch Update October 2011 E-Business Suite Impact</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/10/25/webinar-oracle-cpu-october-2011-ebs</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <a href="https://www1.gotomeeting.com/register/166541720"><span style="font-weight: bold;">Oracle October 2011 CPU - Oracle E-Business Suite Impact</span></a><br /><span style="font-weight: bold;">Thursday, October 27, 2:00pm - 3:00pm EDT</span><br /><br />Every quarter, Oracle releases a Critical Patch Update (CPU) that fixes a number of security bugs in all the Oracle products including the <br />&bull;	Oracle Database,  <br />&bull;	Oracle Application Server,  <br />&bull;	Oracle E-Business Suite. <br /> <br />These  patches are large, complex, and often difficult to understand for the  Oracle E-Business since multiple patches are required with some being  cumulative and others needing prerequisites.  <br /> <br />This quarterly eLearning session will focus on the October 2011 CPU and the impact on E-Business Suite environments.  <br /> <br />Topics will include; <br />&bull;	a review of the security vulnerabilities fixed in the CPU,  <br />&bull;	an analysis of the required CPU patches,  <br />&bull;	a discussion of a high-level patch strategy.  <br /> <br />Example vulnerabilities will be demonstrated in order to show how easy it is exploit many of the fixed security bugs.<br /><br />Click <span class="link-https"><a href="https://www1.gotomeeting.com/register/166541720">here</a></span> to register for this <span class="highlightedSearchTerm">webinar</span>.
          ]]>
        </content:encoded>        

        <dc:date>2011-10-25T21:18:53-05:00</dc:date>

        <dcterms:modified>2011-10-25T21:18:53-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/09/23/integrigy_youtube_channel">

        <rss:title>Integrigy YouTube Channel</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/09/23/integrigy_youtube_channel</rss:link>       

        <rss:description>Integrigy is pleased to announce our new YouTube Channel .</rss:description>

        <content:encoded>
          <![CDATA[
          Integrigy is pleased to announce our new <a target="_blank" href="http://www.youtube.com/Integrigy">YouTube Channel</a>.&nbsp; We will be posting videos of our webinars and short topics regarding database and application security.<br /><br />The following videos are available from Integrigy Webinars -<br /><br />
<ul>
    <li>Upgrade +1 - Improving your Security During Your Upgrade to R12&nbsp; </li>
</ul>
<ul>
    <li>Oracle April 2011 Critical Patch Update E-Business Suite Impact&nbsp; </li>
    <li>Internal Auditor Primer: Oracle E-Business Suite Security Risks&nbsp; </li>
    <li>Protecting Your Sensitive Data in the Oracle E-Business Suite</li>
    <li>Upgrade Security in Your Oracle R12 Upgrade&nbsp; </li>
    <li>Oracle July 2011 Critical Patch Update Oracle Database Impact</li>
</ul>
<br />Link: <a target="_blank" href="http://www.youtube.com/Integrigy">http://www.youtube.com/Integrigy</a>
          ]]>
        </content:encoded>        

        <dc:date>2011-09-23T14:05:23-05:00</dc:date>

        <dcterms:modified>2011-09-23T14:05:23-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        


    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/07/26/webinar-oracle-cpu-july-2011">

        <rss:title>Upcoming Webinars: Oracle Critical Patch Update July 2011</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/07/26/webinar-oracle-cpu-july-2011</rss:link>       

        

        <content:encoded>
          <![CDATA[
          Integrigy's CTO, Stephen Kost, will be presenting a series of webinars on Oracle's Critical Patch Update for July 2011.<br /><br /><a href="https://www1.gotomeeting.com/register/928254713"><span style="font-weight: bold;">Oracle July 2011 CPU - Oracle E-Business Suite Impact</span></a><br /><span style="font-weight: bold;">Thursday, July 28, 2:00pm - 3:00pm EDT</span><br /><br />This quarterly eLearning session will focus on the July 2011 CPU and the impact on E-Business Suite environments.<br /><br />Topics will include;<br />
<ul>
    <li>a review of the security vulnerabilities fixed in the CPU,</li>
    <li>an analysis of the required CPU patches,</li>
    <li>a discussion of a high-level patch strategy.</li>
</ul>
<br />Example vulnerabilities will be demonstrated in order to show how easy it is exploit many of the fixed security bugs.<br /><br />Click <a href="https://www1.gotomeeting.com/register/928254713">here</a> to register for the Oracle E-Business Suite webinar.<br /><br /><a href="https://www1.gotomeeting.com/register/175310120"><br /><span style="font-weight: bold;">Oracle July 2011 CPU - Oracle Database Impact</span></a><br /><span style="font-weight: bold;">Tuesday, August 2, 2:00pm - 3:00pm EDT</span><br /><br />Every   quarter, Oracle releases a Critical Patch Update (CPU) that fixes a   number of security vulnerabilities in the Oracle Database.  This   quarterly eLearning session will focus on the July 2011 CPU and the   impact on the Oracle Database.  The topics will include:<br />
<ul>
    <li>A review of the security vulnerabilities fixed in this CPU,</li>
    <li>An analysis of the required CPU patches,</li>
    <li>A discussion of patching including CPUs vs. PSUs.</li>
</ul>
<br />Example vulnerabilities will be demonstrated in order to show how easy it is exploit many of the fixed security bugs.<br /><br />Click <a href="https://www1.gotomeeting.com/register/175310120">here</a> to register for the Oracle Database webinar.
          ]]>
        </content:encoded>        

        <dc:date>2011-07-26T08:02:23-05:00</dc:date>

        <dcterms:modified>2011-07-26T08:02:23-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        
        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/07/17/oracle-cpu-july-2011-prerelease">

        <rss:title>Oracle Critical Patch Update July 2011 Pre-Release Analysis</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/07/17/oracle-cpu-july-2011-prerelease</rss:link>       

        

        <content:encoded>
          <![CDATA[
          Here is a brief analysis of the <span class="link-external"><a href="http://www.oracle.com/technology/deploy/security/alerts.htm">pre-release  announcement</a></span> for the upcoming July 2011 Oracle Critical Patch Update (CPU) -<br />
<ul>
    <li>Overall, 55 Oracle security vulnerabilities (non-Solaris bugs)  are fixed in this    CPU,  which is an above average number but well within  the range of  previous    CPUs (Apr-11=47, Jan-11=43, Oct-10=50, Jul-10=38,  Apr-10=31, Jan-10=24, Oct-09=38, Jul-09=30,  Apr-09=43,   Jan-09=41,  Oct-08=36, Jul-08=45,  Apr-08=41, Jan-08=26,  Oct-07=51,   Jul-07=45,  Apr-07=36, Jan-07=51,  Oct-06=101, Jul-06=62,  Apr-06=34,   Jan-06=80).&nbsp;  These numbers have been normalized for Oracle  products and   excludes  any Sun products.<br /></li>
    <li>The Oracle product and vulnerability mix appears to be similar to  previous CPUs, with the only exception being a large number of Oracle Grid Control vulnerabilities fixed this quarter.&nbsp; All <span style="font-weight: bold; text-decoration: underline;">CPU supported</span>     Oracle Database and Oracle E-Business Suite versions are included.&nbsp;    The  list of  supported versions is getting very short and should be     carefully  reviewed to determine if version upgrades are required  prior    to applying  the CPU security patches -</li>
    <ul>
        <ul>
            <ul>
                <li>Database = 10.1.0.5, 10.2.0.4, 10.2.0.5, 11.1.0.7, 11.2.0.1, 11.2.0.2 for major platforms<br /></li>
                <li>Application Server = 10.1.2.3.0, 10.1.3.5.0, 11.1.1.3.0, 11.1.1.4.0, and 11.1.1.5.0<br /></li>
                <li>E-Business Suite = 11.5.10.2, 12.04, 12.0.6, 12.1.1, 12.1.2, and 12.1.3<br /></li>
            </ul>
        </ul>
    </ul>
    <li>As anticipated by Integrigy, this is the first CPU available for Oracle Database 11.2.0.2.<br /></li>
    <li>For the Oracle E-Business, as of the July 2011 there is no CPU  support for all versions prior to 11.5.10.2 and 12.0.0 - 12.0.5.&nbsp; We are not sure if it is a mistake in the CPU, but 12.0.4 is listed as a supported version.&nbsp;  11.5.10.2 requires the &quot;Minimum Baseline for Extended Support&quot;<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; "></span></span> as specified in Metalink Note ID 883202.1.<br /></li>
    <li><span style="font-weight: bold;">Based on the pre-release announcement, few determinations can be made as to the actual severity and impact on most organizations because of the varied components being patched this quarter.&nbsp;</span> For the database, the highest CVSSv2 score is a 7.2 and 2 vulnerabilities are remotely exploitable without authentication.&nbsp; However, since 18 components are listed as being patched for the 13 vulnerabilities, it is hard to determine the impact without more details regarding individual vulnerabilities.&nbsp; We anticipate the highest scoring vulnerabilities will be the client-side and Database Vault vulnerabilities.<span style="font-weight: bold;"></span></li>
    <li>Integrigy will be presenting more information on this CPU in the following webinars: (1) <span class="link-https"><a href="https://www1.gotomeeting.com/register/928254713">Oracle July 2011 CPU E-Business Suite Impact Webinar</a></span> Thursday, July 28, 2pm ET and (2) <span class="link-https"><a href="https://www1.gotomeeting.com/register/175310120">Oracle July 2011 CPU Oracle Database Impact Webinar</a></span> Tuesday, August 2, 2pm ET. </li>
</ul>
<br /> <span style="font-weight: bold; text-decoration: underline;">Oracle  Database</span><br />
<ul>
    <li>There are 13 database vulnerabilities; 2 are remotely  exploitable without authentication and 2 are applicable to client-side only installations.<br /></li>
    <li>Since at least one database vulnerability has a <a href="http://www.integrigy.com/oracle-security-blog/archive/2006/10/27/oracle-cvss">CVSS</a>     2.0 metric of 7.1 (important to high for a database vulnerability),    this is a fairly important CPU.<br /></li>
    <li>The components fixed by this CPU are not the usual suspects and   several will not be implemented in many environments.&nbsp; It will be   interesting to see what the actual vulnerabilities are in these   components: CMDB Metadata &amp; Instance APIs, Content Management, Core RDBMS, Database Target Type Menus, Database Vault, EMCTL, Enterprise Config Management, Enterprise Manager Console, Event Management, Instance Management, Oracle Universal Installer, Schema Management, Security Framework, Security Management, SQL Performance Advisories/UIs, Streams, AQ &amp; Replication Mgmt, and XML Developer Kit.</li>
    <li>In addition, there are 18 vulnerabilities in Oracle Enterprise Manager and 3 in Oracle Secure Backup.</li>
</ul>
<span style="font-weight: bold; text-decoration: underline;">Oracle Fusion Middleware </span><br />
<ul>
    <li>There are 7 new Oracle Fusion Middleware vulnerabilities, 2 of    which are remotely exploitable without authentication with the highest   CVSS score being 10.0.</li>
    <li>All Oracle Fusion Middleware   implementations should carefully review this CPU to determine the exact   impact to your environment.</li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Oracle  E-Business Suite 11i and R12</span>
<ul>
    <li>There is only one new Oracle E-Business Suite 11i and R12      vulnerability, which is remotely exploitable without      authentication.&nbsp; Most likely the Business Intelligence  vulnerability  cannot be exploited externally in DMZ implementations.<br /></li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Planning  Impact</span><br />
<ul>
    <li>We anticipate the criticality of this quarter's CPU will be     in-line with previous  CPUs.&nbsp; Based on the patched components, this may be a lower than  average risk CPU for specific databases  based on configuration and installed options.&nbsp; It appears most of the vulnerabilities are related to Enterprise Manager components.<br /></li>
    <li>As with all previous CPUs, this quarter's security patches      should be deemed critical and you should adhere to the established      procedures and timing used for previous CPUs.</li>
    <li>For Oracle E-Business Suite customers, most likely the Business Intelligence will have to be applied to all implementations even if the Business Intelligence module is not installed, configured, or licensed.</li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Upcoming Integrigy CPU Webinars</span><br /><br /><span class="link-https"><a href="https://www1.gotomeeting.com/register/928254713">Oracle July 2011 CPU E-Business Suite Impact</a></span><br />Thursday, July 28, 2pm ET<br /><br /><span class="link-https"><a href="https://www1.gotomeeting.com/register/175310120">Oracle July 2011 CPU Oracle Database Impact</a></span><br />Tuesday, August 2, 2pm ET
          ]]>
        </content:encoded>        

        <dc:date>2011-07-17T22:43:11-05:00</dc:date>

        <dcterms:modified>2011-07-17T22:43:11-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        
        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/07/08/oaug-connection-point-r12">

        <rss:title>Integrigy at OAUG Connection Point</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/07/08/oaug-connection-point-r12</rss:link>       

        

        <content:encoded>
          <![CDATA[
          The OAUG and NCOAUG Connection Point Release 12.1 conference is being held July 12-13, 2011 in Chicago.&nbsp; This event is solely focused on Oracle E-Business Suite R12 and organizations planning on implementing R12 or have already upgraded.&nbsp; Integrigy will be presenting on how to secure R12 and an approach to maximize the security of your R12 implementation while minimizing effort and cost.<br /><br /><span style="font-weight: bold;">Upgrade Security in Your Oracle R12 Upgrade</span><br />Stephen Kost, Integrigy, CTO<br />Tuesday, July 12, 2011<br />9:45am - 10:45am<br />Grand Ballroom III<br /><br />If you are attending and would  like to chat with one of our security  experts about the latest developments in Oracle security or discuss   specific security challenges you might be facing, drop us a note at info  at integrigy.com and we  can arrange to meet.&nbsp; We have a few slots  remaining, but they are filling up fast.
          ]]>
        </content:encoded>        

        <dc:date>2011-07-08T13:24:57-05:00</dc:date>

        <dcterms:modified>2011-07-08T13:24:57-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>R12</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/05/09/webinar-improve-security-oracle-r12-upgrade">

        <rss:title>Upcoming Webinar: Improve Security in Your Oracle R12 Upgrade</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/05/09/webinar-improve-security-oracle-r12-upgrade</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <a href="https://www1.gotomeeting.com/register/238803201" style="font-weight: bold;">Improve Security in Your Oracle R12 Upgrade</a><br />Thursday, May 12, 2010 2:00 PM - 3:00 PM EDT<br /> <br />The upgrade from  Oracle E-Business Suite (EBS) 11i to R12 is a unique opportunity to  improve the security of your implementation by resolving existing  security issues, configuring R12 securely, and taking advantage of new  security features in R12.&nbsp;&nbsp;This one hour education session will  highlight R12 security changes and discuss a framework for a security  focused R12 upgrade project. <br /> <br />Topics will include: <br /> <br />
<ul>
    <li>11i and R12 differences and changes that impact security </li>
    <li>R12 security enhancements and new features </li>
    <li>Improving security throughout the R12 upgrade process</li>
</ul>
<br />Click <a href="https://www1.gotomeeting.com/register/238803201">here</a> to register for this webinar.
          ]]>
        </content:encoded>        

        <dc:date>2011-05-09T13:44:10-05:00</dc:date>

        <dcterms:modified>2011-05-09T13:44:10-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>R12</dc:subject>
        
        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        
        
            <dc:subject>Webinar</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/05/04/webinar-oracle-cpu-april-2010-database">

        <rss:title>Upcoming Webinar: Oracle Critical Patch Update April 2010 - Oracle Database Impact</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/05/04/webinar-oracle-cpu-april-2010-database</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <a href="https://www1.gotomeeting.com/register/793565288"><span style="font-weight: bold;">Oracle April 2010 CPU - Oracle Database Impact</span></a><br /><span style="font-weight: bold;">Thursday, May 5, 2:00pm - 3:00pm EDT</span><br /><br />Every    quarter, Oracle releases a Critical Patch Update (CPU) that fixes a    number of security vulnerabilities in the Oracle Database.  This    quarterly educational session will focus on the April 2010 CPU and the    impact on the Oracle Database.  The topics will include:<br />
<ul>
    <li>A review of the security vulnerabilities fixed in this CPU,</li>
    <li>An analysis of the required CPU patches,</li>
    <li>A discussion of patching including CPUs vs. PSUs.</li>
</ul>
<br />Example vulnerabilities will be demonstrated in order to show how easy it is exploit many of the fixed security bugs.<br /><br />Click <a href="https://www1.gotomeeting.com/register/793565288">here</a> to register for the Oracle Database webinar.
          ]]>
        </content:encoded>        

        <dc:date>2011-05-04T20:50:54-05:00</dc:date>

        <dcterms:modified>2011-05-05T11:57:38-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/04/14/cpu-april-2011-prerelease">

        <rss:title>Oracle Critical Patch Update April 2011 Pre-Release Analysis</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/04/14/cpu-april-2011-prerelease</rss:link>       

        

        <content:encoded>
          <![CDATA[
          Here is a brief analysis of the <a href="http://www.oracle.com/technology/deploy/security/alerts.htm">pre-release  announcement</a> for the upcoming April 2011 Oracle Critical Patch Update (CPU) -<br />
<ul>
    <li>Overall, 47 Oracle security vulnerabilities (non-Solaris bugs) are fixed in this    CPU,  which is an average number and well within the range of  previous    CPUs (Jan-11=43, Oct-10=50, Jul-10=38, Apr-10=31, Jan-10=24, Oct-09=38, Jul-09=30,  Apr-09=43,   Jan-09=41, Oct-08=36, Jul-08=45,  Apr-08=41, Jan-08=26,  Oct-07=51,   Jul-07=45, Apr-07=36, Jan-07=51,  Oct-06=101, Jul-06=62,  Apr-06=34,   Jan-06=80).&nbsp; These numbers have been normalized for Oracle  products and   excludes any Sun products.<br /></li>
    <li>The Oracle product and vulnerability mix appears to be similar to  previous CPUs.&nbsp; All <span style="font-weight: bold; text-decoration: underline;">CPU supported</span>    Oracle Database and Oracle E-Business Suite versions are included.&nbsp;   The  list of  supported versions is getting very short and should be    carefully  reviewed to determine if version upgrades are required prior    to applying  the CPU security patches -</li>
    <ul>
        <ul>
            <ul>
                <li>Database = 10.1.0.5, 10.2.0.4, 10.2.0.5, 11.1.0.7, 11.2.0.1, 11.2.0.2 for major platforms<br /></li>
                <li>Application Server = 10.1.2.3.0, 10.1.3.5.0, 11.1.1.2.0, 11.1.1.3.0, and 11.1.1.4.0<br /></li>
                <li>E-Business Suite = 11.5.10.2, 12.0.6, 12.1.1, 12.1.2, and 12.1.3<br /></li>
            </ul>
        </ul>
    </ul>
    <li>As anticipated by Integrigy, this is the first CPU available for Oracle Database 11.2.0.2.<br /></li>
    <li>For the Oracle E-Business, as of the April 2011 there is no CPU support for all versions prior to 11.5.10.2 and 12.0.0 - 12.0.5.&nbsp; 11.5.10.2 requires the &quot;Minimum Baseline for Extended Support&quot;<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; "></span></span> as specified in Metalink Note ID 883202.1.<br /></li>
    <li><span style="font-weight: bold;">The highlight of this CPU is 6   of 9 Oracle Application Server/Fusion Middleware security   vulnerabilities are  remotely exploitable without authentication</span>  with the highest CVSSv2 score being 10.0.&nbsp; The vulnerabilities are in Oracle Help, Oracle HTTP Server, Oracle JRockit, Oracle Outside In Technology, Oracle Security Service, Oracle WebLogic Server, Portal, and Single Sign On  components. </li>
    <li>Integrigy will be presenting more information on this CPU in the following webinars: (1) <a href="https://www1.gotomeeting.com/register/795756737">Oracle April 2011 CPU E-Business Suite Impact Webinar</a> Thursday, April 28, 2pm ET and (2) <a href="https://www1.gotomeeting.com/register/793565288">Oracle April 2011 CPU Oracle Database Impact Webinar</a> Thursday, May 5, 2pm ET. </li>
</ul>
<br /> <span style="font-weight: bold; text-decoration: underline;">Oracle  Database</span><br />
<ul>
    <li>There are 6 database vulnerabilities and 2 are remotely  exploitable without authentication.<br /></li>
    <li>Since at least one database vulnerability has a <a href="http://www.integrigy.com/oracle-security-blog/archive/2006/10/27/oracle-cvss">CVSS</a>     2.0 metric of 6.5 (important to high for a database vulnerability),    this is a fairly important CPU.<br /></li>
    <li>The components fixed by this CPU are not the usual suspects and  several will not be implemented in many environments.&nbsp; It will be  interesting to see what the actual vulnerabilities are in these  components: Application Service Level Management, Database Vault, Network Foundation, Oracle Help, Oracle Security Service, Oracle Warehouse Builder, and UIX.&nbsp; If the Network Foundation bug is a denial of service and most of the other components are not implemented in an environment, this could be one of the first CPUs to be classified as low risk for some Oracle databases.<br /></li>
</ul>
<span style="font-weight: bold; text-decoration: underline;">Oracle Fusion Middleware </span><br />
<ul>
    <li>There are 9 new Oracle Fusion Middleware vulnerabilities, 6 of   which are remotely exploitable without authentication with the highest  CVSS score being 10.0.</li>
    <li>Of critical importance will be the fixes in the Oracle HTTP  Server and Oracle Web Logic Server.&nbsp; All Oracle Fusion Middleware  implementations should carefully review this CPU to determine the exact  impact to your environment.</li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Oracle  E-Business Suite 11i and R12</span>
<ul>
    <li>There are 4 new Oracle E-Business Suite 11i and R12     vulnerabilities, two of which are remotely exploitable without     authentication.</li>
    <li>The vulnerabilities are Oracle Application Object Library (AOL), Applications Install, and Web ADI.&nbsp; It is not clear if the AOL vulnerabilities  can be exploited externally in DMZ implementations.<br /></li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Planning  Impact</span><br />
<ul>
    <li>We anticipate the criticality of this quarter's CPU will be    in-line with previous  CPUs.&nbsp; The only exception may the significant  number of Oracle Fusion Middleware remotely exploitable vulnerabilities,  especially any in the Oracle HTTP Server.&nbsp; For specific databases based on configuration and installed options, this may be a lower than average risk CPU.<br /></li>
    <li>As with all previous CPUs, this quarter's security patches     should be deemed critical and you should adhere to the established     procedures and timing used for previous CPUs.</li>
    <li>Oracle E-Business Suite customers with externally facing    implementations should carefully review the remotely exploitable    vulnerabilities in Application Object Library to determine if  these  pages are blocked  by the URL firewall.&nbsp; If any of the vulnerable  web  pages are  externally accessible, customers should look to  immediately  patch these  environments.</li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Upcoming Integrigy CPU Webinars</span><br /><br /><a href="https://www1.gotomeeting.com/register/795756737">Oracle April 2011 CPU E-Business Suite Impact</a><br />Thursday, April 28, 2pm ET<br /><br /><a href="https://www1.gotomeeting.com/register/793565288">Oracle April 2011 CPU Oracle Database Impact</a><br />Thursday, May 5, 2pm ET
          ]]>
        </content:encoded>        

        <dc:date>2011-04-14T15:55:01-05:00</dc:date>

        <dcterms:modified>2011-04-14T21:56:52-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        
        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/04/05/collaborate-hackfest">

        <rss:title>COLLABORATE11 - IOUG Operation Classified: Security Hackfest</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/04/05/collaborate-hackfest</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <p>For those of you not familiar with COLLABORATE or have not previously  attended, the Oracle Applications Users Group  (OAUG) and Independent  Oracle Users Group (IOUG) have teamed  together to host a user-driven  event with exceptional content.&nbsp; COLLABORATE11 is Sunday, April 10, 2011  through Thursday, April 14, 2011 in Orlando.&nbsp; This year there will be  over 1,000 technical sessions covering  virtually every Oracle product.</p>
<p>For IOUG attendess, the&nbsp;reception on Sunday evening from 5-7pm has the theme&nbsp;&quot;IOUG Operation Classified: Security Hackfest&quot;.&nbsp; This event will pit your skills at securing and hacking the latest Oracle database and competition with your fellow attendees.</p>
<p>To help support the event, Integrigy has updated our highly regarded <a href="http://www.integrigy.com/security-resources/whitepapers/Integrigy-Oracle-Database-Security-Quick-Reference.pdf/view">&quot;Oracle Database Security&nbsp;Quick Reference&quot;</a>&nbsp;to included the latest security information for Oracle 11gR2.&nbsp; </p>
<p>Note: This event is only open to IOUG attendees.</p>
<p>References:</p>
<p><a href="http://www.integrigy.com/security-resources/whitepapers/Integrigy-Oracle-Database-Security-Quick-Reference.pdf/view">Integrigy Oracle Database Security Quick Reference</a></p>
<p><a href="http://www.integrigy.com/security-resources/whitepapers/Integrigy_Oracle_EBS_Security_Quick_Ref.pdf/view">Integrigy Oracle E-Business Suite Security Quick Reference</a></p>
<p>&nbsp;</p>
          ]]>
        </content:encoded>        

        <dc:date>2011-04-05T11:13:09-05:00</dc:date>

        <dcterms:modified>2011-04-05T16:40:56-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>COLLABORATE</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/04/05/collaborate11">

        <rss:title>Integrigy at COLLABORATE11</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/04/05/collaborate11</rss:link>       

        

        <content:encoded>
          <![CDATA[
          For those of you not familiar with COLLABORATE or have not previously attended, the Oracle Applications Users Group  (OAUG) and Independent Oracle Users Group (IOUG) have teamed  together to host a user-driven event with exceptional content.&nbsp; COLLABORATE11 is Sunday, April 10, 2011 through Thursday, April 14, 2011 in Orlando.&nbsp; This year there will be over 1,000 technical sessions covering  virtually every Oracle product.&nbsp; <br /><br />If you are attending and would  like to chat with one of our security experts about the latest developments in Oracle security or discuss  specific security challenges you might be facing, drop us a note at info at integrigy.com and we  can arrange to meet.&nbsp; We have a few slots remaining, but they are filling up fast.<br /><br />Integrigy's CTO, Stephen Kost, will be presenting four technical sessions on securing Oracle products and participating on a panel.<br /><br />
<h3>Oracle Applications Users Group (OAUG)</h3>
<br /><a href="http://coll11.mapyourshow.com/3_0/sessions/sessiondetails.cfm?ScheduledSessionID=1269&amp;CFID=3654516&amp;CFTOKEN=d95cdff94452bb9a-4C3CABA4-BC4C-1ECE-7514952EEBC2C37E">Protecting Sensitive Data in the Oracle E-Business Suite<br /></a>Session #8680<br />Monday, April 11<br />10:30 am - 11:30 am<br /><br /><a href="http://coll11.mapyourshow.com/3_0/sessions/sessiondetails.cfm?ScheduledSessionID=930&amp;CFID=3654516&amp;CFTOKEN=d95cdff94452bb9a-4C3CABA4-BC4C-1ECE-7514952EEBC2C37E">Securing the Oracle E-Business Suite Best Practices Panel<br /></a>Session #4947<br />Monday, April 11<br />3:45 pm - 4:45 pm <br /><br /><a href="http://coll11.mapyourshow.com/3_0/sessions/sessiondetails.cfm?ScheduledSessionID=1173&amp;CFID=3654516&amp;CFTOKEN=d95cdff94452bb9a-4C3CABA4-BC4C-1ECE-7514952EEBC2C37E">Real-life E-Business Suite Security Mistakes<br /></a>Session #8387<br />Wednesday, April 13<br />2:15 pm - 3:15 pm<br />
<h3>Independent Oracle Users Group (IOUG)</h3>
<br /><a href="http://coll11.mapyourshow.com/3_0/sessions/sessiondetails.cfm?ScheduledSessionID=2321&amp;CFID=3654516&amp;CFTOKEN=d95cdff94452bb9a-4C3CABA4-BC4C-1ECE-7514952EEBC2C37E">IOUG Security Boot Camp: Real-life Database Security Mistakes<br /></a>Session #715<br />Tuesday, April 12<br />9:15 am - 10:15 am<br /><br /><a href="http://coll11.mapyourshow.com/3_0/sessions/sessiondetails.cfm?ScheduledSessionID=2926&amp;CFID=3654516&amp;CFTOKEN=d95cdff94452bb9a-4C3CABA4-BC4C-1ECE-7514952EEBC2C37E">Credit Cards and Oracle: How to Comply with PCI-DSS<br /></a>Session #Q600<br />Tuesday, April 12<br />11:45 am - 12:15 pm<br /><br />See you in Orlando!
          ]]>
        </content:encoded>        

        <dc:date>2011-04-05T10:45:36-05:00</dc:date>

        <dcterms:modified>2011-04-05T16:41:14-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>COLLABORATE</dc:subject>
        
        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/03/14/webinar-protecting-your-sensitive-data">

        <rss:title>Webinar: Protecting Your Sensitive Data in Oracle E-Business Suite</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/03/14/webinar-protecting-your-sensitive-data</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <a href="https://www1.gotomeeting.com/register/817973865"><span style="font-weight: bold;">Protecting You Sensitive Data in the Oracle E-Business Suite </span></a><br />Wednesday, March 16, 2011 2pm - 3pm EDT<br /><br />To protect sensitive data (i.e. Social Security numbers)&nbsp; in Oracle E-Business Suite environments, numerous Oracle technologies and third-party products promise to be your next silver bullet.&nbsp; Compliance requirements, such as Payment Card Industry Data Security Standard (PCI-DSS), SOX, and HIPAA, require these types of solutions and technologies be implemented in order to protect sensitive data.&nbsp; However, implementing these technologies is challenging and there are significant limitations and often certification issues to be considered.<br /><br />During this hour-long webinar we will discuss best practices and share some client success stories for encryption, scrambling, and security auditing. Solutions range from simple SQL scripts to expensive add-on products.<br /><br />Agenda:<br /><br />
<ul>
    <li>An overview of Oracle E-Business Suite data security challenges</li>
    <li>Sensitive data protection compliance requirements &ndash; PCI-DSS, SOX, HIPAA</li>
    <li>Best practices and solutions for encrypting sensitive data </li>
    <li>Best practices and solutions for scrambling data in test and development environments</li>
    <li>Best practices and solutions for auditing sensitive data access</li>
</ul>
<br />Click <a href="https://www1.gotomeeting.com/register/817973865">here</a> to register for this webinar.
          ]]>
        </content:encoded>        

        <dc:date>2011-03-14T09:22:11-05:00</dc:date>

        <dcterms:modified>2011-03-14T09:22:11-05:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/02/17/webinar-top-ten-fraud-risks-oracle-ebs">

        <rss:title>Webinar: Top Ten Fraud Risks in the Oracle E-Business Suite</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/02/17/webinar-top-ten-fraud-risks-oracle-ebs</rss:link>       

        

        <content:encoded>
          <![CDATA[
          <a style="font-weight: bold;" href="https://www1.gotomeeting.com/register/730992241">Top Ten Fraud Risks in the Oracle E-Business Suite</a><br />Thursday, February 24, 2010 2:00 PM - 3:00 PM EST<br /> <br />Guarding against fraud within the Oracle E-Business Suite requires  multiple actions on several fronts &ndash; within the ERP applications,  written policies and procedures, and IT security.&nbsp;&nbsp;Setting up roles and  responsibilities to ensure segregation of duties, developing anti-fraud  policies and procedures, and implementing effective monitoring are  required.&nbsp;&nbsp; IT Security must be implemented by installing rigorous  controls and configurations, requiring operational best practices and  procedures, and monitoring for fraudulent activities.  <br /> <br />Please join us for this one hour educational webinar from ERP Risk  Advisers and Integrigy to learn about the Top Ten Fraud Risks in the  Oracle E-Business Suite.&nbsp;&nbsp; <br /> <br />Topics to include: <br />
<ul>
    <li>Effective Segregation of Duties </li>
    <li>Anti-Fraud Policies and Procedures </li>
    <li>Meaningful Monitoring within the Applications </li>
    <li>Monitoring for IT Security </li>
    <li>Secure Passwords </li>
    <li>Guarding Access to Data</li>
</ul>
<br />Click <a href="https://www1.gotomeeting.com/register/730992241">here</a> to register for this webinar.
          ]]>
        </content:encoded>        

        <dc:date>2011-02-17T14:16:00-06:00</dc:date>

        <dcterms:modified>2011-02-17T14:16:00-06:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.integrigy.com/oracle-security-blog/archive/2011/01/17/cpu-january-2011-prerelease">

        <rss:title>Oracle Critical Patch Update January 2011 Pre-Release Analysis</rss:title>

        <rss:link>http://www.integrigy.com/oracle-security-blog/archive/2011/01/17/cpu-january-2011-prerelease</rss:link>       

        

        <content:encoded>
          <![CDATA[
          Here is a brief analysis of the <a href="http://www.oracle.com/technology/deploy/security/alerts.htm">pre-release  announcement</a> for the upcoming January 2011 Oracle Critical Patch Update (CPU) -<br />
<ul>
    <li>Overall, 43 Oracle security vulnerabilities are fixed in this   CPU,  which is a average number and well within the range of  previous   CPUs (Oct-10=50, Jul-10=38, Apr-10=31, Jan-10=24, Oct-09=38, Jul-09=30, Apr-09=43,   Jan-09=41, Oct-08=36, Jul-08=45,  Apr-08=41, Jan-08=26, Oct-07=51,   Jul-07=45, Apr-07=36, Jan-07=51,  Oct-06=101, Jul-06=62, Apr-06=34,   Jan-06=80).&nbsp; These numbers have been normalized for Oracle products and   excludes any Sun products.<br /></li>
    <li>The Oracle product and vulnerability mix appears to be similar to  previous CPUs.&nbsp; All <span style="font-weight: bold; text-decoration: underline;">CPU supported</span>   Oracle Database and Oracle E-Business Suite versions are included.&nbsp;  The  list of  supported versions is getting very short and should be   carefully  reviewed to determine if version upgrades are required prior   to applying  the CPU security patches -</li>
    <ul>
        <ul>
            <ul>
                <li>Database = 10.1.0.5, 10.2.0.4, 10.2.0.5, 11.1.0.7, and 11.2.0.1 for major platforms<br /></li>
                <li>Application Server = 10.1.2.3.0, 11.1.1.2.0, and 11.1.1.3.0<br /></li>
                <li>E-Business Suite = 11.5.10.x, 12.0.4, 12.0.5, 12.0.6, 12.1.1, 12.1.2, and 12.1.3<br /></li>
            </ul>
        </ul>
    </ul>
    <li>The major versions no longer supported by Critical Patch Updates are Oracle Database 9.2.0.8 (July 2010) and Oracle  Application Server/Fusion Middleware versions 10.1.3.5.0 and 11.1.1.1.<span style="font-weight: bold;"></span></li>
    <li><span style="font-weight: bold;">The highlight of this CPU is 12  of 16 Oracle Application Server/Fusion Middleware security  vulnerabilities are  remotely exploitable without authentication</span> with the highest CVSSv2 score being 10.0.&nbsp; The vulnerabilities are in Oracle BI Publisher, Oracle Discoverer, Oracle Document Capture, Oracle GoldenGate Veridata, Oracle HTTP Server, Oracle JRockit, Oracle Outside In Technology, Oracle WebLogic Server, and Services for Beehive components. </li>
    <li>Integrigy will be presenting more information on this CPU in the following webinars: (1) <a href="https://www1.gotomeeting.com/register/646510856">Oracle January 2011 CPU E-Business Suite Impact Webinar</a> Thursday, January 27, 2pm ET and (2) <a href="https://www1.gotomeeting.com/register/627083393">Oracle January 2011 CPU Oracle Database Impact Webinar</a> Thursday, February 3, 2pm ET. </li>
</ul>
<br /> <span style="font-weight: bold; text-decoration: underline;">Oracle  Database</span><br />
<ul>
    <li>There are 6 database vulnerabilities and 2 are remotely  exploitable without authentication.<br /></li>
    <li>Since at least one database vulnerability has a <a href="http://www.integrigy.com/oracle-security-blog/archive/2006/10/27/oracle-cvss">CVSS</a>    2.0 metric of 7.5 (practical maximum for a database vulnerability),   this is a fairly important CPU.&nbsp; Most likely, any database account, even   a lowly privileged account, will be able to gain full-control of the   database by exploiting the vulnerability.</li>
    <li>The components fixed by this CPU are not the usual suspects and several will not be implemented in many environments.&nbsp; It will be interesting to see what the actual vulnerabilities are in these components: Client System Analyzer, Cluster Verify Utility, Database Vault, Oracle Spatial, Scheduler Agent, and UIX.</li>
</ul>
<span style="font-weight: bold; text-decoration: underline;">Oracle Fusion Middleware </span><br />
<ul>
    <li>There are 16 new Oracle Fusion Middleware vulnerabilities, 12 of  which are remotely exploitable without authentication with the highest CVSS score being 10.0.</li>
    <li>Of critical importance will be the fixes in the Oracle HTTP Server and Oracle Web Logic Server.&nbsp; All Oracle Fusion Middleware implementations should carefully review this CPU to determine the exact impact to your environment.</li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Oracle  E-Business Suite 11i and R12</span>
<ul>
    <li>There are 2 new Oracle E-Business Suite 11i and R12    vulnerabilities, both of which are remotely exploitable without    authentication.</li>
    <li>The vulnerabilities are Oracle Application Object Library and Oracle Common Applications.&nbsp; It is not clear if either of these modules can be exploited externally in DMZ implementations.<br /></li>
</ul>
<br /><span style="font-weight: bold; text-decoration: underline;">Planning  Impact</span><br />
<ul>
    <li>We anticipate the criticality of this quarter's CPU will be   in-line with previous  CPUs.&nbsp; The only exception may the significant number of Oracle Fusion Middleware remotely exploitable vulnerabilities, especially any in the Oracle HTTP Server.<br /></li>
    <li>As with all previous CPUs, this quarter's security patches    should be deemed critical and you should adhere to the established    procedures and timing used for previous CPUs.</li>
    <li>Oracle E-Business Suite customers with externally facing   implementations should carefully review the remotely exploitable   vulnerabilities in Application Object Library to determine if  these pages are blocked  by the URL firewall.&nbsp; If any of the vulnerable  web pages are  externally accessible, customers should look to  immediately patch these  environments.</li>
</ul>
          ]]>
        </content:encoded>        

        <dc:date>2011-01-17T11:18:20-06:00</dc:date>

        <dcterms:modified>2011-01-17T11:19:45-06:00</dcterms:modified>

        <dc:creator>Stephen Kost</dc:creator>

        

        
            <dc:subject>Oracle Database</dc:subject>
        
        
            <dc:subject>Oracle Critical Patch Update</dc:subject>
        
        
            <dc:subject>Oracle E-Business Suite</dc:subject>
        

    </rss:item>

    

</rdf:RDF>

