Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHSA-2010:0339 - Security Advisory
Issued:
2010-03-31
Updated:
2010-03-31

RHSA-2010:0339 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: java-1.6.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.6.0-openjdk packages that fix several 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

These packages provide the OpenJDK 6 Java Runtime Environment and the
OpenJDK 6 Software Development Kit. The Java Runtime Environment (JRE)
contains the software and tools that users need to run applications written
using the Java programming language.

A flaw was found in the way the TLS/SSL (Transport Layer Security/Secure
Sockets Layer) protocols handle session renegotiation. A man-in-the-middle
attacker could use this flaw to prefix arbitrary plain text to a client's
session (for example, an HTTPS connection to a website). This could force
the server to process an attacker's request as if authenticated using the
victim's credentials. (CVE-2009-3555)

This update disables renegotiation in the Java Secure Socket Extension
(JSSE) component. Unsafe renegotiation can be re-enabled using the
sun.security.ssl.allowUnsafeRenegotiation property. Refer to the following
Knowledgebase article for details:
http://kbase.redhat.com/faq/docs/DOC-20491

A number of flaws have been fixed in the Java Virtual Machine (JVM) and in
various Java class implementations. These flaws could allow an unsigned
applet or application to bypass intended access restrictions.
(CVE-2010-0082, CVE-2010-0084, CVE-2010-0085, CVE-2010-0088, CVE-2010-0094)

An untrusted applet could access clipboard information if a drag operation
was performed over that applet's canvas. This could lead to an information
leak. (CVE-2010-0091)

The rawIndex operation incorrectly handled large values, causing the
corruption of internal memory structures, resulting in an untrusted applet
or application crashing. (CVE-2010-0092)

The System.arraycopy operation incorrectly handled large index values,
potentially causing array corruption in an untrusted applet or application.
(CVE-2010-0093)

Subclasses of InetAddress may incorrectly interpret network addresses,
allowing an untrusted applet or application to bypass network access
restrictions. (CVE-2010-0095)

In certain cases, type assignments could result in "non-exact" interface
types. This could be used to bypass type-safety restrictions.
(CVE-2010-0845)

A buffer overflow flaw in LittleCMS (embedded in OpenJDK) could cause an
untrusted applet or application using color profiles from untrusted sources
to crash. (CVE-2010-0838)

An input validation flaw was found in the JRE unpack200 functionality. An
untrusted applet or application could use this flaw to elevate its
privileges. (CVE-2010-0837)

Deferred calls to trusted applet methods could be granted incorrect
permissions, allowing an untrusted applet or application to extend its
privileges. (CVE-2010-0840)

A missing input validation flaw in the JRE could allow an attacker to crash
an untrusted applet or application. (CVE-2010-0848)

A flaw in Java2D could allow an attacker to execute arbitrary code with the
privileges of a user running an untrusted applet or application that uses
Java2D. (CVE-2010-0847)

Note: The flaws concerning applets in this advisory, CVE-2010-0082,
CVE-2010-0084, CVE-2010-0085, CVE-2010-0088, CVE-2010-0091, CVE-2010-0092,
CVE-2010-0093, CVE-2010-0094, CVE-2010-0095, CVE-2010-0837, CVE-2010-0838,
CVE-2010-0840, CVE-2010-0847, and CVE-2010-0848, can only be triggered in
java-1.6.0-openjdk by calling the "appletviewer" application.

This update also provides three defense in depth patches. (BZ#575745,
BZ#575861, BZ#575789)

All users of java-1.6.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
http://kbase.redhat.com/faq/docs/DOC-11259

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 - 533125 - CVE-2009-3555 TLS: MITM attacks via session renegotiation
  • BZ - 575736 - CVE-2010-0082 OpenJDK Loader-constraint table allows arrays instead of only the base-classes (6626217)
  • BZ - 575740 - CVE-2010-0084 OpenJDK Policy/PolicyFile leak dynamic ProtectionDomains. (6633872)
  • BZ - 575747 - CVE-2010-0085 OpenJDK File TOCTOU deserialization vulnerability (6736390)
  • BZ - 575755 - CVE-2010-0088 OpenJDK Inflater/Deflater clone issues (6745393)
  • BZ - 575756 - CVE-2010-0091 OpenJDK Unsigned applet can retrieve the dragged information before drop action occurs(6887703)
  • BZ - 575760 - CVE-2010-0092 OpenJDK AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error (6888149)
  • BZ - 575764 - CVE-2010-0093 OpenJDK System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes (6892265)
  • BZ - 575769 - CVE-2010-0094 OpenJDK Deserialization of RMIConnectionImpl objects should enforce stricter checks (6893947)
  • BZ - 575772 - CVE-2010-0095 OpenJDK Subclasses of InetAddress may incorrectly interpret network addresses (6893954)
  • BZ - 575775 - CVE-2010-0845 OpenJDK No ClassCastException for HashAttributeSet constructors if run with -Xcomp (6894807)
  • BZ - 575808 - CVE-2010-0838 OpenJDK CMM readMabCurveData Buffer Overflow Vulnerability (6899653)
  • BZ - 575818 - CVE-2010-0837 OpenJDK JAR "unpack200" must verify input parameters (6902299)
  • BZ - 575846 - CVE-2010-0840 OpenJDK Applet Trusted Methods Chaining Privilege Escalation Vulnerability (6904691)
  • BZ - 575865 - CVE-2010-0848 OpenJDK AWT Library Invalid Index Vulnerability (6914823)
  • BZ - 575871 - CVE-2010-0847 OpenJDK ImagingLib arbitrary code execution vulnerability (6914866)

CVEs

  • CVE-2009-3555
  • CVE-2010-0093
  • CVE-2010-0837
  • CVE-2010-0088
  • CVE-2010-0084
  • CVE-2010-0085
  • CVE-2010-0847
  • CVE-2010-0838
  • CVE-2010-0082
  • CVE-2010-0092
  • CVE-2010-0091
  • CVE-2010-0845
  • CVE-2010-0095
  • CVE-2010-0094
  • CVE-2010-0848
  • CVE-2010-0840

References

  • http://www.redhat.com/security/updates/classification/#important
  • http://kbase.redhat.com/faq/docs/DOC-20491
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.6.0-openjdk-1.6.0.0-1.11.b16.el5.src.rpm SHA-256: 57b2c39addb9d6392378752d20011a6ff0b954db42d24d6595107c8c52827cfa
x86_64
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: c125d7b34b1407e6c1c497746a7900e8dd7cd36c6ac9ac21f6352e9abc888a04
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: d7709ac1883e313f29c7367df501c15a8c561e95b1c77ccec360dc7c4ed9cf7c
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: e7d2487b81c4fc08799686556e389c0f67ef8419a4799b817d69b76e90b99fac
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: 5a8c24dade22625c6e1d7626cb9fa7a1a050706f241ead0c03333e3a70a0d3e0
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: cd975b1534a78064ae035197777336dbc16088a121f6c36d9a5d20525a59f921
i386
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 218821c197d9ee386240d7c5c28e76ad5e3e1c8793f52aeb955e08b115c36f26
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: fa58bf11e26711544e2b6921ebd28970f8df49809043ec326a8ee6962c94af91
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 5f0e955f3c7cde6842cea7cd257396be3642e94acdcd5a57798528283ee588d6
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 56762e8cf49337b8991834e51f0baef7e0077e3e177636201c2de0730b93da05
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 30154c4305feba4dbd245aa40a3c56db570b22182e06414a01a11c70f0ca3039

Red Hat Enterprise Linux Workstation 5

SRPM
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.src.rpm SHA-256: 57b2c39addb9d6392378752d20011a6ff0b954db42d24d6595107c8c52827cfa
x86_64
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: c125d7b34b1407e6c1c497746a7900e8dd7cd36c6ac9ac21f6352e9abc888a04
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: d7709ac1883e313f29c7367df501c15a8c561e95b1c77ccec360dc7c4ed9cf7c
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: e7d2487b81c4fc08799686556e389c0f67ef8419a4799b817d69b76e90b99fac
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: 5a8c24dade22625c6e1d7626cb9fa7a1a050706f241ead0c03333e3a70a0d3e0
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: cd975b1534a78064ae035197777336dbc16088a121f6c36d9a5d20525a59f921
i386
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 218821c197d9ee386240d7c5c28e76ad5e3e1c8793f52aeb955e08b115c36f26
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: fa58bf11e26711544e2b6921ebd28970f8df49809043ec326a8ee6962c94af91
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 5f0e955f3c7cde6842cea7cd257396be3642e94acdcd5a57798528283ee588d6
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 56762e8cf49337b8991834e51f0baef7e0077e3e177636201c2de0730b93da05
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 30154c4305feba4dbd245aa40a3c56db570b22182e06414a01a11c70f0ca3039

Red Hat Enterprise Linux Desktop 5

SRPM
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.src.rpm SHA-256: 57b2c39addb9d6392378752d20011a6ff0b954db42d24d6595107c8c52827cfa
x86_64
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: c125d7b34b1407e6c1c497746a7900e8dd7cd36c6ac9ac21f6352e9abc888a04
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: d7709ac1883e313f29c7367df501c15a8c561e95b1c77ccec360dc7c4ed9cf7c
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: e7d2487b81c4fc08799686556e389c0f67ef8419a4799b817d69b76e90b99fac
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: 5a8c24dade22625c6e1d7626cb9fa7a1a050706f241ead0c03333e3a70a0d3e0
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: cd975b1534a78064ae035197777336dbc16088a121f6c36d9a5d20525a59f921
i386
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 218821c197d9ee386240d7c5c28e76ad5e3e1c8793f52aeb955e08b115c36f26
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: fa58bf11e26711544e2b6921ebd28970f8df49809043ec326a8ee6962c94af91
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 5f0e955f3c7cde6842cea7cd257396be3642e94acdcd5a57798528283ee588d6
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 56762e8cf49337b8991834e51f0baef7e0077e3e177636201c2de0730b93da05
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 30154c4305feba4dbd245aa40a3c56db570b22182e06414a01a11c70f0ca3039

Red Hat Enterprise Linux Server from RHUI 5

SRPM
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.src.rpm SHA-256: 57b2c39addb9d6392378752d20011a6ff0b954db42d24d6595107c8c52827cfa
x86_64
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: c125d7b34b1407e6c1c497746a7900e8dd7cd36c6ac9ac21f6352e9abc888a04
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: d7709ac1883e313f29c7367df501c15a8c561e95b1c77ccec360dc7c4ed9cf7c
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: e7d2487b81c4fc08799686556e389c0f67ef8419a4799b817d69b76e90b99fac
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: 5a8c24dade22625c6e1d7626cb9fa7a1a050706f241ead0c03333e3a70a0d3e0
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.x86_64.rpm SHA-256: cd975b1534a78064ae035197777336dbc16088a121f6c36d9a5d20525a59f921
i386
java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 218821c197d9ee386240d7c5c28e76ad5e3e1c8793f52aeb955e08b115c36f26
java-1.6.0-openjdk-demo-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: fa58bf11e26711544e2b6921ebd28970f8df49809043ec326a8ee6962c94af91
java-1.6.0-openjdk-devel-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 5f0e955f3c7cde6842cea7cd257396be3642e94acdcd5a57798528283ee588d6
java-1.6.0-openjdk-javadoc-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 56762e8cf49337b8991834e51f0baef7e0077e3e177636201c2de0730b93da05
java-1.6.0-openjdk-src-1.6.0.0-1.11.b16.el5.i386.rpm SHA-256: 30154c4305feba4dbd245aa40a3c56db570b22182e06414a01a11c70f0ca3039

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter