Copy link to clipboard
Copied
Hi folks,
Tomcat related question, is there any mitigation instruction for https://thehackernews.com/2024/12/apache-tomcat-vulnerability-cve-2024.html?m=1 or an eta for another CF patch ?
Have chucked in a feature request > https://tracker.adobe.com/#/view/CF-4225069 anyone else that sees this it would be handy if you could upvote.
Copy link to clipboard
Copied
The key to the Apache Tomcat 9.0.98 fix is the Java version. See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.98 . This documentation tells us that, using the default Java settings implemented in ColdFusion, the issue is only relevant for ColdFusion 2021 or older. They are the ones that use Java 8 and Java 11.
A summary of the fix is:
In short, if you're on ColdFusion 2021 or older, you can mitigate this issue by adding the flag
-Dsun.io.useCanonCaches=false
to the JVM settings in the jvm.config file.