Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2014:1633 - Security Advisory
Issued:
2014-10-14
Updated:
2014-10-14

RHSA-2014:1633 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: java-1.7.0-openjdk security and bug fix update

Type/Severity

Security Advisory: Important

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

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

Red Hat Product Security 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.

Description

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

Multiple flaws were discovered in the Libraries, 2D, and Hotspot components
in OpenJDK. An untrusted Java application or applet could use these flaws
to bypass certain Java sandbox restrictions. (CVE-2014-6506, CVE-2014-6531,
CVE-2014-6502, CVE-2014-6511, CVE-2014-6504, CVE-2014-6519)

It was discovered that the StAX XML parser in the JAXP component in OpenJDK
performed expansion of external parameter entities even when external
entity substitution was disabled. A remote attacker could use this flaw to
perform XML eXternal Entity (XXE) attack against applications using the
StAX parser to parse untrusted XML documents. (CVE-2014-6517)

It was discovered that the DatagramSocket implementation in OpenJDK failed
to perform source address checks for packets received on a connected
socket. A remote attacker could use this flaw to have their packets
processed as if they were received from the expected source.
(CVE-2014-6512)

It was discovered that the TLS/SSL implementation in the JSSE component in
OpenJDK failed to properly verify the server identity during the
renegotiation following session resumption, making it possible for
malicious TLS/SSL servers to perform a Triple Handshake attack against
clients using JSSE and client certificate authentication. (CVE-2014-6457)

It was discovered that the CipherInputStream class implementation in
OpenJDK did not properly handle certain exceptions. This could possibly
allow an attacker to affect the integrity of an encrypted stream handled by
this class. (CVE-2014-6558)

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

This update also fixes the following bug:

  • The TLS/SSL implementation in OpenJDK previously failed to handle

Diffie-Hellman (DH) keys with more than 1024 bits. This caused client
applications using JSSE to fail to establish TLS/SSL connections to servers
using larger DH keys during the connection handshake. This update adds
support for DH keys with size up to 2048 bits. (BZ#1148309)

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.

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

Affected Products

  • Red Hat Enterprise Linux Server 5 x86_64
  • Red Hat Enterprise Linux Server 5 i386
  • Red Hat Enterprise Linux Workstation 5 x86_64
  • Red Hat Enterprise Linux Workstation 5 i386
  • Red Hat Enterprise Linux Desktop 5 x86_64
  • Red Hat Enterprise Linux Desktop 5 i386
  • Red Hat Enterprise Linux Server from RHUI 5 x86_64
  • Red Hat Enterprise Linux Server from RHUI 5 i386

Fixes

  • BZ - 1071210 - CVE-2014-6512 OpenJDK: DatagramSocket connected socket missing source check (Libraries, 8039509)
  • BZ - 1150155 - CVE-2014-6506 OpenJDK: insufficient permission checks when setting resource bundle on system logger (Libraries, 8041564)
  • BZ - 1150182 - CVE-2014-6504 OpenJDK: incorrect optimization of range checks in C2 compiler (Hotspot, 8022783)
  • BZ - 1150273 - CVE-2014-6519 OpenJDK: missing BootstrapMethods bounds check (Hotspot, 8041717)
  • BZ - 1150651 - CVE-2014-6531 OpenJDK: insufficient ResourceBundle name check (Libraries, 8044274)
  • BZ - 1150669 - CVE-2014-6502 OpenJDK: LogRecord use of incorrect CL when loading ResourceBundle (Libraries, 8042797)
  • BZ - 1151046 - CVE-2014-6457 OpenJDK: Triple Handshake attack against TLS/SSL connections (JSSE, 8037066)
  • BZ - 1151063 - CVE-2014-6558 OpenJDK: CipherInputStream incorrect exception handling (Security, 8037846)
  • BZ - 1151364 - CVE-2014-6517 OpenJDK: StAX parser parameter entity XXE (JAXP, 8039533)
  • BZ - 1151517 - CVE-2014-6511 ICU: Layout Engine ContextualSubstitution missing boundary checks (JDK 2D, 8041540)

CVEs

  • CVE-2014-6502
  • CVE-2014-6457
  • CVE-2014-6506
  • CVE-2014-6504
  • CVE-2014-6531
  • CVE-2014-6519
  • CVE-2014-6558
  • CVE-2014-6517
  • CVE-2014-6511
  • CVE-2014-6512

References

  • https://access.redhat.com/security/updates/classification/#important
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 5

SRPM
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.src.rpm SHA-256: fb9bbcc37370d7c43b986efa968a2e1e4ff3b261d88c68aa65f082adf580e556
x86_64
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: cba76bb54b0b6616dc361128558537f5df6ac07cdb51eee9b8f9e9afc79f6d3b
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 2ae9c4f6cd955be4af8c2ff66c766907d36d1d23ff6989eb04f72404e44b5ae9
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: f5f126dbba83b1173c429dd2f9525c50739f3214b84d495d745369f898c4656c
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 248d08447c19a09370da01d7e263adf3e34f4b7811d4ae3abde9abb24a8271f1
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: d584bc264c1ed6e53a13c96425aa91745d638d3044ccee6c555ec9bf901e8037
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 1b58c184840b4b1d18c6077e39cd3aed1684d2f49125d1c0aa7c7d5f8c9ce123
i386
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: d1fb0a1ae72c0ec34a7a76daa8433cad300a8a044d5e770c598fc647f8062655
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 0306ebd05724e6aeb704606c3680747285ae1c75412fde08f9fc73abb4df3b5a
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: ed5c96d0a174f387d26cc90fba9c9e84e7ff8ab996906c22f3c3941bcbbc8622
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 724315f61fe6d397cb7eb0bc0bcb9cc3a4e5a1a0cb342c0b1492d20bf9590879
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 6a840db5ab6ed81a6ce87b4b2da66862c37883309a6466a361f5ffb1bde71a78
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 3499106c0f927c598429fb6c0b77430442b1f8c9bb4c0f213379c43f7b52784e

Red Hat Enterprise Linux Workstation 5

SRPM
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.src.rpm SHA-256: fb9bbcc37370d7c43b986efa968a2e1e4ff3b261d88c68aa65f082adf580e556
x86_64
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: cba76bb54b0b6616dc361128558537f5df6ac07cdb51eee9b8f9e9afc79f6d3b
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 2ae9c4f6cd955be4af8c2ff66c766907d36d1d23ff6989eb04f72404e44b5ae9
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: f5f126dbba83b1173c429dd2f9525c50739f3214b84d495d745369f898c4656c
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 248d08447c19a09370da01d7e263adf3e34f4b7811d4ae3abde9abb24a8271f1
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: d584bc264c1ed6e53a13c96425aa91745d638d3044ccee6c555ec9bf901e8037
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 1b58c184840b4b1d18c6077e39cd3aed1684d2f49125d1c0aa7c7d5f8c9ce123
i386
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: d1fb0a1ae72c0ec34a7a76daa8433cad300a8a044d5e770c598fc647f8062655
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 0306ebd05724e6aeb704606c3680747285ae1c75412fde08f9fc73abb4df3b5a
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: ed5c96d0a174f387d26cc90fba9c9e84e7ff8ab996906c22f3c3941bcbbc8622
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 724315f61fe6d397cb7eb0bc0bcb9cc3a4e5a1a0cb342c0b1492d20bf9590879
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 6a840db5ab6ed81a6ce87b4b2da66862c37883309a6466a361f5ffb1bde71a78
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 3499106c0f927c598429fb6c0b77430442b1f8c9bb4c0f213379c43f7b52784e

Red Hat Enterprise Linux Desktop 5

SRPM
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.src.rpm SHA-256: fb9bbcc37370d7c43b986efa968a2e1e4ff3b261d88c68aa65f082adf580e556
x86_64
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: cba76bb54b0b6616dc361128558537f5df6ac07cdb51eee9b8f9e9afc79f6d3b
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 2ae9c4f6cd955be4af8c2ff66c766907d36d1d23ff6989eb04f72404e44b5ae9
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: f5f126dbba83b1173c429dd2f9525c50739f3214b84d495d745369f898c4656c
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 248d08447c19a09370da01d7e263adf3e34f4b7811d4ae3abde9abb24a8271f1
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: d584bc264c1ed6e53a13c96425aa91745d638d3044ccee6c555ec9bf901e8037
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 1b58c184840b4b1d18c6077e39cd3aed1684d2f49125d1c0aa7c7d5f8c9ce123
i386
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: d1fb0a1ae72c0ec34a7a76daa8433cad300a8a044d5e770c598fc647f8062655
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 0306ebd05724e6aeb704606c3680747285ae1c75412fde08f9fc73abb4df3b5a
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: ed5c96d0a174f387d26cc90fba9c9e84e7ff8ab996906c22f3c3941bcbbc8622
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 724315f61fe6d397cb7eb0bc0bcb9cc3a4e5a1a0cb342c0b1492d20bf9590879
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 6a840db5ab6ed81a6ce87b4b2da66862c37883309a6466a361f5ffb1bde71a78
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 3499106c0f927c598429fb6c0b77430442b1f8c9bb4c0f213379c43f7b52784e

Red Hat Enterprise Linux Server from RHUI 5

SRPM
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.src.rpm SHA-256: fb9bbcc37370d7c43b986efa968a2e1e4ff3b261d88c68aa65f082adf580e556
x86_64
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: cba76bb54b0b6616dc361128558537f5df6ac07cdb51eee9b8f9e9afc79f6d3b
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 2ae9c4f6cd955be4af8c2ff66c766907d36d1d23ff6989eb04f72404e44b5ae9
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: f5f126dbba83b1173c429dd2f9525c50739f3214b84d495d745369f898c4656c
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 248d08447c19a09370da01d7e263adf3e34f4b7811d4ae3abde9abb24a8271f1
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: d584bc264c1ed6e53a13c96425aa91745d638d3044ccee6c555ec9bf901e8037
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.x86_64.rpm SHA-256: 1b58c184840b4b1d18c6077e39cd3aed1684d2f49125d1c0aa7c7d5f8c9ce123
i386
java-1.7.0-openjdk-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: d1fb0a1ae72c0ec34a7a76daa8433cad300a8a044d5e770c598fc647f8062655
java-1.7.0-openjdk-debuginfo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 0306ebd05724e6aeb704606c3680747285ae1c75412fde08f9fc73abb4df3b5a
java-1.7.0-openjdk-demo-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: ed5c96d0a174f387d26cc90fba9c9e84e7ff8ab996906c22f3c3941bcbbc8622
java-1.7.0-openjdk-devel-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 724315f61fe6d397cb7eb0bc0bcb9cc3a4e5a1a0cb342c0b1492d20bf9590879
java-1.7.0-openjdk-javadoc-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 6a840db5ab6ed81a6ce87b4b2da66862c37883309a6466a361f5ffb1bde71a78
java-1.7.0-openjdk-src-1.7.0.71-2.5.3.1.el5_11.i386.rpm SHA-256: 3499106c0f927c598429fb6c0b77430442b1f8c9bb4c0f213379c43f7b52784e

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

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility