-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2012.0593
         Important: java-1.7.0-openjdk security and bug fix update
                               21 June 2012

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           java-1.7.0-openjdk
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Server 6
                   Red Hat Enterprise Linux WS/Desktop 6
Impact/Access:     Modify Arbitrary Files   -- Remote with User Interaction
                   Denial of Service        -- Remote with User Interaction
                   Unauthorised Access      -- Remote with User Interaction
                   Access Confidential Data -- Existing Account            
Resolution:        Patch/Upgrade
CVE Names:         CVE-2012-1726 CVE-2012-1725 CVE-2012-1724
                   CVE-2012-1723 CVE-2012-1719 CVE-2012-1718
                   CVE-2012-1717 CVE-2012-1716 CVE-2012-1713
                   CVE-2012-1711  

Reference:         ASB-2012.0085
                   ESB-2012.0551
                   ESB-2012.0549

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2012-1009.html

- --------------------------BEGIN INCLUDED TEXT--------------------

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
                   Red Hat Security Advisory

Synopsis:          Important: java-1.7.0-openjdk security and bug fix update
Advisory ID:       RHSA-2012:1009-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2012-1009.html
Issue date:        2012-06-20
CVE Names:         CVE-2012-1711 CVE-2012-1713 CVE-2012-1716 
                   CVE-2012-1717 CVE-2012-1718 CVE-2012-1719 
                   CVE-2012-1723 CVE-2012-1724 CVE-2012-1725 
                   CVE-2012-1726 
=====================================================================

1. Summary:

Updated java-1.7.0-openjdk packages that fix several security issues and
one bug are now available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having
important security impact. Common Vulnerability Scoring System (CVSS) base
scores, which give detailed severity ratings, are available for each
vulnerability from the CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux Desktop (v. 6) - i386, x86_64
Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, noarch, x86_64
Red Hat Enterprise Linux HPC Node Optional (v. 6) - noarch, x86_64
Red Hat Enterprise Linux Server (v. 6) - i386, x86_64
Red Hat Enterprise Linux Server Optional (v. 6) - i386, noarch, x86_64
Red Hat Enterprise Linux Workstation (v. 6) - i386, x86_64
Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, noarch, x86_64

3. Description:

These packages provide the OpenJDK 7 Java Runtime Environment and the
OpenJDK 7 Software Development Kit.

Multiple flaws were discovered in the CORBA (Common Object Request Broker
Architecture) implementation in Java. A malicious Java application or
applet could use these flaws to bypass Java sandbox restrictions or modify
immutable object data. (CVE-2012-1711, CVE-2012-1719)

It was discovered that the SynthLookAndFeel class from Swing did not
properly prevent access to certain UI elements from outside the current
application context. A malicious Java application or applet could use this
flaw to crash the Java Virtual Machine, or bypass Java sandbox
restrictions. (CVE-2012-1716)

Multiple flaws were discovered in the font manager's layout lookup
implementation. A specially-crafted font file could cause the Java Virtual
Machine to crash or, possibly, execute arbitrary code with the privileges
of the user running the virtual machine. (CVE-2012-1713)

Multiple flaws were found in the way the Java HotSpot Virtual Machine
verified the bytecode of the class file to be executed. A specially-crafted
Java application or applet could use these flaws to crash the Java Virtual
Machine, or bypass Java sandbox restrictions. (CVE-2012-1723,
CVE-2012-1725)

It was discovered that java.lang.invoke.MethodHandles.Lookup did not
properly honor access modes. An untrusted Java application or applet could
use this flaw to bypass Java sandbox restrictions. (CVE-2012-1726)

It was discovered that the Java XML parser did not properly handle certain
XML documents. An attacker able to make a Java application parse a
specially-crafted XML file could use this flaw to make the XML parser enter
an infinite loop. (CVE-2012-1724)

It was discovered that the Java security classes did not properly handle
Certificate Revocation Lists (CRL). CRL containing entries with duplicate
certificate serial numbers could have been ignored. (CVE-2012-1718)

It was discovered that various classes of the Java Runtime library could
create temporary files with insecure permissions. A local attacker could
use this flaw to gain access to the content of such temporary files.
(CVE-2012-1717)

This update also fixes the following bug:

* Attempting to compile a SystemTap script using the jstack tapset could
have failed with an error similar to the following:

error: the frame size of 272 bytes is larger than 256 bytes

This update corrects the jstack tapset and resolves this issue. (BZ#833035)

This erratum also upgrades the OpenJDK package to IcedTea7 2.2.1. Refer to
the NEWS file, linked to in the References, for further information.

All users of java-1.7.0-openjdk are advised to upgrade to these updated
packages, which resolve these issues. All running instances of OpenJDK Java
must be restarted for the update to take effect.

4. Solution:

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

5. Bugs fixed (http://bugzilla.redhat.com/):

829354 - CVE-2012-1711 OpenJDK: improper protection of CORBA data models (CORBA, 7079902)
829358 - CVE-2012-1717 OpenJDK: insecure temporary file permissions (JRE, 7143606)
829360 - CVE-2012-1716 OpenJDK: SynthLookAndFeel application context bypass (Swing, 7143614)
829361 - CVE-2012-1713 OpenJDK: fontmanager layout lookup code memory corruption (2D, 7143617)
829371 - CVE-2012-1719 OpenJDK: mutable repository identifiers in generated stub code (CORBA, 7143851)
829372 - CVE-2012-1718 OpenJDK: CRL and certificate extensions handling improvements (Security, 7143872)
829373 - CVE-2012-1723 OpenJDK: insufficient field accessibility checks (HotSpot, 7152811)
829374 - CVE-2012-1724 OpenJDK: XML parsing infinite loop (JAXP, 7157609)
829376 - CVE-2012-1725 OpenJDK: insufficient invokespecial <init> verification (HotSpot, 7160757)
829377 - CVE-2012-1726 OpenJDK: java.lang.invoke.MethodHandles.Lookup does not honor access modes (Libraries, 7165628)

6. Package List:

Red Hat Enterprise Linux Desktop (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.i686.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm

Red Hat Enterprise Linux Desktop Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

i386:
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.i686.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.5-2.2.1.el6_3.noarch.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.x86_64.rpm

Red Hat Enterprise Linux HPC Node Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6ComputeNode/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.5-2.2.1.el6_3.noarch.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.i686.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

i386:
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.i686.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.5-2.2.1.el6_3.noarch.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.i686.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/java-1.7.0-openjdk-1.7.0.5-2.2.1.el6_3.src.rpm

i386:
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.i686.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.i686.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.5-2.2.1.el6_3.noarch.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.5-2.2.1.el6_3.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.5-2.2.1.el6_3.x86_64.rpm

These packages are GPG signed by Red Hat for security.  Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/#package

7. References:

https://www.redhat.com/security/data/cve/CVE-2012-1711.html
https://www.redhat.com/security/data/cve/CVE-2012-1713.html
https://www.redhat.com/security/data/cve/CVE-2012-1716.html
https://www.redhat.com/security/data/cve/CVE-2012-1717.html
https://www.redhat.com/security/data/cve/CVE-2012-1718.html
https://www.redhat.com/security/data/cve/CVE-2012-1719.html
https://www.redhat.com/security/data/cve/CVE-2012-1723.html
https://www.redhat.com/security/data/cve/CVE-2012-1724.html
https://www.redhat.com/security/data/cve/CVE-2012-1725.html
https://www.redhat.com/security/data/cve/CVE-2012-1726.html
https://access.redhat.com/security/updates/classification/#important
http://icedtea.classpath.org/hg/release/icedtea7-2.2/file/icedtea-2.2.1/NEWS
http://www.oracle.com/technetwork/topics/security/javacpujun2012-1515912.html

8. Contact:

The Red Hat security contact is <secalert@redhat.com>.  More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2012 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFP4bdMXlSAg2UNWIIRAgLZAJ4rVT0qeWA3N7RGN/RRjkpcTqtF4wCeNbiZ
7KUEsZqVLjXnfpCmLH3lpCM=
=GGr3
- -----END PGP SIGNATURE-----

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        http://www.auscert.org.au/render.html?cid=1980

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBT+Kfre4yVqjM2NGpAQKdLw//UyedUSeyM466eJcYXsWgIdQyWYhQHLna
BzIzVcRQWyvA3+sumHnHCbpPWqK3COlFuf1lbB+yJoGQd1oupb1NP1tDUVdbX4DN
haW9aLormY4VF9vQzT56dGXXSQYaHumDq5BuvB3ojIvJoAxksiwDlEEdlnKHzQzm
A+TqNU2Kfjfns/70j0lAOWIw2WVqfQ7xP45Mq/93v7GrkNiacr1+x13la/9g2EhA
1W4nSmJwQQKHueZmHxLGyquQtj6lLbiM9nFvUwVKHO+aKW6OsE8wEK0z+t5ivkMf
EBplaYTmoIZTl+otuFCj4foNmh8M2x9R5z+JVWBIabZV9xVYuF2LJb+AYOrt+w8K
kD+J7yF/ntE4ReqkA92qm6trXpxKopXHF7dnEo66RJp1xbNiV7Zzmr8FpUWtbbN4
PNrbCf3lO4yAtc5l3l5XdP68XKa44t9nPupxcGrDq8Vz4e99MFc1k1W+zfpLA816
tNcqE9If08KfmyrvQVwLpjo1Bkq0GNOVACTMXXNsGirvlOes0WXUYjkrTFPxvaJS
9sdTl3i2vc3FkVTT3hfomWBRzTQw5X7v2xOwAoJn4clrP+7xZwcPENlOVq24yhzZ
ZU1lBNJ6UqDqmQJPJi6+HyYGpLqzru9Y/6p1EVvuQiC8ZYDQ4wPzHcyhSLCvqpuZ
+GZUPuMyVDg=
=wMQQ
-----END PGP SIGNATURE-----