Pete Freitag Pete Freitag

Java 1.6.0_24 Released Patches DOS Vulnerability

Updated on December 07, 2023
By Pete Freitag
java

As mentioned last week, a pretty serious Denial Of Service vulnerability in the Java Virtual Machine was disclosed. It is important that you look into resolving this issue if you run any java based server side applications (including ColdFusion).

Yesterday Oracle released Java 1.6.0_24, which fixes the DOS issue. They also issued a patch last week that you can use if you don't want to upgrade your JVM. If you have the JVM set to auto update on Windows, installing the patch might break the auto update functionality, you should instead install the 1.6.0_24 release.

Update: Java Version 1.6.0_24 has been certified for use on ColdFusion 8.0 - 9.0.1, see KB Article. Download Link for Java 1.6.0_24

Update We have added a probe feature available to paid subscribers of HackMyCF which will alert you when you need to update your JVM.

Keep in mind that Java 1.6 is now very old, please take a look and see which versions of java coldfusion now supports and also which java lts versions are supported by Oracle currently.



java security

Java 1.6.0_24 Released Patches DOS Vulnerability was first published on February 16, 2011.

If you like reading about java, or security then you might also like:

Weekly Security Advisories Email

Advisory Week is a new weekly email containing security advisories published by major software vendors (Adobe, Apple, Microsoft, etc).

Comments

Is this JVM compatible with CF 9 Enterprise? Even better, does Adobe publicize which JVMs are compatible with each version of CF? I'm concern that changing the JVM will break CF.
by Jose on 02/17/2011 at 3:21:02 PM UTC
@Jose - Adobe has not released a statement about this issue as it relates to ColdFusion.

Adobe does publish which jvm's are supported for ColdFusion 9 in the release notes support matrix: http://www.adobe.com/products/coldfusion/systemreqs/#supportmatrix Right now it lists 1.6_17 for Windows and Linux.

So that means that Adobe has certified ColdFusion 9 to run on that version of the JVM, and if you try and call tech support they will expect that you are running that version of the jvm. If you upgrade your JVM to a newer version that is not supported you may not get support.

If you do have a support contract you might want to contact Adobe and see what they have to say about it.

I personally have not found many problems when upgrading the JVM version to the latest, just be sure to test on a staging server first. It's not terribly difficult to roll back to a prior jvm version if you need to.
by Pete Freitag on 02/17/2011 at 3:38:24 PM UTC
@Doug- check out http://kb2.adobe.com/cps/547/2d547983.html

They note there "ColdFusion requires the Java HotSpot Server virtual machine (jre/bin/server/jvm.dll), which is not available with the JRE download."

So you want to grab the JDK/SDK install- on this page: http://www.oracle.com/technetwork/java/javase/downloads/index.html Select the Download JDK button and you'll be good. (Worked well for me the other day)
by Mike Parnham on 04/16/2011 at 12:00:37 PM UTC