1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200503-28 / Java |
| Release Date | March 24, 2005 |
| Latest Revision | May 22, 2006: 02 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| dev-java/sun-jdk | < 1.4.2.07 | >= 1.4.2.07, < 1.4.2 | All supported architectures |
| dev-java/sun-jre-bin | < 1.4.2.07 | >= 1.4.2.07, < 1.4.2 | All supported architectures |
Related bugreports: #85804
Java Web Start JNLP files can be abused to evade sandbox restriction and execute arbitrary code.
Sun provides implementations of Java Development Kits (JDK) and Java Runtime Environments (JRE). These implementations provide the Java Web Start technology that can be used for easy client-side deployment of Java applications.
Jouko Pynnonen discovered that Java Web Start contains a vulnerability in the way it handles property tags in JNLP files.
By enticing a user to open a malicious JNLP file, a remote attacker could pass command line arguments to the Java Virtual machine, which can be used to bypass the Java "sandbox" and to execute arbitrary code with the permissions of the user running the application.
There is no known workaround at this time.
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.07" |
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.07" |