Skip to main content
Inspiring
September 16, 2025
Answered

CF2021 Apache Tomcat Vulnerability

  • September 16, 2025
  • 2 replies
  • 242 views

We recently received a vulnerability report on Apache Tomcat 9.0.106 from our security team and have been instructed to upgrade to 9.0.108. Are there steps to manual upgrade Tomcat within ColdFusion? If so, can you kindly provide guidance?

    Correct answer BKBK

    That's right. I came across the vulnerabilities in Apache Tomcat versions 9.0.106 and 9.0.107. To check the Tomcat version used by your ColdFusion installation, run the following line of code:

    <cfoutput>#createobject('java','org.apache.catalina.util.ServerInfo').getServerInfo()#</cfoutput>

     
    It is not yet possible for the developer to manually upgrade the Tomcat version within ColdFusion. However, I would imagine that Adobe is aware of the vulnerabilities. We should therefore expect Adobe's ColdFusion engineers to release a hotfix for this soon. 

     

    But there is something you can already do. If only to put your mind at rest. Use the Request-Feature tool in Tracker to appeal to Adobe to urgently release the hotfix.

    2 replies

    Community Manager
    September 23, 2025

    @Demetrius34669657am05 Our team is aware about the vulnerabilities and are currently working on it.

    In case you need additional visibility, please log the issue here with the report for our team to evalute.

     

    Thank You,

    Abhishek

    BKBK
    Community Expert
    BKBKCommunity ExpertCorrect answer
    Community Expert
    September 21, 2025

    That's right. I came across the vulnerabilities in Apache Tomcat versions 9.0.106 and 9.0.107. To check the Tomcat version used by your ColdFusion installation, run the following line of code:

    <cfoutput>#createobject('java','org.apache.catalina.util.ServerInfo').getServerInfo()#</cfoutput>

     
    It is not yet possible for the developer to manually upgrade the Tomcat version within ColdFusion. However, I would imagine that Adobe is aware of the vulnerabilities. We should therefore expect Adobe's ColdFusion engineers to release a hotfix for this soon. 

     

    But there is something you can already do. If only to put your mind at rest. Use the Request-Feature tool in Tracker to appeal to Adobe to urgently release the hotfix.

    Inspiring
    September 23, 2025

    Thank you.