Java 1.6.0_24 Released Patches DOS Vulnerability
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.
Like this? Follow me ↯
Tweet Follow @pfreitagJava 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:
- Spring4Shell and ColdFusion
- Log4j 1.x Vulnerability Mitigation Guide
- Log4Shell Vulnerability Timeline
- How to get Log4j Version at Runtime in Java
- Log4j CVE-2021-44228 Log4Shell Vulnerability on ColdFusion / Lucee
- Java Unlimited Strength Crypto Policy for Java 9 or 1.8.0_151
- Java 9 Security Enhancements
- HashDOS and ColdFusion
Want Security Advisories via Email?
Advisory Week is a new weekly email containing security advisories published by major software vendors (Adobe, Apple, Microsoft, etc).
Comments
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.
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)