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

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

                               ESB-2014.1175
                    java-1.7.0-openjdk security update
                               17 July 2014

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

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

Product:           java-1.7.0-openjdk
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Server 5
                   Red Hat Enterprise Linux WS/Desktop 5
                   Red Hat Enterprise Linux Server 6
                   Red Hat Enterprise Linux WS/Desktop 6
                   Red Hat Enterprise Linux Server 7
                   Red Hat Enterprise Linux WS/Desktop 7
Impact/Access:     Execute Arbitrary Code/Commands -- Remote with User Interaction
                   Access Privileged Data          -- Remote/Unauthenticated      
                   Unauthorised Access             -- Remote with User Interaction
Resolution:        Patch/Upgrade
CVE Names:         CVE-2014-4266 CVE-2014-4263 CVE-2014-4262
                   CVE-2014-4252 CVE-2014-4244 CVE-2014-4223
                   CVE-2014-4221 CVE-2014-4219 CVE-2014-4218
                   CVE-2014-4216 CVE-2014-4209 CVE-2014-2490
                   CVE-2014-2483  

Reference:         ASB-2014.0077

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2014-0889.html

Comment: This bulletin contains two (2) Red Hat security advisories.

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

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

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

Synopsis:          Critical: java-1.7.0-openjdk security update
Advisory ID:       RHSA-2014:0889-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2014-0889.html
Issue date:        2014-07-16
CVE Names:         CVE-2014-2483 CVE-2014-2490 CVE-2014-4209 
                   CVE-2014-4216 CVE-2014-4218 CVE-2014-4219 
                   CVE-2014-4221 CVE-2014-4223 CVE-2014-4244 
                   CVE-2014-4252 CVE-2014-4262 CVE-2014-4263 
                   CVE-2014-4266 
=====================================================================

1. Summary:

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

The Red Hat Security Response Team has rated this update as having Critical
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 Client (v. 7) - x86_64
Red Hat Enterprise Linux Client Optional (v. 7) - noarch, x86_64
Red Hat Enterprise Linux ComputeNode (v. 7) - x86_64
Red Hat Enterprise Linux ComputeNode Optional (v. 7) - noarch, x86_64
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 (v. 6) - x86_64
Red Hat Enterprise Linux HPC Node Optional (v. 6) - noarch, x86_64
Red Hat Enterprise Linux Server (v. 6) - i386, noarch, x86_64
Red Hat Enterprise Linux Server (v. 7) - ppc64, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux Server Optional (v. 7) - noarch, ppc64, s390x, x86_64
Red Hat Enterprise Linux Workstation (v. 6) - i386, noarch, x86_64
Red Hat Enterprise Linux Workstation (v. 7) - x86_64
Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux Workstation Optional (v. 7) - noarch, x86_64

3. Description:

The java-1.7.0-openjdk packages provide the OpenJDK 7 Java Runtime
Environment and the OpenJDK 7 Java Software Development Kit.

It was discovered that the Hotspot component in OpenJDK did not properly
verify bytecode from the class files. An untrusted Java application or
applet could possibly use these flaws to bypass Java sandbox restrictions.
(CVE-2014-4216, CVE-2014-4219)

A format string flaw was discovered in the Hotspot component event logger
in OpenJDK. An untrusted Java application or applet could use this flaw to
crash the Java Virtual Machine or, potentially, execute arbitrary code with
the privileges of the Java Virtual Machine. (CVE-2014-2490)

Multiple improper permission check issues were discovered in the Libraries
component in OpenJDK. An untrusted Java application or applet could use
these flaws to bypass Java sandbox restrictions. (CVE-2014-4223,
CVE-2014-4262, CVE-2014-2483)

Multiple flaws were discovered in the JMX, Libraries, Security, and
Serviceability components in OpenJDK. An untrusted Java application or
applet could use these flaws to bypass certain Java sandbox restrictions.
(CVE-2014-4209, CVE-2014-4218, CVE-2014-4221, CVE-2014-4252, CVE-2014-4266)

It was discovered that the RSA algorithm in the Security component in
OpenJDK did not sufficiently perform blinding while performing operations
that were using private keys. An attacker able to measure timing
differences of those operations could possibly leak information about the
used keys. (CVE-2014-4244)

The Diffie-Hellman (DH) key exchange algorithm implementation in the
Security component in OpenJDK failed to validate public DH parameters
properly. This could cause OpenJDK to accept and use weak parameters,
allowing an attacker to recover the negotiated key. (CVE-2014-4263)

The CVE-2014-4262 issue was discovered by Florian Weimer of Red Hat
Product Security.

Note: If the web browser plug-in provided by the icedtea-web package was
installed, the issues exposed via Java applets could have been exploited
without user interaction if a user visited a malicious website.

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/articles/11258

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

1075795 - CVE-2014-4262 OpenJDK: AtomicReferenceFieldUpdater missing primitive type check (Libraries, 8039520)
1119475 - CVE-2014-4244 OpenJDK: RSA blinding issues (Security, 8031346)
1119476 - CVE-2014-4263 OpenJDK: insufficient Diffie-Hellman public key validation (Security, 8037162)
1119483 - CVE-2014-4221 OpenJDK: MethodHandles.Lookup insufficient modifiers checks (Libraries, 8035788)
1119596 - CVE-2014-4219 OpenJDK: Bytecode verification does not prevent ctor calls to this() and super() (Hotspot, 8035119)
1119597 - CVE-2014-2490 OpenJDK: Event logger format string vulnerability (Hotspot, 8037076)
1119600 - CVE-2014-4216 OpenJDK: Incorrect generic signature attribute parsing (Hotspot, 8037076)
1119602 - CVE-2014-4223 OpenJDK: Incorrect handling of invocations with exhausted ranks (Libraries, 8035793)
1119608 - CVE-2014-4209 OpenJDK: SubjectDelegator protection insufficient (JMX, 8029755)
1119611 - CVE-2014-4218 OpenJDK: Clone interfaces passed to proxy methods (Libraries, 8035009)
1119613 - CVE-2014-4252 OpenJDK: Prevent instantiation of service with non-public constructor (Security, 8035004)
1119615 - CVE-2014-4266 OpenJDK: InfoBuilder incorrect return values (Serviceability, 8033301)
1119626 - CVE-2014-2483 OpenJDK: Restrict use of privileged annotations (Libraries, 8034985)

6. Package List:

Red Hat Enterprise Linux Desktop (v. 6):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.i686.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

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

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

i386:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.i686.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el6_5.noarch.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

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

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

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

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el6_5.noarch.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.i686.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el6_5.noarch.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

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

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

i386:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.i686.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.i686.rpm

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el6_5.noarch.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

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

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el6_5.src.rpm

i386:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.i686.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.i686.rpm

x86_64:
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el6_5.x86_64.rpm

Red Hat Enterprise Linux Client (v. 7):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.src.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-headless-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

Red Hat Enterprise Linux Client Optional (v. 7):

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el7_0.noarch.rpm

x86_64:
java-1.7.0-openjdk-accessibility-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

Red Hat Enterprise Linux ComputeNode (v. 7):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.src.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-headless-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

Red Hat Enterprise Linux ComputeNode Optional (v. 7):

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el7_0.noarch.rpm

x86_64:
java-1.7.0-openjdk-accessibility-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

Red Hat Enterprise Linux Server (v. 7):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.src.rpm

ppc64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm
java-1.7.0-openjdk-headless-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm

s390x:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.s390x.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.s390x.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el7_0.s390x.rpm
java-1.7.0-openjdk-headless-1.7.0.65-2.5.1.2.el7_0.s390x.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-headless-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

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

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el7_0.noarch.rpm

ppc64:
java-1.7.0-openjdk-accessibility-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el7_0.ppc64.rpm

s390x:
java-1.7.0-openjdk-accessibility-1.7.0.65-2.5.1.2.el7_0.s390x.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.s390x.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el7_0.s390x.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el7_0.s390x.rpm

x86_64:
java-1.7.0-openjdk-accessibility-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 7):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.src.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-headless-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm

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

noarch:
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el7_0.noarch.rpm

x86_64:
java-1.7.0-openjdk-accessibility-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el7_0.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el7_0.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-2014-2483.html
https://www.redhat.com/security/data/cve/CVE-2014-2490.html
https://www.redhat.com/security/data/cve/CVE-2014-4209.html
https://www.redhat.com/security/data/cve/CVE-2014-4216.html
https://www.redhat.com/security/data/cve/CVE-2014-4218.html
https://www.redhat.com/security/data/cve/CVE-2014-4219.html
https://www.redhat.com/security/data/cve/CVE-2014-4221.html
https://www.redhat.com/security/data/cve/CVE-2014-4223.html
https://www.redhat.com/security/data/cve/CVE-2014-4244.html
https://www.redhat.com/security/data/cve/CVE-2014-4252.html
https://www.redhat.com/security/data/cve/CVE-2014-4262.html
https://www.redhat.com/security/data/cve/CVE-2014-4263.html
https://www.redhat.com/security/data/cve/CVE-2014-4266.html
https://access.redhat.com/security/updates/classification/#critical

8. Contact:

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

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

iD8DBQFTxj58XlSAg2UNWIIRAsyoAJ45MhxJjTfYNo9nBKMa4+J8QqI5dQCbBaeJ
eztJ6FYcD8DUCvUmvH6o8OI=
=PW85
- -----END PGP SIGNATURE-----

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

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

Synopsis:          Important: java-1.7.0-openjdk security update
Advisory ID:       RHSA-2014:0890-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2014-0890.html
Issue date:        2014-07-16
CVE Names:         CVE-2014-2483 CVE-2014-2490 CVE-2014-4209 
                   CVE-2014-4216 CVE-2014-4218 CVE-2014-4219 
                   CVE-2014-4221 CVE-2014-4223 CVE-2014-4244 
                   CVE-2014-4252 CVE-2014-4262 CVE-2014-4263 
                   CVE-2014-4266 
=====================================================================

1. Summary:

Updated java-1.7.0-openjdk packages that fix multiple security issues are
now available for Red Hat Enterprise Linux 5.

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 (v. 5 server) - i386, x86_64
Red Hat Enterprise Linux Desktop (v. 5 client) - i386, x86_64

3. Description:

The java-1.7.0-openjdk packages provide the OpenJDK 7 Java Runtime
Environment and the OpenJDK 7 Java Software Development Kit.

It was discovered that the Hotspot component in OpenJDK did not properly
verify bytecode from the class files. An untrusted Java application or
applet could possibly use these flaws to bypass Java sandbox restrictions.
(CVE-2014-4216, CVE-2014-4219)

A format string flaw was discovered in the Hotspot component event logger
in OpenJDK. An untrusted Java application or applet could use this flaw to
crash the Java Virtual Machine or, potentially, execute arbitrary code with
the privileges of the Java Virtual Machine. (CVE-2014-2490)

Multiple improper permission check issues were discovered in the Libraries
component in OpenJDK. An untrusted Java application or applet could use
these flaws to bypass Java sandbox restrictions. (CVE-2014-4223,
CVE-2014-4262, CVE-2014-2483)

Multiple flaws were discovered in the JMX, Libraries, Security, and
Serviceability components in OpenJDK. An untrusted Java application or
applet could use these flaws to bypass certain Java sandbox restrictions.
(CVE-2014-4209, CVE-2014-4218, CVE-2014-4221, CVE-2014-4252, CVE-2014-4266)

It was discovered that the RSA algorithm in the Security component in
OpenJDK did not sufficiently perform blinding while performing operations
that were using private keys. An attacker able to measure timing
differences of those operations could possibly leak information about the
used keys. (CVE-2014-4244)

The Diffie-Hellman (DH) key exchange algorithm implementation in the
Security component in OpenJDK failed to validate public DH parameters
properly. This could cause OpenJDK to accept and use weak parameters,
allowing an attacker to recover the negotiated key. (CVE-2014-4263)

The CVE-2014-4262 issue was discovered by Florian Weimer of Red Hat
Product Security.

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/articles/11258

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

1075795 - CVE-2014-4262 OpenJDK: AtomicReferenceFieldUpdater missing primitive type check (Libraries, 8039520)
1119475 - CVE-2014-4244 OpenJDK: RSA blinding issues (Security, 8031346)
1119476 - CVE-2014-4263 OpenJDK: insufficient Diffie-Hellman public key validation (Security, 8037162)
1119483 - CVE-2014-4221 OpenJDK: MethodHandles.Lookup insufficient modifiers checks (Libraries, 8035788)
1119596 - CVE-2014-4219 OpenJDK: Bytecode verification does not prevent ctor calls to this() and super() (Hotspot, 8035119)
1119597 - CVE-2014-2490 OpenJDK: Event logger format string vulnerability (Hotspot, 8037076)
1119600 - CVE-2014-4216 OpenJDK: Incorrect generic signature attribute parsing (Hotspot, 8037076)
1119602 - CVE-2014-4223 OpenJDK: Incorrect handling of invocations with exhausted ranks (Libraries, 8035793)
1119608 - CVE-2014-4209 OpenJDK: SubjectDelegator protection insufficient (JMX, 8029755)
1119611 - CVE-2014-4218 OpenJDK: Clone interfaces passed to proxy methods (Libraries, 8035009)
1119613 - CVE-2014-4252 OpenJDK: Prevent instantiation of service with non-public constructor (Security, 8035004)
1119615 - CVE-2014-4266 OpenJDK: InfoBuilder incorrect return values (Serviceability, 8033301)
1119626 - CVE-2014-2483 OpenJDK: Restrict use of privileged annotations (Libraries, 8034985)

6. Package List:

Red Hat Enterprise Linux Desktop (v. 5 client):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.i386.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.src.rpm

i386:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.i386.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.i386.rpm

x86_64:
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.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-2014-2483.html
https://www.redhat.com/security/data/cve/CVE-2014-2490.html
https://www.redhat.com/security/data/cve/CVE-2014-4209.html
https://www.redhat.com/security/data/cve/CVE-2014-4216.html
https://www.redhat.com/security/data/cve/CVE-2014-4218.html
https://www.redhat.com/security/data/cve/CVE-2014-4219.html
https://www.redhat.com/security/data/cve/CVE-2014-4221.html
https://www.redhat.com/security/data/cve/CVE-2014-4223.html
https://www.redhat.com/security/data/cve/CVE-2014-4244.html
https://www.redhat.com/security/data/cve/CVE-2014-4252.html
https://www.redhat.com/security/data/cve/CVE-2014-4262.html
https://www.redhat.com/security/data/cve/CVE-2014-4263.html
https://www.redhat.com/security/data/cve/CVE-2014-4266.html
https://access.redhat.com/security/updates/classification/#important

8. Contact:

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

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

iD8DBQFTxg3JXlSAg2UNWIIRAjxCAJ9HakY/WDBsCkUwcdbhsud+B1NlHACgnrtb
i/GxYsayCTQ/+wDPnO5MIAs=
=gcI7
- -----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

iQIVAwUBU8cPSRLndAQH1ShLAQJYfw/9E0LfXLH8rQA1Uq1wlGP4P/Zftq1yrIFA
HALi2xNqK5FI6lbHIL3FBfRXdpI+VeyDokWNX0I1783n9mKWILphW0jbtbSRGhGF
S/KJ8qu1u2+XPKiVZhm62lwi6KTKuiv7spH8i9XoZFShLIjFRdfmWQKUY1INqBOV
r/Y5IylDOQsa2SxB2ylq6OtYgPnQY3dghiwBMbjlN8M6gxnaEw2U87Tu8NFlfxh6
xH7Q07FuMBmKz7HcNq5cG1coeFXhd0hq5GJG0YFBP3QE2rxIjoYP+Dm8oD9yzS9A
IO6DPPKDZ+gWoQtTsCPvoAzxoXeWyx6SkypVRJxN1UClC9TlJoUf2kj9SgI/U0ZT
s9yFbaH8z0tA5cTHVwq4ELZlHKccUqkmG2HxBaDNvozOC4OBL8Zu7XkDzREsVIZ3
bynm4aaaG8zawU0vJU3NJfsSofLIWHfNkrjwTLvod9WLP8hHKaRJOa3vGXEXonli
hmNszy7CKAI2TrhlopWr3wu/0kZCpdoggF6G237+uVbm5ajXhPfQrPaQhaEHl2WA
1XAqTicyuLcIGYBac2t/IeK4QjsXRoDXnSUCP00RCvA9tFg+GzGwW9yvqeLqLy8q
JFr30ticAD5fLjzsK5Xz/jV1dOoolwIg2YYoOCaBqDjGlVwtaB/J3G28xCOniPEw
2Q9lgFU9iWE=
=8gYm
-----END PGP SIGNATURE-----