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:0890 - Security Advisory
Issued:
2014-07-16
Updated:
2014-07-16

RHSA-2014:0890 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: java-1.7.0-openjdk security 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 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.

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.

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

CVEs

  • CVE-2014-4262
  • CVE-2014-4263
  • CVE-2014-4266
  • CVE-2014-4252
  • CVE-2014-2483
  • CVE-2014-4244
  • CVE-2014-2490
  • CVE-2014-4216
  • CVE-2014-4223
  • CVE-2014-4219
  • CVE-2014-4218
  • CVE-2014-4221
  • CVE-2014-4209

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.65-2.5.1.2.el5_10.src.rpm SHA-256: 12d73968f8d2caf9507a820175573afc70547494613eb3ba16a6e2f5df730b78
x86_64
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 9799f22e4fa1f5667075c7b76cb702be2a06e62a2ce1ec173a0e0a9efacf47ed
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: fa45fe43da8bac278417e192d0aafa834d3e5f30644f61be5d232be715835b0b
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 324e3c17830162b707e725b7e388ab1e34a53268e9e3800695f9dfed76f250e5
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: f447641c655f06af1da766c5ed024b38e844ac8dd3f64fdf01511251943ca6a2
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 7114ea3e281af015353ed58467c401384c588a9b64be3c1b62f0f235775c09b7
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: c2d30f2866aad9178e24f569924eed6d816171ee197f253e511ae99bd3ad0732
i386
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: e730d530939cd654b5d74c7545cd9b07fdd3bcf261fbea7a799f3c1d4bb84450
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 33b0f27cf47514c9c6121d2f576e10565ac10bad27526b22b61ee569547eccf8
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b9b7dfcc152ddb50284260faaffdde34b70f361372dbd52a301a2a7679ba523c
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 9897202c1b44b7992f3341a6f4afbb0a78a1a9af1e08f4b01f705feff7b629c8
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 19a2568c5188f7d9e8d6c37d8dd401b79960fa52283631cd9fad17eed3b42984
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b4b72f1ccc73ab23905e242f6b8a3cb1ce0bb282c6266c6f1f88b39f70a91cb8

Red Hat Enterprise Linux Workstation 5

SRPM
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.src.rpm SHA-256: 12d73968f8d2caf9507a820175573afc70547494613eb3ba16a6e2f5df730b78
x86_64
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 9799f22e4fa1f5667075c7b76cb702be2a06e62a2ce1ec173a0e0a9efacf47ed
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: fa45fe43da8bac278417e192d0aafa834d3e5f30644f61be5d232be715835b0b
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 324e3c17830162b707e725b7e388ab1e34a53268e9e3800695f9dfed76f250e5
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: f447641c655f06af1da766c5ed024b38e844ac8dd3f64fdf01511251943ca6a2
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 7114ea3e281af015353ed58467c401384c588a9b64be3c1b62f0f235775c09b7
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: c2d30f2866aad9178e24f569924eed6d816171ee197f253e511ae99bd3ad0732
i386
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: e730d530939cd654b5d74c7545cd9b07fdd3bcf261fbea7a799f3c1d4bb84450
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 33b0f27cf47514c9c6121d2f576e10565ac10bad27526b22b61ee569547eccf8
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b9b7dfcc152ddb50284260faaffdde34b70f361372dbd52a301a2a7679ba523c
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 9897202c1b44b7992f3341a6f4afbb0a78a1a9af1e08f4b01f705feff7b629c8
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 19a2568c5188f7d9e8d6c37d8dd401b79960fa52283631cd9fad17eed3b42984
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b4b72f1ccc73ab23905e242f6b8a3cb1ce0bb282c6266c6f1f88b39f70a91cb8

Red Hat Enterprise Linux Desktop 5

SRPM
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.src.rpm SHA-256: 12d73968f8d2caf9507a820175573afc70547494613eb3ba16a6e2f5df730b78
x86_64
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 9799f22e4fa1f5667075c7b76cb702be2a06e62a2ce1ec173a0e0a9efacf47ed
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: fa45fe43da8bac278417e192d0aafa834d3e5f30644f61be5d232be715835b0b
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 324e3c17830162b707e725b7e388ab1e34a53268e9e3800695f9dfed76f250e5
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: f447641c655f06af1da766c5ed024b38e844ac8dd3f64fdf01511251943ca6a2
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 7114ea3e281af015353ed58467c401384c588a9b64be3c1b62f0f235775c09b7
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: c2d30f2866aad9178e24f569924eed6d816171ee197f253e511ae99bd3ad0732
i386
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: e730d530939cd654b5d74c7545cd9b07fdd3bcf261fbea7a799f3c1d4bb84450
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 33b0f27cf47514c9c6121d2f576e10565ac10bad27526b22b61ee569547eccf8
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b9b7dfcc152ddb50284260faaffdde34b70f361372dbd52a301a2a7679ba523c
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 9897202c1b44b7992f3341a6f4afbb0a78a1a9af1e08f4b01f705feff7b629c8
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 19a2568c5188f7d9e8d6c37d8dd401b79960fa52283631cd9fad17eed3b42984
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b4b72f1ccc73ab23905e242f6b8a3cb1ce0bb282c6266c6f1f88b39f70a91cb8

Red Hat Enterprise Linux Server from RHUI 5

SRPM
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.src.rpm SHA-256: 12d73968f8d2caf9507a820175573afc70547494613eb3ba16a6e2f5df730b78
x86_64
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 9799f22e4fa1f5667075c7b76cb702be2a06e62a2ce1ec173a0e0a9efacf47ed
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: fa45fe43da8bac278417e192d0aafa834d3e5f30644f61be5d232be715835b0b
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 324e3c17830162b707e725b7e388ab1e34a53268e9e3800695f9dfed76f250e5
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: f447641c655f06af1da766c5ed024b38e844ac8dd3f64fdf01511251943ca6a2
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: 7114ea3e281af015353ed58467c401384c588a9b64be3c1b62f0f235775c09b7
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.x86_64.rpm SHA-256: c2d30f2866aad9178e24f569924eed6d816171ee197f253e511ae99bd3ad0732
i386
java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: e730d530939cd654b5d74c7545cd9b07fdd3bcf261fbea7a799f3c1d4bb84450
java-1.7.0-openjdk-debuginfo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 33b0f27cf47514c9c6121d2f576e10565ac10bad27526b22b61ee569547eccf8
java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b9b7dfcc152ddb50284260faaffdde34b70f361372dbd52a301a2a7679ba523c
java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 9897202c1b44b7992f3341a6f4afbb0a78a1a9af1e08f4b01f705feff7b629c8
java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: 19a2568c5188f7d9e8d6c37d8dd401b79960fa52283631cd9fad17eed3b42984
java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.el5_10.i386.rpm SHA-256: b4b72f1ccc73ab23905e242f6b8a3cb1ce0bb282c6266c6f1f88b39f70a91cb8

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