How to Fix CVE-2017-3066: Insecure Deserialization in Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier
By Sai Kiran Pandrala
| Severity | CVSS 9.8 - Critical |
|---|---|
| Actively exploited? | Yes, listed in CISA KEV (added 2025-02-24) |
| Affected | Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier |
| Fixed in | See vendor advisory |
| Type (CWE) | Not verified - see official advisory |
Patch immediately. CISA added CVE-2017-3066 to the Known Exploited Vulnerabilities catalog on 2025-02-24. Federal civilian agencies must remediate by 2025-03-17. Treat every internet-reachable instance as a priority patch.
What is CVE-2017-3066?
CVE-2017-3066 is an Insecure Deserialization flaw in Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier. It carries a CVSS base score of 9.8 (critical). CISA confirmed real-world exploitation by adding it to the Known Exploited Vulnerabilities catalog on 2025-02-24.
From the source record: Adobe ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier have a Java deserialization vulnerability in the Apache BlazeDS library. Successful exploitation could lead to arbitrary code execution.
Why it matters in practice: KEV-listed CVEs draw continuous internet-wide scanning. Any unpatched, internet-reachable installation is on borrowed time. The blast radius depends on how the affected service is exposed. An internet-facing instance with no compensating controls is the highest-risk configuration.
Am I affected?
You are affected if your installation of Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier matches a version listed in the Affected row above.
On the desktop client, open Help -> About to read the installed version. From a shell:
Get-CimInstance Win32_Product | Where-Object Name -like "*Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier*" | Select-Object Name, Version
How to fix CVE-2017-3066
Apply the vendor patch. Target the patched build listed on the vendor advisory. The runnable command set below covers the most common deployment patterns for Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier.
Adobe (Windows, silent install)
# Vendor advisory: https://helpx.adobe.com/security/products/coldfusion/apsb17-14.html
# Download the patched MSP from the Adobe advisory then:
msiexec.exe /update "AcrobatDCUpd<patched>.msp" /qn /norestart
Get-ItemProperty "HKLM:\Software\Adobe\Acrobat Reader\DC\Installer" | Select-Object Version
Adobe (macOS)
Open the application and choose Help -> Check for Updates, or use Adobe Remote Update Manager:
sudo /Applications/Utilities/Adobe\ Application\ Manager/CCLibrary/CCLibrary.app/Contents/MacOS/RemoteUpdateManager --action=install
After applying the patch
- Restart the service or device so the patched binary loads.
- Confirm the running version matches the Fixed in row using the verification command below.
- Rotate credentials and API keys that the affected service could access if the asset was exposed during the disclosure window.
If you can't patch immediately
Until the patch lands, narrow the attack surface with these runnable controls.
Reduce the attack surface
Restrict network reach to the affected service to the smallest set of hosts that must access it. On Linux:
# Vendor advisory: https://helpx.adobe.com/security/products/coldfusion/apsb17-14.html
sudo iptables -A INPUT -p tcp --dport <service-port> -s 10.10.10.0/24 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport <service-port> -j DROP
On Windows:
# Vendor advisory: https://helpx.adobe.com/security/products/coldfusion/apsb17-14.html
New-NetFirewallRule -DisplayName "Block CVE-2017-3066 inbound" -Direction Inbound -Action Block -Protocol TCP -LocalPort <service-port>
Mitigations are temporary. Apply the vendor patch as soon as a maintenance window opens.
How to verify the fix worked
Confirm the patched build is the one actually running.
Run the product's --version or about command and compare against the Fixed in row (See vendor advisory). Re-run an authenticated vulnerability scan and confirm the scanner no longer flags CVE-2017-3066.
Also worth doing: pull recent log windows for any indicators of compromise listed in the vendor advisory, and re-run an authenticated vulnerability scan with up-to-date signatures.
Frequently asked questions
Related fixes
Other vulnerabilities in the same area that are worth patching alongside this one:
- How to Fix CVE-2026-27216: Substance3D - Painter | Out-of-bounds Read (CWE-125) — Substance3D - Painter | Out-of-bounds Read (CWE-125)
- How to Fix CVE-2026-27290: Untrusted search path in Adobe Framemaker — Untrusted search path in Adobe Framemaker
- How to Fix CVE-2026-21324: Path Traversal in After Effects , Path Traversal in After Effects
- How to Fix CVE-2026-21309: Adobe Commerce | Incorrect Authorization (CWE-863) in Adobe Commerce , Adobe Commerce | Incorrect Authorization (CWE-863) in Adobe Commerce
- How to Fix CVE-2026-27311: Heap buffer overflow in Bridge , Heap buffer overflow in Bridge
Is CVE-2017-3066 being exploited in the wild?
Yes. CISA added CVE-2017-3066 to the Known Exploited Vulnerabilities catalog on 2025-02-24. KEV listing means at least one confirmed real-world exploitation report exists.
Do I have to take downtime to patch?
For most Adobe ColdFusion ColdFusion 2016 Update 3 and earlier, ColdFusion 11 update 11 and earlier, ColdFusion 10 Update 22 and earlier deployments, the patched build needs a service restart or device reboot. HA pairs and clusters can roll the upgrade by patching the standby first, failing over, then patching the former primary.
Will a WAF or IDS rule alone close CVE-2017-3066?
No. Network filters cut down opportunistic scans but they do not remove the flaw. The vendor patch is the only durable fix.
Why is CVE-2017-3066 rated critical?
The CVSS base score of 9.8 reflects network reach, low attack complexity, and high impact on confidentiality, integrity, and availability. That combination is what the rating model maps to critical.
References
- Official vendor advisory: https://helpx.adobe.com/security/products/coldfusion/apsb17-14.html
- NVD entry: https://nvd.nist.gov/vuln/detail/CVE-2017-3066
- CISA KEV catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- CISA KEV entry: "Adobe ColdFusion Deserialization Vulnerability" - added 2025-02-24, due 2025-03-17
- Additional reference: http://www.securityfocus.com/bid/98003
- Additional reference: http://www.securitytracker.com/id/1038364
- Additional reference: https://www.exploit-db.com/exploits/43993/
*Assembled from the official vendor advisory, the NVD record, and the CISA KEV listing on 2026-05-25. Always confirm against the vendor advisory before applying changes in production.*