Skip to main content
Community Manager
August 11, 2026
Blog

NOW LIVE! ColdFusion 2025 and 2023 August 2026 security updates

  • August 11, 2026
  • 3 replies
  • 230 views

Adobe has released ColdFusion 2025 Update 12 and ColdFusion 2023 Update 23. The releases resolve critical, important, and moderate vulnerabilities that could lead to arbitrary code execution, arbitrary file system read, privilege escalation, security feature bypass, and memory exposure.

View the security bulletin, APSB26-90, for more information.

Download the updates

What’s new

New JVM flag

  • -Dcoldfusion.xml.saxon.allowCollection
  • -Dcoldfusion.debugger.bindhost
  • -Dcoldfusion.websocket.requireAuthForInvoke

For more details, view:

New Application.cfc flag

this.wsRequireAuthForInvoke

This flag controls whether a WebSocket client must be authenticated before it can invoke access="remote" CFC methods over the channel. By default, its value is True.

For more details, view Application variables in ColdFusion.

Tomcat upgrade

  • Tomcat 10.1.57 in CF 2025.12
  • Tomcat 9.0.120.0 in CF 2023.23

New config file property

ccssecretkeyfingerprint in cfusion/lib/ccs/ccs.properties

The CCS key is now generated per installation using SecureRandom and bound to an environment fingerprint. It is regenerated when a system is cloned or restored from an image, preserved across restarts on the same host, and generated independently by each cluster node.

VS Code plugin update

Update 7 of VS Code plugin is a part of this release.

Performance Monitoring Toolset update

Updates to Performance Monitoring Toolset for both CF 2025 and CF 2023.

Download the updates and validate them in your staging environment. If you encounter any regressions or unexpected behavior after upgrading, report them through the Adobe support channel or your standard issue-tracking process, including relevant logs and reproduction details.

    3 replies

    DevScreen
    Inspiring
    September 9, 2026

    When using CFChart with an external style file, CF can no longer find it after applying the latest patch.  The error returned is:  Could not locate the style file ../includes/css/currency.piegraph.

    Current version:  2023,0,24,330957
    Previous version (which still works):  11,0,19,314546
    Server:  Windows Server 2019.

    Code:

    <cfchart style="..\includes\css\currency.piegraph" chartwidth="500">

    </cfchart>

    I have tried using relative path, absolute path, and also ExpandPath() and made sure the file exists but CF doesn’t like it.  We have other servers not yet updated but they can locate the file just fine.  Please suggest a fix.   I used the “Report Bug” functionality so not sure if that will create a brand new post or report my bug to Adobe.

     

    Known Participant
    August 27, 2026

    The technote for CF 2025 Update 12 refers to a VS Code update 7 and a PMT update 2, but the references are in plain text (not links), so we can’t read the details or download the PMT update 2. The text is like this:

    VS Code plugin update

    Learn more about the update in Update 7 of the CF Builder extension for VS Code.

    Performance Monitoring Toolset update

    Learn more about the changes in ColdFusion (2025 release) Performance Monitoring Toolset Update 2.

     

    Similarly, the technote for CF 2023 refers to PMT update 2.

    Charlie Arehart
    Community Expert
    Community Expert
    August 17, 2026

    As a heads-up to folks who have not yet installed the update, note first that if you use the feature (not available in CF Standard) to create a CF cluster, after the updates any instances in that cluster will not start correctly after this update. The problem has been reported in the Adobe bug tracker, as CF-4233544.

    You can also see more (on that issue and other information about the update) in my post on the update, including comments on the matter which folks raised there.

    /Charlie (troubleshooter, carehart. org)