Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 542
Alerts This Week
Warning Icon 1 542

Red Hat: RHSA-2016:0651-01 Critical: OpenJDK Java Security Update

red hat
Calendar Grey April 20, 2016
Scroller Redhat
Oracle has published an urgent security notice for python-3.8.0 which includes essential patches to counter vulnerabilities.
An update for java-1.8.0-openjdk is now available for Red Hat Enterprise Linux 6

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

All running instances of OpenJDK Java must be restarted for this update to take effect.

Summary

The java-1.8.0-openjdk packages provide the OpenJDK 8 Java Runtime Environment and the OpenJDK 8 Java Software Development Kit.
Security Fix(es):
* Multiple flaws were discovered in the Serialization and Hotspot components in OpenJDK. An untrusted Java application or applet could use these flaws to completely bypass Java sandbox restrictions. (CVE-2016-0686, CVE-2016-0687)
* It was discovered that the RMI server implementation in the JMX component in OpenJDK did not restrict which classes can be deserialized when deserializing authentication credentials. A remote, unauthenticated attacker able to connect to a JMX port could possibly use this flaw to trigger deserialization flaws. (CVE-2016-3427)
* It was discovered that the JAXP component in OpenJDK failed to properly handle Unicode surrogate pairs used as part of the XML attribute values. Specially crafted XML input could cause a Java application to use an excessive amount of memory when parsed. (CVE-2016-3425)
* It was discovered that the GCM (Galois/Counter Mode) implementation in the JCE component in OpenJDK used a non-constant time comparison when comparing GCM authentication tags. A remote attacker could possibly use this flaw to determine the value of the authentication tag. (CVE-2016-3426)
* It was discovered that the Security component in OpenJDK failed to check the digest algorithm strength when generating DSA signatures. The use of a digest weaker than the key strength could lead to the generation of signatures that were weaker than expected. (CVE-2016-0695)

References

https://access.redhat.com/security/cve/CVE-2016-0686 https://access.redhat.com/security/cve/CVE-2016-0687 https://access.redhat.com/security/cve/CVE-2016-0695 https://access.redhat.com/security/cve/CVE-2016-3425 https://access.redhat.com/security/cve/CVE-2016-3426 https://access.redhat.com/security/cve/CVE-2016-3427 https://access.redhat.com/security/updates/classification#critical

Package List

Red Hat Enterprise Linux Desktop (v. 6):
Source: java-1.8.0-openjdk-1.8.0.91-0.b14.el6_7.src.rpm
i386: java-1.8.0-openjdk-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-debuginfo-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-headless-1.8.0.91-0.b14.el6_7.i686.rpm
x86_64: java-1.8.0-openjdk-1.8.0.91-0.b14.el6_7.x86_64.rpm java-1.8.0-openjdk-debuginfo-1.8.0.91-0.b14.el6_7.x86_64.rpm java-1.8.0-openjdk-headless-1.8.0.91-0.b14.el6_7.x86_64.rpm
Red Hat Enterprise Linux Desktop Optional (v. 6):
i386: java-1.8.0-openjdk-debug-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-debuginfo-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-demo-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-demo-debug-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-devel-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-devel-debug-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-headless-debug-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-src-1.8.0.91-0.b14.el6_7.i686.rpm java-1.8.0-openjdk-src-debug-1.8.0.91-0.b14.el6_7.i686.rpm
noarch: java-1.8.0-openjdk-javadoc-1.8.0.91-0.b14.el6_7.noarch.rpm java-1.8.0-openjdk-javadoc-debug-1.8.0.91-0.b14.el6_7.noarch.rpm
x86_64: java-1.8.0-openjdk-debug-1.8.0.91-0.b14.el6_7.x86_64.rpm java-1.8.0-openjdk-debuginfo-1.8.0.91-0.b14.el6_7.x86_64.rpm

Read the Full Advisory


Severity
critical
Lowest
Low
Medium
High
Critical

Advisory ID: RHSA-2016:0651-01
Product: Red Hat Enterprise Linux
Issue date: 2016-04-20

Topic

An update for java-1.8.0-openjdk is now available for Red Hat EnterpriseLinux 6.Red Hat Product Security has rated this update as having a security impactof Critical. A Common Vulnerability Scoring System (CVSS) base score, whichgives a detailed severity rating, is available for each vulnerability fromthe CVE link(s) in the References section.

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 (v. 6) - 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

Bugs Fixed

1327743 - CVE-2016-0686 OpenJDK: insufficient thread consistency checks in ObjectInputStream (Serialization, 8129952)

1327749 - CVE-2016-0687 OpenJDK: insufficient byte type checks (Hotspot, 8132051)

1328022 - CVE-2016-0695 OpenJDK: insufficient DSA key parameters checks (Security, 8138593)

1328040 - CVE-2016-3425 OpenJDK: incorrect handling of surrogate pairs in XML attribute values (JAXP, 8143167)

1328059 - CVE-2016-3426 OpenJDK: non-constant time GCM authentication tag comparison (JCE, 8143945)

1328210 - CVE-2016-3427 OpenJDK: unrestricted deserialization of authentication credentials (JMX, 8144430)

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.