GLSA Bodhisattva
Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Mon Nov 29, 2004 10:04 pm Post subject: [ GLSA 200411-38 ] Sun and Blackdown Java: Applet privilege |
|
|
Gentoo Linux Security Advisory
Title: Sun and Blackdown Java: Applet privilege escalation (GLSA 200411-38)
Severity: normal
Exploitable: remote
Date: November 29, 2004
Updated: May 31, 2006
Bug(s): #72172, #72221
ID: 200411-38
Synopsis
The Java plug-in security in Sun and Blackdown Java environments can be
bypassed to access arbitrary packages, allowing untrusted Java applets to
perform unrestricted actions on the host system.
Background
Sun and Blackdown both provide implementations of Java Development Kits
(JDK) and Java Runtime Environments (JRE). All these implementations
provide a Java plug-in that can be used to execute Java applets in a
restricted environment for web browsers.
Affected Packages
Package: dev-java/sun-jdk
Vulnerable: < 1.4.2.06
Unaffected: >= 1.4.2.06
Architectures: x86 amd64
Package: dev-java/sun-jre-bin
Vulnerable: < 1.4.2.06
Unaffected: >= 1.4.2.06
Architectures: x86 amd64
Package: dev-java/blackdown-jdk
Vulnerable: < 1.4.2.01
Unaffected: >= 1.4.2.01
Architectures: x86 amd64
Package: dev-java/blackdown-jre
Vulnerable: < 1.4.2.01
Unaffected: >= 1.4.2.01
Architectures: x86 amd64
Description
All Java plug-ins are subject to a vulnerability allowing unrestricted
Java package access.
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
As a workaround you could disable Java applets on your web browser.
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.06" |
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.06" |
All Blackdown JDK users should upgrade to the latest version:
Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/blackdown-jdk-1.4.2.01" |
All Blackdown JRE users should upgrade to the latest version:
Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-java/blackdown-jre-1.4.2.01" |
Note: You should unmerge all vulnerable versions to be fully protected.
References
iDEFENSE Security Advisory 11.22.04
CAN-2004-1029
Blackdown Security Advisory 2004-01
Last edited by GLSA on Sat Nov 15, 2014 4:18 am; edited 6 times in total |
|