1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200411-38 / Java |
| Release Date | November 29, 2004 |
| Latest Revision | May 31, 2006: 02 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| dev-java/sun-jdk | < 1.4.2.06 | >= 1.4.2.06 | x86 amd64 |
| dev-java/sun-jre-bin | < 1.4.2.06 | >= 1.4.2.06 | x86 amd64 |
| dev-java/blackdown-jdk | < 1.4.2.01 | >= 1.4.2.01 | x86 amd64 |
| dev-java/blackdown-jre | < 1.4.2.01 | >= 1.4.2.01 | x86 amd64 |
Related bugreports: #72172, #72221
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.
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.
All Java plug-ins are subject to a vulnerability allowing unrestricted Java package access.
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.
As a workaround you could disable Java applets on your web browser.
All Sun JDK users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# 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 Listing 3.2: Resolution |
# 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 Listing 3.3: Resolution |
# 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 Listing 3.4: Resolution |
# 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.