Is app hosted on external web server affected by latest Tomcat CVE-2025-24813
The latest vulnerability for Tomcat CVE-2025-24813 is reported to affect all Tomcat versions prior to 9.0.99. From the CVE - The vulnerability exists due to insufficient validation of user-supplied input when handling file uploads via HTTP PUT requests. A remote attacker can send a specially crafted HTTP PUT request to the server and gain access to sensitive information or even execute arbitrary code.
I manage both a CF 2021 and a CF 2023 installation, which as you know are on Tomcat 9.0.93. Both use Tomcat for the CF Admin console, but the hosted apps run on an external Apache web server. We have HTTP PUT disabled in Apache config using <LimitExcept> directive.
I'm aware it is futile asking when Adobe will put out an update to Tomcat (although if you _do_ have info, I'd be glad to hear it), but I was hoping to get answers to the following:
1. Are apps hosted on Apache vulnerable via the AJP Connector to Tomcat?
2. Is CF Admin console which runs on Tomcat vulnerable?
3. Is there a way to lock out HTTP PUT requests on ColdFusion Tomcat to mitigate this CVE?
