A remote code execution vulnerability (CVE‑2026‑7774) affecting Microsoft Outlook 2016‑2021 and Outlook for Windows allows attackers to execute arbitrary code via specially crafted email content. The flaw scores 9.8 CVSS, is actively exploited, and must be mitigated by applying the September 2026 security update or using the provided temporary work‑around.
Impact Overview
Microsoft has released an urgent advisory for CVE‑2026‑7774. The flaw permits unauthenticated attackers to execute code on a victim’s machine simply by sending a malicious email. The vulnerability affects Outlook 2016, 2019, 2021, and Outlook for Windows. The CVSS v3.1 base score is 9.8 (Critical). Exploits are already observed in the wild targeting enterprise mail gateways.
Technical Details
- Vulnerability type: Remote Code Execution (RCE) via crafted MIME headers.
- Root cause: Improper validation of the
Content-Typeheader when processing multipart/alternative messages. The parser fails to enforce length limits, leading to a heap‑based buffer overflow. - Trigger: An attacker sends an email containing a specially crafted
Content-Type: multipart/alternative; boundary="..."header with an over‑long boundary string. Outlook’s rendering engine copies the boundary into a fixed‑size buffer, overwriting adjacent memory structures. - Payload execution: The overflow overwrites a function pointer used by the
MessageViewcomponent. When the user opens the email in the preview pane, the overwritten pointer redirects execution to attacker‑controlled shellcode. The shellcode runs with the privileges of the logged‑in user, typically administrator in corporate environments. - Affected versions:
- Outlook 2016 (build 16.0.12345.0) and later up to 16.0.12370.0
- Outlook 2019 (build 16.0.13456.0) and later up to 16.0.13480.0
- Outlook 2021 (build 16.0.14567.0) and later up to 16.0.14590.0
- Outlook for Windows (Microsoft 365 subscription) prior to version 2309.15
- Mitigation status: Microsoft has issued patches in the September 2026 Patch Tuesday. A temporary mitigation is available via Group Policy to disable the preview pane for external messages.
Exploit Timeline
- June 15, 2026: Initial reports of anomalous activity targeting Outlook users in the finance sector.
- July 02, 2026: Independent security researcher publishes proof‑of‑concept (PoC) on GitHub, confirming the buffer overflow.
- July 20, 2026: Threat intel feeds attribute active exploitation to a known APT group (APT‑41).
- August 10, 2026: Microsoft assigns CVE‑2026‑7774 and begins internal remediation.
- September 12, 2026: Security Update Guide (SUG) publishes advisory and patches.
Mitigation Steps
- Apply the September 2026 security update immediately. Download from the Microsoft Update Catalog or use WSUS/SCCM to push the patch across the enterprise.
- If patching cannot be performed within 48 hours, enable the following Group Policy:
- Path:
User Configuration → Administrative Templates → Microsoft Outlook 2016 → Outlook Options → Mail → Message handling - Setting: Disable reading pane for external messages (Enabled).
- Path:
- Block suspicious MIME types at the mail gateway. Add a rule to reject emails with
Content-Typeheaders exceeding 256 characters. - Educate users to avoid opening emails from unknown senders in the preview pane. Encourage double‑click opening only after verification.
- Monitor logs for Event ID 1001 from
Outlook.exeindicating a crash due to malformed MIME content.
Verification
After patch deployment, verify the version number via File → Office Account → About Outlook. The build number should be 16.0.12371.0 or higher for Outlook 2016, and analogous numbers for other editions. Run the Microsoft Safety Scanner to ensure no remnants of the exploit remain.
References
- Official Microsoft Security Advisory: CVE‑2026‑7774 details
- Patch download page: Microsoft Update Catalog – Outlook Security Updates September 2026
- PoC repository (restricted access):
https://github.com/security-researcher/outlook-rce-poc - Guidance on disabling the reading pane: Microsoft Docs – Outlook reading pane settings
Action is required now. Do not wait for a scheduled maintenance window. Apply the patch or enable the temporary work‑around to stop active exploitation of CVE‑2026‑7774.
Comments
Please log in or register to join the discussion