Overview
Adobe released emergency security updates on August 11, 2026 addressing a cluster of critical vulnerabilities across ColdFusion, Adobe Campaign Classic, and Adobe Commerce. Three vulnerabilities earned the maximum CVSS score of 10.0, with the ColdFusion and Campaign Classic advisories both assigned Priority 1 — Adobe's highest urgency rating, indicating elevated risk of imminent exploitation. Adobe recommends patching within 72 hours.
No active in-the-wild exploitation was confirmed at time of publication, but Priority 1 status signals that exploitation attempts are expected.
ColdFusion — 15 Vulnerabilities, 3 Critical
Adobe patched 15 ColdFusion vulnerabilities in total, with the following critical flaws at the top of the severity stack:
| CVE | Type | CVSS | Fixed In |
|---|---|---|---|
| CVE-2026-48362 | OS Command Injection → RCE | 10.0 | ColdFusion 2023.0.23, 2025.0.12 |
| CVE-2026-48273 | Eval Injection → RCE | 9.9 | ColdFusion 2023.0.23, 2025.0.12 |
| CVE-2026-71384 | Incorrect Authorization → DoS | 9.6 | ColdFusion 2023.0.23, 2025.0.12 |
CVE-2026-48362 is the headline flaw: a raw OS command injection vulnerability that allows an unauthenticated remote attacker to execute arbitrary system commands on the underlying server. ColdFusion is commonly used in enterprise backend systems, making this a high-value target for initial access operations.
CVE-2026-48273 uses eval injection — a code execution path through ColdFusion's expression evaluation engine — to achieve equivalent RCE with near-maximal severity (9.9). An attacker who exploits this gains the ability to run arbitrary application server code, access connected databases, and move laterally to resources reachable from the ColdFusion host.
CVE-2026-71384 is a denial-of-service via authorization bypass, rated 9.6 — allowing disruption of customer-facing applications and APIs without code execution.
Campaign Classic — 3 Critical RCE Vulnerabilities
Adobe Campaign Classic (ACC), the on-premises marketing automation platform, received patches for three critical flaws, two of which also score a maximum 10.0:
| CVE | Type | CVSS | Fixed In |
|---|---|---|---|
| CVE-2026-71398 | Incorrect Authorization → RCE | 10.0 | ACC v7 build 9400 |
| CVE-2026-27302 | Incorrect Authorization → RCE | 10.0 | ACC v7 build 9400 |
| CVE-2026-48381 | SQL Injection → RCE | 9.0 | ACC v7 build 9400 |
Both CVSS 10.0 flaws are authorization bypass vulnerabilities that lead to arbitrary code execution on the Campaign Classic server — a particularly dangerous combination in environments where the Campaign server has elevated database and network access. CVE-2026-48381 is a SQL injection that escalates to code execution via database stored procedure abuse (the classic xp_cmdshell path in SQL Server environments).
Deployment note: These patches apply exclusively to on-premises and hybrid deployments. Organizations running Campaign Classic on Adobe's cloud infrastructure do not need to act — Adobe patches those instances directly.
Adobe Commerce — High Severity Additions
Adobe also patched Adobe Commerce, though at lower priority:
| CVE | Type | CVSS |
|---|---|---|
| CVE-2026-71362 | Incorrect Authorization → Privilege Escalation | 9.1 |
Additional high-severity Commerce vulnerabilities include code execution and security bypass flaws, though full Commerce advisory details are Priority 2.
Patching Context
This bulletin is part of Adobe's new twice-monthly security release cadence (second and fourth Tuesday), announced by Chief Security Officer Aanchal Gupta in July 2026. The cadence is designed to give organizations a more predictable patching schedule while allowing Adobe to ship critical fixes more rapidly.
Priority 1 status for both ColdFusion and Campaign Classic means Adobe has assessed these products as "higher risk of being targeted in the wild." Given that CVSS 10.0 flaws in widely-deployed enterprise products historically attract exploitation within days of patch release — as attackers reverse-engineer the patch to reconstruct the attack surface — organizations should treat the 72-hour recommendation as a hard deadline, not a guideline.
Recommended Actions
- Identify exposure immediately — inventory all ColdFusion 2023/2025 and Campaign Classic v7 deployments in your environment
- Apply patches within 72 hours:
- ColdFusion: update to 2023.0.23 or 2025.0.12
- Campaign Classic: update to v7.4.4 build 9400
- For on-premises Campaign Classic: validate that all server components (application, database, and marketing servers) are updated together
- Restrict external access to ColdFusion admin interfaces (
/CFIDE/administrator/) at the network perimeter while patching proceeds - Review access logs for anomalous POST requests, unusual process spawning, or unexpected outbound connections from ColdFusion or Campaign Classic hosts
- Subscribe to Adobe's security notification service to receive Priority 1 alerts as soon as they are issued