Sun JDK/JRE: Multiple vulnerabilities

Security Team  Contact Address

Updated April 17, 2008

1.  Gentoo Linux Security Advisory

Version Information

Advisory Reference GLSA 200804-20 / sun-jdk, sun-jre-bin, emul-linux-x86-java
Release Date April 17, 2008
Latest Revision October 26, 2009: 05
Impact normal
Exploitable remote
Package Vulnerable versions Unaffected versions Architecture(s)
dev-java/sun-jre-bin < 1.6.0.05 >= 1.6.0.05, revision >= 1.5.0.21, revision >= 1.5.0.20, revision >= 1.5.0.19, revision >= 1.5.0.18, revision >= 1.5.0.17, revision >= 1.5.0.16, revision >= 1.5.0.15, revision >= 1.4.2.17 All supported architectures
dev-java/sun-jdk < 1.6.0.05 >= 1.6.0.05, revision >= 1.5.0.21, revision >= 1.5.0.20, revision >= 1.5.0.19, revision >= 1.5.0.18, revision >= 1.5.0.17, revision >= 1.5.0.16, revision >= 1.5.0.15, revision >= 1.4.2.17 All supported architectures
app-emulation/emul-linux-x86-java < 1.6.0.05 >= 1.6.0.05, revision >= 1.5.0.21, revision >= 1.5.0.20, revision >= 1.5.0.19, revision >= 1.5.0.18, revision >= 1.5.0.17, revision >= 1.5.0.16, revision >= 1.5.0.15, revision >= 1.4.2.17 All supported architectures

Related bugreports: #178851, #178962, #183580, #185256, #194711, #212425

Synopsis

Multiple vulnerabilities have been identified in Sun Java Development Kit (JDK) and Java Runtime Environment (JRE).

2.  Impact Information

Background

The Sun Java Development Kit (JDK) and the Sun Java Runtime Environment (JRE) provide the Sun Java platform.

Description

Multiple vulnerabilities have been discovered in Sun Java:

Impact

A remote attacker could entice a user to run a specially crafted applet on a website or start an application in Java Web Start to execute arbitrary code outside of the Java sandbox and of the Java security restrictions with the privileges of the user running Java. The attacker could also obtain sensitive information, create, modify, rename and read local files, execute local applications, establish connections in the local network, bypass the same origin policy, and cause a Denial of Service via multiple vectors.

3.  Resolution Information

Workaround

There is no known workaround at this time.

Resolution

All Sun JRE 1.6 users should upgrade to the latest version:

Code Listing 3.1: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jre-bin-1.6.0.05"

All Sun JRE 1.5 users should upgrade to the latest version:

Code Listing 3.2: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jre-bin-1.5.0.15"

All Sun JRE 1.4 users should upgrade to the latest version:

Code Listing 3.3: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jre-bin-1.4.2.17"

All Sun JDK 1.6 users should upgrade to the latest version:

Code Listing 3.4: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jdk-1.6.0.05"

All Sun JDK 1.5 users should upgrade to the latest version:

Code Listing 3.5: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jdk-1.5.0.15"

All Sun JDK 1.4 users should upgrade to the latest version:

Code Listing 3.6: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jdk-1.4.2.17"

All emul-linux-x86-java 1.6 users should upgrade to the latest version:

Code Listing 3.7: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=app-emulation/emul-linux-x86-java-1.6.0.05"

All emul-linux-x86-java 1.5 users should upgrade to the latest version:

Code Listing 3.8: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=app-emulation/emul-linux-x86-java-1.5.0.15"

All emul-linux-x86-java 1.4 users should upgrade to the latest version:

Code Listing 3.9: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=app-emulation/emul-linux-x86-java-1.4.2.17"

4.  References