Incident Summary: Between January 21 and January 25, 2026, Salesforce Marketing Cloud (SFMC) executed a mandatory, non-backward-compatible migration of its link-wrapping infrastructure to remediate critical vulnerabilities (CVE-2026-22582 through 22586).
Root Cause (Security): Legacy encryption logic utilized hard-coded cryptographic keys and was susceptible to argument injection/protocol manipulation. This allowed potential unauthorized access to subscriber PII via Profile and Subscription Centers by manipulating URL parameters.
Remediation & “The Nuke”: SFMC transitioned to AES-GCM (Advanced Encryption Standard – Galois/Counter Mode). On Friday, Jan 23, SFMC forcibly expired all legacy links generated prior to Jan 21. This invalidated all tracking, CloudPage, and Unsubscribe URLs in the wild.
The Deliverability “Double Whammy”:
- Header Fragmentation: AES-GCM increased URL payloads from ~180 characters to 580+.
- DKIM Invalidation: Microsoft (Outlook/Hotmail) servers have a legacy 999-character boundary for data strings. The bloated URLs in the
List-Unsubscribeheaders triggered unintended line breaks, corrupting the message body and breaking DKIM signatures. This caused a 99% bounce rate to MSFT domains until a patch was applied on Sunday, Jan 25. - Gmail Filter Glitch: Simultaneously (Jan 24), a heuristic glitch in Google’s spam engine began flagging the long, encrypted Salesforce strings as malware obfuscation, triggering “Phishing” banners on legitimate traffic.
System Persistence Risks:
- CRM Truncation: Standard Salesforce CRM
Text (255)fields used to store tracked URLs are now silently truncating the longer AES-GCM strings, rendering them non-functional in Sales Cloud. - Integration Failure: AMPScript functions like
CreateSFObjectorMicrositeURLmay fail if downstream systems have character limits.
Required Post-Mortem Actions:
- Republish all “Evergreen” Journeys and Automations to force link re-wrapping.
- Upsize CRM URL fields to
Text Area (Long). - Define a “Custom Redirect” in SFMC Parameter Manager to capture legacy link traffic.






