Loading date…
LinkedIn Twitter Instagram YouTube WhatsApp

CVE-2026-62911: 22,000 Exchange Servers Wide Open Right Now

Diagram illustrating the CVE-2026-62911 authentication bypass vulnerability affecting Microsoft Exchange Server 2016, 2019, and Subscription Edition

CVE-2026-62911 Exposed: Why 21,899 Microsoft Exchange Servers Are Still Sitting Ducks

Picture a mid-sized manufacturing firm in Ohio. Their IT team patched their firewalls, rotated admin passwords, even ran a phishing simulation last quarter. But their on-premises Exchange server — the one hosting every executive's inbox, every vendor contract, every HR email — hasn't seen a cumulative update since spring. That server is one of an estimated 21,899 Exchange instances currently exposed to CVE-2026-62911, a critical authentication-bypass vulnerability that Microsoft patched a full month ago and almost nobody applied in time.

This isn't a hypothetical. It's the exact scenario the Shadowserver Foundation's daily internet scans are quietly documenting right now, and it's a pattern every SOC analyst has seen before: patch ships, headlines fade, exposure lingers.

Table of Contents

What Happened: The CVE-2026-62911 Timeline

Timeline graphic showing CVE-2026-62911 disclosure on August 11 2026, Pwn2Own Berlin demonstration by Orange Tsai, and NCSC-NL confirming public exploit code three weeks later

On August 11, 2026, Microsoft disclosed CVE-2026-62911 as part of that month's Patch Tuesday rollup. Microsoft classifies it as an authentication bypass by capture-replay (CWE-294), carrying a CVSS score of 8.0. In plain terms: an attacker who can intercept and replay authentication traffic can impersonate a legitimate user and escalate privileges inside Exchange Server — without ever knowing that user's actual password.

The bug was originally demonstrated months earlier at Pwn2Own Berlin 2026 by Orange Tsai of the DEVCORE Research Team, working through Trend Micro's Zero Day Initiative (ZDI). Notably, ZDI has publicly pushed back on Microsoft's exploit-maturity rating, arguing the real-world risk is understated. That kind of disagreement between a vendor and the researchers who found the bug is worth paying attention to — it usually means the practical exploitation path is easier than the advisory language suggests.

Three weeks after the patch shipped, the Netherlands' National Cyber Security Centre (NCSC-NL) confirmed that working exploit code for the vulnerability was circulating publicly. That's the moment a "patch it when you can" advisory turns into a "patch it today" emergency.

Technical Breakdown: How the Bypass Actually Works

Diagram showing how CVE-2026-62911 exploits Exchange MRSProxy to relay NTLM credentials from the machine account, bypassing Extended Protection for Authentication to reach full mailbox access

The root cause traces back to Exchange's MRSProxy (Mailbox Replication Service Proxy) endpoint — a component that's often internet-reachable on hybrid and on-prem deployments. Reports indicate MRSProxy fails to enforce Extended Protection for Authentication (EPA), which normally binds an authentication session to a specific TLS channel to prevent replay and relay attacks.

Without that enforcement, an attacker positioned to intercept NTLM authentication traffic can relay credentials belonging to the Exchange machine account itself — effectively walking past authentication entirely. From there, the path opens toward full mailbox compromise: reading, sending, and downloading attachments across every mailbox hosted on that server.

This matters because it's not a theoretical privilege-escalation footnote. It's a direct line from "attacker on the network" to "attacker owns your entire email environment," which is exactly the kind of access that fuels business email compromise (BEC), invoice fraud, and lateral movement into connected systems.

Exchange Server VersionVulnerable Cumulative UpdatePatched Build (August 2026)
Exchange Server 2016Cumulative Update 2315.1.2507.72
Exchange Server 2019Cumulative Update 1415.2.1544.44
Exchange Server 2019Cumulative Update 1515.2.1748.49
Exchange Server Subscription EditionRTM Baseline15.2.2562.46

One detail administrators consistently overlook: being on the "right" cumulative update is not the same as being patched. A server can run CU23 and still be vulnerable if the specific August 2026 security update hasn't been applied on top of it. Build number verification, not CU version alone, is the only reliable check.

Who's Exposed: The Shadowserver Numbers

World map showing CVE-2026-62911 vulnerable Exchange server distribution by country, with the United States at roughly 6,200 instances and Germany at roughly 5,100 instances leading global exposure

According to Shadowserver Foundation's daily IPv4 full-internet sweeps and IPv6 hitlist scans, exactly 21,899 unique IP addresses were fingerprinted as vulnerable as of August 31, 2026. Exposure is heavily concentrated but genuinely global:

  • United States — roughly 6,200 vulnerable instances
  • Germany — roughly 5,100 vulnerable instances
  • Several hundred additional exposed servers each in the United Kingdom, Russia, Canada, Austria, and France
  • Smaller clusters across Italy, the Netherlands, China, and dozens of other countries

Germany's national picture is especially stark: the Federal Office for Information Security (BSI) stated on August 28, 2026 that roughly 85 percent of on-premises Exchange servers in the country remain vulnerable. That's not a niche gap — that's the overwhelming majority of a national installed base sitting exposed weeks after a fix existed.

As of this writing, neither Microsoft nor CISA's Known Exploited Vulnerabilities catalog has confirmed active in-the-wild exploitation. That distinction matters for accurate risk communication — public exploit code and confirmed compromise are two different things, and conflating them helps no one. But history with Exchange (ProxyShell, ProxyNotShell, ProxyLogon) shows the gap between "PoC published" and "mass scanning begins" is often measured in days, not months.

Detection: How to Check If You're Vulnerable

PowerShell terminal showing Get-ExchangeServer and Get-WebServicesVirtualDirectory commands used to check Exchange build number and MRSProxy exposure for CVE-2026-62911 detection

Start with the build number, not the cumulative update label. On the Exchange server, run:

Get-ExchangeServer | ft Name, Edition, AdminDisplayVersion

What it does: Returns the exact build number installed on each Exchange server in your environment. When to use it: Immediately, as your first triage step, before assuming a CU-level patch means you're covered. Expected output: A version string like 15.2.1748.44 — compare this directly against the patched builds table above; anything below the listed patched build is exploitable.

Next, check whether MRSProxy is internet-reachable at all — it often shouldn't be:

Get-WebServicesVirtualDirectory | fl Server, Name, InternalUrl, ExternalUrl

What it does: Lists the virtual directories tied to Exchange Web Services, including the paths MRSProxy rides on. When to use it: As part of an external attack-surface review, ideally paired with an actual internet-facing port scan of your Exchange IP. Expected output: Internal and external URLs for each server — flag any externally reachable endpoint that doesn't have a documented business need to face the internet.

From a SOC monitoring angle, watch for anomalous NTLM authentication patterns — repeated authentication attempts against MRSProxy from unusual source IPs, or authentication traffic that doesn't align with normal mailbox-migration or hybrid-sync activity, which is MRSProxy's legitimate use case.

Prevention & Remediation Steps

Six-step remediation checklist for CVE-2026-62911 covering patching, service restarts, TLS enforcement, MRSProxy exposure restriction, ESU enrollment, and NTLM relay monitoring for Exchange Server
  1. Apply the August 2026 security update matching your exact CU, verified by build number — not by assumption.
  2. Restart affected services after patching; a partially applied update with services still running old binaries provides no protection.
  3. Enforce TLS 1.2 or higher across Exchange endpoints to reduce the viable window for traffic interception.
  4. Restrict internet exposure of MRSProxy and related endpoints where there's no operational need for external reachability — NCSC-NL's guidance for organizations that can't patch immediately is to make the server internally accessible only.
  5. Confirm ESU enrollment if you're running Exchange 2016 or 2019 — mainstream security updates for these versions are only available through the Extended Security Updates program, which is scheduled to end in October 2026.
  6. Monitor for NTLM relay indicators and unusual authentication replay patterns as an ongoing detection layer, not just a one-time check.

None of these steps guarantee complete protection against every future variant of this attack class, but together they close the specific exposure Shadowserver is currently measuring.

Expert Tips From the SOC Trenches

Quote graphic highlighting SOC expert advice on verifying Exchange patch build numbers and treating internet-facing MRSProxy endpoints as a standing architectural risk, not just a CVE-2026-62911 response

In practice, the organizations that get burned by vulnerabilities like this aren't the ones without a patch management process — they're the ones whose process doesn't distinguish between "patch available" and "patch verified applied." Build-number verification should be a standing item in your monthly vulnerability review, not something that only happens after a CVE makes headlines.

It's also worth treating externally reachable Exchange components as a standing architectural question, not a one-off firefighting exercise. Every internet-facing endpoint on a mail server is a future CVE waiting for a name. Where a hybrid or cloud migration path exists, it's worth evaluating on its own timeline, independent of any single vulnerability disclosure.

Related Cybersecurity Topics You Should Explore

Frequently Asked Questions

Is CVE-2026-62911 being actively exploited right now?

As of this writing, Microsoft has not confirmed active in-the-wild exploitation, and the vulnerability was not listed in CISA's Known Exploited Vulnerabilities catalog at publication time. However, working exploit code is publicly available, which historically shortens the window before opportunistic scanning turns into real attacks.

Does this affect Exchange Online (Microsoft 365)?

No. This vulnerability affects locally operated, on-premises Exchange Server deployments. Exchange Online is not affected.

What's the actual CVSS severity?

Microsoft rates CVE-2026-62911 at 8.0, categorized as high severity.

My server is on Exchange 2019 CU15 — am I automatically safe?

Not automatically. Being on CU15 only matters if you've also applied the specific August 2026 security update (build 15.2.1748.49). Verify the exact build number rather than relying on the CU label alone.

What happens after Exchange 2016/2019 ESU ends in October 2026?

Once Extended Security Updates end, those versions will stop receiving security fixes altogether, making unmigrated environments a growing long-term risk independent of any single CVE.

Are there compliance implications for exposed mailbox data?

Organizations operating in the EU handling personal data may face reporting obligations under GDPR Article 33 if mailbox contents are compromised, and NIS 2 may impose additional sector-specific reporting requirements. This is general awareness, not legal advice — consult your compliance and legal teams for your specific obligations.

Conclusion

CVE-2026-62911 is a reminder of a pattern security teams know all too well: the patch existing isn't the same as the risk being closed. With nearly 22,000 Exchange servers still exposed a month after the fix shipped, and public exploit code already circulating, the gap between "patched in theory" and "patched in practice" is exactly where real incidents happen.

If you're running on-premises Exchange, don't wait for a confirmed breach headline to check your build number. Verify it today, restrict what doesn't need to face the internet, and treat this as the priority patch-management item it is.

Found this useful? Share it with your team, and drop a comment if you've run into MRSProxy or NTLM relay issues in your own environment — real-world detection stories help everyone in this field.

Shubham Chaudhary

Welcome to Xpert4Cyber! I’m a passionate Cyber Security Expert and Ethical Hacker dedicated to empowering individuals, students, and professionals through practical knowledge in cybersecurity, ethical hacking, and digital forensics. With years of hands-on experience in penetration testing, malware analysis, threat hunting, and incident response, I created this platform to simplify complex cyber concepts and make security education accessible. Xpert4Cyber is built on the belief that cyber awareness and technical skills are key to protecting today’s digital world. Whether you’re exploring vulnerability assessments, learning mobile or computer forensics, working on bug bounty challenges, or just starting your cyber journey, this blog provides insights, tools, projects, and guidance. From secure coding to cyber law, from Linux hardening to cloud and IoT security, we cover everything real, relevant, and research-backed. Join the mission to defend, educate, and inspire in cyberspace.

Post a Comment

Previous Post Next Post
×

🤖 Welcome to Xpert4Cyber

Xpert4Cyber shares cybersecurity tutorials, ethical hacking guides, tools, and projects for learners and professionals to explore and grow in the field of cyber defense.

🔒 Join Our Cybersecurity Community on WhatsApp

Get exclusive alerts, tools, and guides from Xpert4Cyber.

Join Now