ColdFusion 11 Update 18
The update is cumulative and contains all previous updates applied to ColdFusion 11.
ColdFusion 11 Update 18 (release date, 01 March 2019) includes the following changes:
<cfscript> runtime = createObject("component", "CFIDE.adminapi.runtime"); runtime.setRuntimeProperty("BlockedExtForFileUpload","CFM,CFC,ASP, JSP"); </cfscript>
For the security fixes to take effect, ColdFusion must be on JDK 1.7.0_131 or JDK 1.8.0_121 or higher.
To see a list of all previous ColdFusion 11 updates, refer to the update page.
ColdFusion 11 ODBC Server service does not start in some cases if the file msvcr71.dll is missing.
Workaround
Copy the file msvcr71.dll from the backup folder CF_HOME/cfusion/hf-updates/hf-11-000<update_number>/backup/db/slserver54/bin to:
If the file does not exist in the backup, download the file and copy it to the locations mentioned above.
For instructions on how to install this update, see Server Update section. For any questions related to updates, refer this FAQ.
Windows: <cf_root>/jre/bin/java.exe -jar <jar-file-dir>/hotfix_018.jar
Linux-based platforms: <cf_root>/jre/bin/java -jar <jar-file-dir>/hotfix_018.jar
Ensure that the JRE bundled with CF is used for executing the downloaded JAR. For standalone CF, this must be at, <cf_root>/jre/bin.
For further details on how to manually update the application, see the help article.
After applying this update, the ColdFusion build number should be 11,0,18,314030.
To uninstall the update, do one of the following:
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:
Sign in to your account