Warning: The Oracle Java CPU update released in July 2023 introduced an additional validation of ZIP64 extra fields that is known to cause an issue while downloading and/or applying the ColdFusion updates that were released on July 19, 2023 and Aug 17, 2023.
As a workaround, if you using the above JDK, you will need to install the update manually by using the command:
java -Djdk.util.zip.disableZip64ExtraFieldValidation=true -jar hotfix.jar
Note that this issue is only specific to the July CPU JDK patch release. If you're using Java bundled with ColdFusion, the update will install without any issues.