GLSA Advocate
Joined: 12 May 2004 Posts: 2663
|
Posted: Mon Jan 16, 2006 2:26 pm Post subject: [ GLSA 200601-10 ] Sun and Blackdown Java: Applet privilege |
|
|
Gentoo Linux Security Advisory
Title: Sun and Blackdown Java: Applet privilege escalation (GLSA 200601-10)
Severity: normal
Exploitable: remote
Date: January 16, 2006
Bug(s): #118114
ID: 200601-10
Synopsis
Sun's and Blackdown's JDK or JRE may allow untrusted applets to elevate their privileges.
Background
Sun and Blackdown both provide implementations of the Java Development Kit (JDK) and Java Runtime Environment (JRE).
Affected Packages
Package: dev-java/sun-jdk
Vulnerable: < 1.4.2.09
Unaffected: >= 1.4.2.09
Architectures: All supported architectures
Package: dev-java/sun-jre-bin
Vulnerable: < 1.4.2.09
Unaffected: >= 1.4.2.09
Architectures: All supported architectures
Package: dev-java/blackdown-jdk
Vulnerable: < 1.4.2.03
Unaffected: >= 1.4.2.03
Architectures: All supported architectures
Package: dev-java/blackdown-jre
Vulnerable: < 1.4.2.03
Unaffected: >= 1.4.2.03
Architectures: All supported architectures
Description
Adam Gowdiak discovered multiple vulnerabilities in the Java Runtime Environment's Reflection APIs that may allow untrusted applets to elevate privileges.
Impact
A remote attacker could embed a malicious Java applet in a web page and entice a victim to view it. This applet can then bypass security restrictions and execute any command or access any file with the rights of the user running the web browser.
Workaround
There are no known workarounds at this time.
Resolution
All Sun JDK users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jdk-1.4.2.09" | All Sun JRE users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/sun-jre-bin-1.4.2.09" | All Blackdown JDK users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/blackdown-jdk-1.4.2.03" | All Blackdown JRE users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/blackdown-jre-1.4.2.03" | Note to SPARC and PPC users: There is no stable secure Blackdown Java for the SPARC or PPC architectures. Affected users on the PPC architecture should consider switching to the IBM Java packages (ibm-jdk-bin and ibm-jre-bin). Affected users on the SPARC should remove the package until a SPARC package is released.
References
CVE-2005-3905
CVE-2005-3906
Sun Security Alert ID 102003
Blackdown Java-Linux Security Advisory
Last edited by GLSA on Sun May 07, 2006 5:00 pm; edited 1 time in total |
|