Whatever message this page gives is out now! Go check it out!

ColdFusion (2023 release) Update 25

Last update:
Sep 23, 2026
Explore the OEM upgrades, Query-of-Queries enhancements, query metadata improvements, spread operator fixes, and other updates in ColdFusion (2023 release) Update 25.

Security recommendations

For all security updates, Adobe recommends applying the security configuration settings outlined on the ColdFusion Security page and reviewing the respective Lockdown guide.
Note:
The updates below are cumulative and contain all updates from previous ones. If you are skipping updates, you can apply the latest update, not those you are skipping. Further, you must take note of any changes that are implemented in each of the updates you are skipping.
View ColdFusion (2023 release) Updates for more information.

What's new and changed

ColdFusion (2023 release) Update 25 (release date: September 23, 2026) includes extensive OEM library upgrades, enhancements to Query-of-Queries, query metadata handling, and the spread operator, along with fixes across ColdFusion Administrator, SFTP, Solr, MongoDB, SendGrid, scheduled tasks, GraphQL, Redis configuration, and other core and package functionality.
OEM upgrades
The following table lists all OEM upgrades in this update:
Jar / FilePrevious versionNew versionLocation
accessors-smart2.5.12.6.0<root>/bundles/repo/
apache-maven3.8.63.9.16<root>/cfusion/maven/apache-maven-3.9.16/
avro1.7.71.11.5<root>/cfusion/lib/
ckeditor.js4.22.14.22.1-acf<root>/cfusion/wwwroot/cf_scripts/scripts/ajax/ckeditor/
commons-beanutils1.9.31.11.0<root>/cfusion/lib/
commons-compress1.191.26.2<root>/cfusion/lib/ + <root>/bundles/repo/
commons-fileupload1.3.3 / 1.4 / 1.51.6.0<root>/cfusion/lib/bundleaxis/ + <root>/bundles/repo/
commons-net3.63.10.0<root>/cfusion/lib/
commons-vfs22.6.02.10.0<root>/cfusion/lib/
cxf-core4.0.54.1.7<root>/cfusion/lib/cxf-core.jar (unversioned name)
cxf-rt-frontend-jaxrs4.0.54.1.7<root>/cfusion/lib/cxf-rt-frontend-jaxrs.jar
cxf-rt-rs-client4.0.54.1.7<root>/cfusion/lib/cxf-rt-rs-client.jar
guava31.1-jre (also 20.0 legacy)33.5.0-jre<root>/bundles/repo/
jansi1.182.4.2<root>/cfusion/lib/
jetty-http9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jetty-io9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jetty-security9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jetty-server9.4.39/9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/ (9.4.58)
jetty-servlet9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jetty-servlets9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/
jetty-util9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jetty-util-ajax9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jetty-xml9.4.519.4.58.v20250814<root>/cfusion/jetty/lib/ + <root>/bundles/repo/
jquery2.2.13.7.1<root>/cfusion/wwwroot/cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/
jquery-ui1.10.31.13.2<root>/cfusion/wwwroot/cf_scripts/scripts/ajax/jquery/
json-smart2.5.1 (also 2.3 legacy)2.6.0<root>/bundles/repo/
log4j-api2.17.22.25.4<root>/cfusion/lib/ + <root>/cfusion/jetty/lib/ext/
log4j-core2.17.2 (also 2.20/2.21/2.24)2.25.4<root>/cfusion/lib/ + <root>/cfusion/jetty/lib/ext/
netty-codec-base— (new)4.2.7.Final<root>/bundles/repo/
netty-codec-http24.1.113.Final4.2.7.Final<root>/bundles/repo/
netty-common4.1.113.Final4.2.7.Final<root>/bundles/repo/
netty-handler4.1.113.Final4.2.7.Final<root>/bundles/repo/
nimbus-jose-jwt9.37.3 (also 8.2 legacy)9.37.4<root>/bundles/repo/
pebble.jar(present)removed<root>/cfusion/lib/pebble.jar
sanselan0.97removed → commons-imaging 1.0-alpha2old: was <root>/cfusion/lib/; new commons-imaging → <root>/bundles/repo/
tika-core1.22.9.4<root>/cfusion/lib/
tika-parsers1.2standard-package-2.9.4<root>/cfusion/lib/
xercesImpl2.10.02.12.2<root>/cfusion/lib/

Bugs fixed in the update

Bug IDDescriptionComponent
CF-4226391Changing the default scripts directory could break AJAX package handling. This caused startup-time errors and package installation issues in hardened or lockdown-style deployments that used a custom scripts path.AJAX
CF-4225202The Maintain connection to mail server option in ColdFusion Administrator could appear to save successfully even though the setting did not persistAdministrator
CF-4224932The ColdFusion Administrator log viewer could truncate multiline log messages and hide the most important part of an error.Administrator
CF-4221716The Administrator update page could misleadingly show the currently installed core update inside the Available Versions dropdown.Administrator
CF-4225873Settings Summary in the ColdFusion Administrator could error out on J2EE deployments after recent updates. This affected JBoss EAP deployments and disrupted expected Administrator reporting behavior.Administrator : Administrator Console
CF-4227359Administrator users authenticated through AD/LDAP groups could log in but still lose access to parts of the Administrator. Some menus triggered errors or unexpected logouts, making group-based admin access unreliable after the update.Administrator : UserManager - LDAP
CF-4226870ColdFusion treated valid SendGrid API keys as invalid encoded input, preventing successful mail configuration and delivery.ColdFusion Package : Mail
CF-4227376Remote function calls broke when applications decrypted or rewrote query-string parameters during request processing. This caused required arguments to appear missing even though applications were populating them before the remote method was expected to run.Core Runtime
CF-4227568Per-application MySQL datasource setup incorrectly depended on the GraphQL Client package. A datasource configuration flow that should have worked independently failed unless an unrelated package was installed.Core Runtime : Application
CF-4224862Query of Queries could mis-handle datatypes after sorting, causing newly added varchar columns to be treated as integers. When a query had been sorted with fully qualified column names, later calls such as QueryAddColumn or querySetCell could fail with DataTypeMismatchException instead of accepting string values.Database : CFQuery
CF-4225888MongoDB autogenerated _id ObjectIds were not handled correctly across key operations.Database : NoSQL (MongoDB)
CF-4229926Query of Queries handled null values inconsistently for varchar columns. Conditions such as IS NULL and IS NOT NULL did not correctly match null string values, creating different behavior from integer columns and from prior ColdFusion versions.Database : Query-of-Query (IMQ)
CF-3806744Query of Queries could change nvarchar columns to varchar in the returned recordset. This caused later cfqueryparam comparisons using cf_sql_datatype="nvarchar" to fail instead of working with the original datatype.Database
CF-4226604ActiveMQ Event Gateway instances failed to start with missing JMS-related class errors.Event Gateway
CF-4226965Static variables did not work correctly in tag-based cfcomponent definitions. Code that should have allowed static member access in tag-based components either failed outright or behaved inconsistently compared with script-based components.Language : CF Component
CF-4219724In ColdFusion 2023, using the spread operator with an indirectly referenced or nested struct could produce incorrect results. Instead of expanding the referenced struct’s keys into the destination struct, ColdFusion could add the parent variable name as a key. Language : Spread Operator
CF-4226969querySlice() dropped the original column type metadata from sliced query results. This caused problems in downstream use cases that depended on datatype preservation, including serialization and metadata-aware processing.Language : Query Functions
CF-4225089SFTP connections could fail during cipher negotiation when connecting to servers that only supported older cipher suites.Net Protocols : FTP
CF-4225082SFTP connections could stop working after ColdFusion updates when target servers depended on older host key, key exchange, or SHA-1 based algorithms. Use the following JVM flags only when the remote SFTP server requires the corresponding legacy algorithms: -Dcoldfusion.sftp.enable-ssh-rsa and -Dcoldfusion.sftp.enable-sha1-algorithms.Net Protocols : FTP
CF-4221426Applying updates from ColdFusion Administrator could stall when Preserve case of structure keys for serialization was enabled. The UI could remain stuck at Starting Download... or fail to progress correctly.Packages : Update Workflow
CF-4225450
Fixed an issue in ColdFusion Administrator that prevented administrators from reloading or indexing ColdFusion Solr collections after enabling Basic Authentication for the bundled Solr server.
Previously, an index or reload operation could fail with an error similar to:Element LANGUAGE is undefined in GETCOLLECTIONINFOThis issue prevented collection administration even when the configured Solr Basic Authentication credentials were valid.
Packages : Search
CF-4223789Scheduler task errors could be swallowed when an application defined Application.cfc onError(). In that scenario, task-level onError handlers were not invoked correctly, application-level error handling became inconsistent, and failures could disappear without reaching expected logs.Scheduler
CF-4206491Scheduled tasks using Daily, Weekly, or cron intervals could run successfully without updating the Last Run value in ColdFusion Administrator. This made task execution history appear incorrect in the Administrator UI.Scheduler
CF-4225567Solr basic authentication could break collection access in the ColdFusion Administrator and cause cfsearch and cfindex operations to fail. After enabling Solr Basic Auth, collections could disappear, collection detail pages could throw errors such as Element LANGUAGE is undefined in GETCOLLECTIONINFO, and search/index operations could incorrectly report that existing collections did not exist.Text Search : Solr

Prerequisites

  1. On 64-bit computers, use 64-bit JRE for 64-bit ColdFusion.
  2. If the ColdFusion server is behind a proxy, specify the proxy settings for the server to get the update notification and download the updates. Specify proxy settings using the system properties below in the jvm.config for a stand-alone installation, or corresponding script file for JEE installation.
    • http.proxyHost
    • http.proxyPort
    • http.proxyUser
    • http.proxyPassword
  3. For ColdFusion running on JEE application servers, stop all application server instances before installing the update.

ColdFusion JDK flag requirements

ColdFusion 2023 (version 2023.0.0.330468) and above

For Application Servers

On JEE installations, set the following JVM flag, " -Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**;!org.jgroups.**;!com.sun.rowset.**; !com.mysql.cj.jdbc.interceptors.**;!org.apache.commons.collections.**;", in the respective startup file depending on the type of Application Server being used.
For example:
  • Apache Tomcat Application Server: edit JAVA_OPTS in the ‘Catalina.bat/sh’ file
  • WebLogic Application Server: edit JAVA_OPTIONS in the ‘startWeblogic.cmd’ file
  • WildFly/EAP Application Server: edit JAVA_OPTS in the ‘standalone.conf’ file
Set the JVM flags on a JEE installation of ColdFusion, not on a standalone installation.

Installation

ColdFusion Administrator

In Package Manager > Packages, click Check for Updates in Core Server.
After it detects an update, click Update. The core package gets updated the the latest update.
All installed packages also get updated.
Restart ColdFusion for the changes to take effect.

Install the update in offline mode manually

  1. Download the hotfix installer from the link. (MD5: 123853a4960fd9baf65c3c7c2325ec45 )
  2. Download the packages zip (MD5c109e1c1058d7c06f6729422b99f252b) file from this link and extract its contents to a location accessible to all ColdFusion server instances.
     
  3. Update "packagesurl" in cfusion/lib/neo_updates.xml of cfusion and all its child instances to point to <InstallerRepositoryUnzippedPath>/bundles/bundlesdependency.json present inside the downloaded folder.
You must have privileges to start or stop ColdFusion service and full access to the ColdFusion root directory.
  • Windows: <cf_root>\jre\bin\java.exe -jar <InstallerRepositoryUnzippedPath>\bundles\updateinstallers\hotfix-025-330977.jar
     
  • Linux-based platforms: <cf_root>/jre/bin/java -jar  <InstallerRepositoryUnzippedPath>/bundles/updateinstallers/hotfix-025-330977.jar
If the core server hotfix installation is successful and if there are errors or issues with packages, packages can be installed/updated from the package manager client(cfusion\bin\cfpm.bat|cfpm.sh).
Ensure that the JRE bundled with ColdFusion is used for executing the downloaded JAR. For standalone ColdFusion, this must be at, <cf_root>/jre/bin.
Install the update from a user account that has permissions to restart ColdFusion services and other configured webservers.
For further details on manually updating the application, see the help article.
 
Note:
If you are on Java 17.0.8 or higher and want to apply the Hotfix manually, use the flag java -Djdk.util.zip.disableZip64ExtraFieldValidation=true -jar hotfix.jar.
However, if you are applying the update from the Administrator, you do not require any flag.

Post installation

Note:
After applying this update, the ColdFusion build number should be 2023,0,25,330977

Uninstallation

To uninstall the update, perform one of the following:
  • In ColdFusion Administrator, click Uninstall in Server Update Updates Installed Updates.
  • Run the uninstaller for the update from the command prompt. For example, java -jar {cf_install_home}/{instance_home}/hf_updates/hf-2023-00025-330977/uninstall /uninstaller.jar
If you can't uninstall the update using the above-mentioned uninstall options, the uninstaller could be corrupted. However, you can manually uninstall the update by doing the following:
  1. Delete the update jar from {cf_install_home}/{instance_name}/lib/updates.
  2. Copy all folders from {cf_install_home}/{instance_name}/hf-updates/{hf-2023-00025-330977}/backup directory to {cf_install_home}/{instance_name}/
Note:
Uninstalling this update only removes the core update itself. Any ColdFusion packages that were updated as part of this release remain at their latest compatible versions. If you need to revert package versions, you must do so separately; uninstalling the core update does not roll back package versions automatically.
Q: If I uninstall ColdFusion 2023 Update 25, will all the packages installed with it be rolled back?
 A: No. Package rollback depends on the minimum core dependency of each package:
 
  • Packages with a minimum core dependency of update 25 (that is, they specifically require this core level) are rolled back when you uninstall this core update.
  • Packages with a minimum core dependency of update 24 or update 23 remain installed at their latest compatible versions and are not rolled back automatically when you uninstall the core update.

Connector configuration

2023 UpdateConnector recreation required
Update 25
No
However, upgrading from Update 4 and earlier requires you to recreate the connector. View the following for more information on creating and configuring connectors:
Update 24
No
However, upgrading from Update 4 and earlier requires you to recreate the connector. View the following for more information on creating and configuring connectors:
Update 23
No
However, upgrading from Update 4 and earlier requires you to recreate the connector. View the following for more information on creating and configuring connectors:
Update 22
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 21
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 20
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 19
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 18
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 17
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 16
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 15
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 14
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 13
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 12
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 11
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 10
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 9
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 8
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 7No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 6
No
However, upgrading from Update 4 and earlier requires you to recreate the connector.
View the following for more information on creating and configuring connectors:
Update 5Yes
Update 4No
Update 3No
Update 2No
Update 1No

Package updates

UpdatePackages updated
Update 25Yes
  • adminapi
  • administrator
  • ajax
  • awslambda
  • awss3
  • axis
  • azureblob
  • azureservicebus
  • ccs
  • cfmongodb
  • chart
  • debugger
  • exchange
  • feed
  • ftp
  • gcpfirestore
  • gcppubsub
  • gcpstorage
  • graphqlclient
  • htmltopdf
  • orm
  • ormsearch
  • pdf
  • pmtagent (alias: perfmon)
  • print
  • report
  • saml
  • scheduler
  • search
  • sharepoint
  • websocket
  • zip
Update 24Yes
Update 23
Yes
  • adminapi
  • administrator
  • ajax
  • debugger
  • pmtagent
  • websocket
Update 22
Yes
  • administrator
  • debugger
  • websocket
Update 21
Yes
  • administrator
  • ajax
  • exchange
  • feed
  • mail
  • websocket
Update 20
Yes
  • administrator
  • axis
  • ccs
  • exchange
  • mail
  • sharepoint
Update 19
Yes
  • adminapi
  • administrator
  • CCS
Update 18
Yes
  • image
  • htmltopdf
  • pdf
  • print
  • search
Update 17
Yes
  • administrator
  • ccs
  • document
  • htmltopdf
  • pdf
  • presentation
  • print
  • report
  • scheduler
  • search
  • spreadsheet
  • websocket
Update 16
Yes
  • feed
Update 15
Yes
The following packages are updated:
  • adminapi
  • administrator
  • axis
  • document
  • exchange
  • htmltopdf
  • image
  • pdf
  • presentation
  • print
  • report
  • saml
  • scheduler
  • search
  • sharepoint
  • spreadsheet
Update 14
Yes
The following packages are updated:
  • adminapi
  • administrator
  • document
  • htmltopdf
  • pdf
  • presentation
  • print
  • report
  • scheduler
Update 13
Yes
The following packages are updated:
  • htmltopdf
  • administrator
  • ajax
  • ccs
Update 12
Yes
The pmtagent package is updated.
Update 11Yes
Update 10No
Update 9No
Update 8Yes
Update 7Yes
Update 6No
Update 5Yes
Update 4No
Update 3No
Update 2No
Update 1No

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page