Back to News

Microsoft July 2026 Patch Tuesday — 622 CVEs, 3 Actively Exploited SharePoint & AD FS Zero-Days: What Every UK Business Running Microsoft 365 Must Do This Week

Microsoft July 2026 Patch Tuesday — 622 CVEs, 3 Actively Exploited SharePoint & AD FS Zero-Days: What Every UK Business Running Microsoft 365 Must Do This Week

On 14 July 2026, Microsoft shipped the largest Patch Tuesday in the company’s history: 622 CVEs in a single release, eclipsing every prior monthly bundle by a wide margin. Volume alone would make it notable, but it is not the number that should command the attention of every UK business running Microsoft 365. Buried inside that record haul are three zero-day vulnerabilities — two of them confirmed as being actively exploited in the wild before the patches existed — targeting on-premises SharePoint Server and Active Directory Federation Services (AD FS). The US Cybersecurity and Infrastructure Security Agency (CISA) issued an emergency alert the same day, urging organisations to patch SharePoint immediately and to rotate their IIS machine keys. For UK SMEs running a hybrid deployment — on-premises SharePoint federated into Microsoft 365 through AD FS — this is the most operationally significant Patch Tuesday since the Hafnium campaign tore through Exchange Server in 2021.

The severity is not theoretical. The headline flaw, CVE-2026-58644, is a SharePoint remote code execution vulnerability carrying a CVSS score of 9.8, exploitable by an unauthenticated attacker through an insecure deserialization path — no login, no credential, no user interaction required. Alongside it, CVE-2026-56164 (a SharePoint elevation-of-privilege flaw) and CVE-2026-56155 (an AD FS privilege-escalation flaw that hands an attacker administrator rights) were both being used against real targets before Microsoft published a fix. Chained together, these vulnerabilities let an attacker compromise a SharePoint environment and then pivot into the wider Microsoft 365 tenant. This briefing sets out exactly what was released, why the SharePoint and AD FS cluster matters far more than the 622 headline, and why hybrid Microsoft 365 estates are the single most exposed configuration in the UK SME market this week.

622
Total CVEs in the July 2026 Patch Tuesday — the largest single release in Microsoft’s history
9.8
CVSS score of CVE-2026-58644, the unauthenticated SharePoint deserialization RCE zero-day
3
Zero-days in this release — two actively exploited, one publicly known before the patch shipped
56
Critical-rated CVEs in the bundle, alongside 510 rated important

What Microsoft actually released on 14 July 2026

Microsoft’s monthly security update — universally known as Patch Tuesday — lands on the second Tuesday of each month and is the primary vehicle through which the company ships fixes for its entire supported product range. The July 2026 edition is extraordinary for its scale: 622 CVEs addressed in one go, of which 56 are rated critical and 510 rated important, with the remainder spread across lower severity ratings. To put that in perspective, a typical Patch Tuesday resolves somewhere between 60 and 130 CVEs; the June 2026 release addressed 206, which itself felt large at the time. July 2026 is a step-change in volume that reflects both the growing complexity of Microsoft’s estate and the accelerating pace at which vulnerabilities are being discovered and disclosed.

But raw volume is a distraction. The overwhelming majority of those 622 CVEs are routine fixes that a disciplined patch cadence will absorb over the following days and weeks. What elevates this release from “large” to “emergency” is a tight cluster of vulnerabilities in on-premises SharePoint Server and Active Directory Federation Services. Three of these are zero-days — flaws that were either already being exploited in the wild or publicly known before Microsoft had a patch ready. Two of the three, CVE-2026-56164 and CVE-2026-56155, were confirmed under active exploitation. The third and most severe, CVE-2026-58644, was confirmed exploited on 15 July 2026, the day after release.

The affected products are specific and important to name: SharePoint Server Subscription Edition, SharePoint Server 2019 and SharePoint Server 2016. These are the on-premises versions that many UK organisations still run — either as a legacy document-management platform, an intranet, or as part of a hybrid architecture that federates on-premises identity and content into a cloud Microsoft 365 tenant. SharePoint Online, the fully cloud-hosted service, is not the target here; it is the on-premises server products, and the AD FS component that so often sits alongside them, that are in the firing line. That distinction is the whole story for UK SMEs.

Why this is an exploit chain, not three isolated bugs

The danger in the July release is not that three separate vulnerabilities happen to have shipped together — it is that they compose into a single attack path. CVE-2026-58644 (CVSS 9.8) allows an unauthenticated attacker to run arbitrary code on a SharePoint server through an insecure deserialization flaw, giving them an initial foothold with no credentials at all. CVE-2026-56164 is a SharePoint elevation-of-privilege flaw, remotely exploitable without authentication, that lets an attacker raise their level of access on that same server. And CVE-2026-56155 is an AD FS privilege-escalation flaw that lets a low-privilege foothold become a full administrator — the identity federation layer that bridges on-premises Active Directory and the Microsoft 365 cloud. Compromise SharePoint, escalate locally, then pivot through AD FS, and an attacker is no longer inside a document server — they are inside the trust relationship that governs your entire Microsoft 365 tenant. A separate SharePoint authentication-bypass flaw, CVE-2026-55040 (CVSS 9.1), can be chained to achieve unauthenticated RCE in its own right, and the patch for its chain component is not scheduled until August 2026 — meaning part of this exposure remains open even after you apply the July updates.

How the SharePoint and AD FS zero-day story unfolded

The July 2026 SharePoint cluster did not emerge from nowhere. It is the latest and most severe chapter in a run of on-premises SharePoint exploitation that has intensified across 2026. The timeline below sets out the chronology that frames the record release and the CISA emergency alert that accompanied it.

Early July 2026 — SharePoint exploitation activity climbs
Security researchers observe rising probing and exploitation attempts against internet-facing on-premises SharePoint servers, building on a pattern of SharePoint deserialization and authentication-bypass flaws exploited earlier in the year and adding urgency to the coming Patch Tuesday.
14 July 2026 — The record Patch Tuesday ships
Microsoft releases fixes for 622 CVEs — the largest Patch Tuesday ever — including 56 critical and 510 important. Three are zero-days: CVE-2026-56164 (SharePoint EoP) and CVE-2026-56155 (AD FS EoP) confirmed actively exploited, plus a publicly known third flaw.
14 July 2026 — CISA issues an emergency alert
The same day, CISA publishes an emergency alert urging organisations to immediately patch and harden on-premises SharePoint and to rotate IIS machine keys, adding several of the SharePoint flaws to its Known Exploited Vulnerabilities (KEV) catalogue.
14 July 2026 — The Canadian Centre for Cyber Security echoes the warning
Canada’s Cyber Centre publishes advisory AV26-698 on the July 2026 monthly rollup, reinforcing the international consensus that the SharePoint and AD FS flaws demand immediate remediation across allied jurisdictions, including UK-aligned guidance.
15 July 2026 — CVE-2026-58644 confirmed exploited
The unauthenticated SharePoint deserialization RCE, CVSS 9.8, is confirmed under active exploitation in the wild — the day after the patch shipped — compressing the window between disclosure and mass attack to almost nothing.
Mid-July 2026 — Additional chain components enter the KEV catalogue
CVE-2026-32201 and CVE-2026-45659 — additional SharePoint flaws forming part of the exploit chain — are added to CISA’s KEV catalogue, signalling confirmed exploitation and mandatory remediation timelines for US federal agencies and de facto urgency for everyone else.
August 2026 — The remaining chain patch is scheduled
The fix for the chain component associated with the CVE-2026-55040 authentication-bypass path is scheduled for the August 2026 Patch Tuesday, meaning organisations must rely on hardening and machine-key rotation to close part of the exposure until then.

The vulnerabilities that matter most in this release

With 622 CVEs on the table, the practical question for any UK SME is prioritisation — which handful of flaws demand action this week rather than this month. The chart below ranks the most consequential vulnerabilities in the July 2026 bundle by relative urgency for a hybrid Microsoft 365 estate, combining CVSS severity, confirmed exploitation status and the ease of the attack. The percentages are an indicative urgency weighting to show relative priority, not the CVSS scores themselves.

CVE-2026-58644 — SharePoint RCE, CVSS 9.8, exploited
98%
CVE-2026-56155 — AD FS EoP, admin gain, exploited
94%
CVE-2026-56164 — SharePoint EoP, unauth, exploited
90%
CVE-2026-55040 — SharePoint auth bypass, CVSS 9.1
85%
CVE-2026-57092 — VMSwitch, CVSS 9.9, Hyper-V escape
72%
CVE-2026-56188 — Windows Server network driver, CVSS 9.8
68%
The other ~615 CVEs — routine patch cadence
30%

The ranking makes the point that severity and exploitation status are not the same thing. CVE-2026-57092, a VMSwitch flaw carrying a fearsome CVSS of 9.9 that could allow a Hyper-V guest to escape to the host, and CVE-2026-56188, a Windows Server network-driver vulnerability at CVSS 9.8, are both extremely serious and warrant prompt patching — but neither is confirmed under active exploitation. The SharePoint and AD FS cluster sits at the top not only because the CVSS scores are high, but because attackers are demonstrably using these flaws right now, against real targets, with public proof-of-concept activity. For a resource-constrained SME, that distinction is how you decide what to do tonight versus what to schedule for the weekend. Exploited-in-the-wild, unauthenticated, internet-reachable flaws come first, every time.

Why the hybrid Microsoft 365 estate is the exposed configuration

The reason this release should worry UK SMEs specifically comes down to how many of them run a hybrid Microsoft 365 architecture without fully realising the risk it concentrates. In a hybrid deployment, an organisation keeps on-premises SharePoint Server and uses AD FS to federate identity into the Microsoft 365 cloud, so that a single set of credentials works across both. It is a common and historically sensible arrangement — but it means the on-premises SharePoint and AD FS servers are not isolated appliances. They are load-bearing components of the trust relationship that governs the entire cloud tenant.

9.8
CVE-2026-58644 scores 9.8 out of 10 on the CVSS scale — near the theoretical maximum. Unauthenticated, remotely exploitable and requiring no user interaction, it is the profile of vulnerability that gets weaponised within hours of disclosure. It was confirmed exploited the day after the patch shipped.

Think through the attack path. An attacker finds an internet-facing on-premises SharePoint server — there is no shortage of them, and they are trivially discoverable through internet-wide scanning. Using CVE-2026-58644, they execute code on that server without any credential. Using CVE-2026-56164, they elevate their privileges locally. Then, because AD FS sits in the same trust boundary, they use CVE-2026-56155 to become an administrator of the federation service itself. At that point they can forge authentication tokens, impersonate any user in the tenant, and move laterally into email, SharePoint Online, OneDrive and Teams — the full Microsoft 365 environment — without ever needing a legitimate password. The on-premises server that looked like a legacy document store becomes the master key to the cloud. This is precisely the mechanism that made the 2021 Hafnium campaign against on-premises Exchange so damaging, and it is why the comparison is apt rather than hyperbolic.

Where hybrid UK SMEs are most exposed

The July release is, in effect, a stress test of how well a UK SME manages its on-premises Microsoft footprint and the identity plumbing that connects it to the cloud. Most fail that test in a predictable set of places. The grid below maps where the exposure concentrates for a typical hybrid mid-market organisation.

Common exposure gaps against the July 2026 SharePoint & AD FS cluster
Internet-facing on-premises SharePoint server unpatchedHigh
AD FS federation server reachable and not yet remediatedHigh
IIS machine keys never rotated after suspected exposureHigh
No inventory of on-premises SharePoint and AD FS versionsHigh
SharePoint management interfaces exposed to the internetHigh
No monitoring for post-exploitation web shells on SharePointMid
No documented patch-compliance evidence for the estateMid
No plan to migrate off legacy on-premises SharePointLow

The pattern is consistent: the businesses most at risk are those running ageing on-premises SharePoint and AD FS infrastructure without a disciplined patch cadence, without an inventory of what is internet-reachable, and without the monitoring to detect a compromise after the fact. The last point matters because CVE-2026-58644 and its siblings are deserialization and authentication flaws — an attacker who exploits one can plant a web shell that survives the patch. Applying the July update closes the door, but it does not evict anyone already inside. That is exactly why CISA’s alert paired “patch immediately” with “rotate IIS machine keys” and hunt for signs of compromise: the machine-key rotation invalidates forged authentication material an attacker may already have stolen, and threat-hunting finds the foothold the patch alone leaves in place.

What remediation and resilience cost by business size

Closing this exposure is not a single purchase; it is a combination of urgent patching, hardening, threat-hunting and, for many organisations, a strategic decision about whether to keep running on-premises SharePoint at all. The table below sets out indicative planning ranges for the combined remediation and resilience work across UK business-size bands. Figures are illustrative planning ranges, not fixed quotes, and assume a hybrid Microsoft 365 estate.

Business sizeTypical Microsoft estate in scopeRemediation & resilience pathIndicative investment
1–10 staffMicrosoft 365 cloud only, or a single legacy SharePoint boxEmergency patch, machine-key rotation, or retire the on-prem server and go cloud-only£500–£3,000
10–50 staffOn-premises SharePoint 2016/2019 federated via AD FS into M365Patch, harden, rotate keys, threat-hunt, plan migration to SharePoint Online£3,000–£12,000
50–200 staffMultiple SharePoint farms, AD FS, servers, several SaaS integrationsCoordinated emergency remediation, compromise assessment, phased cloud migration£12,000–£35,000
200+ staffComplex hybrid estate, regulated data, contractual security obligationsIncident-grade response, continuous monitoring, managed migration programme£35,000+

The right figure for any given business depends on the starting state of the estate and, crucially, on the strategic decision behind the remediation. An organisation that patches promptly and has already been reducing its on-premises footprint will spend far less than one discovering an un-inventoried SharePoint farm mid-incident. But the more important number is the one not in the table: the cost of a full Microsoft 365 tenant compromise. Once an attacker owns AD FS, they own identity, and identity compromise is the most expensive category of incident an SME can suffer — combining data theft, business email compromise, extortion and the regulatory exposure that follows under UK GDPR. Against that, an emergency patch-and-harden exercise and a considered migration off legacy on-premises SharePoint is a modest and rational investment.

Reactive scramble versus a governed Microsoft 365 posture

This release exposes the gap between treating Microsoft 365 as a set-and-forget cloud service and treating the whole estate — cloud and the on-premises identity plumbing behind it — as a governed, monitored, actively maintained system. The comparison below sets out the two postures.

Reactive posture

How most hybrid SMEs run today

  • On-premises SharePoint and AD FS patched only when something breaks
  • No inventory of which Microsoft servers face the internet
  • Critical vulnerabilities left open for weeks after disclosure
  • IIS machine keys never rotated, even after a scare
  • No monitoring for web shells or forged authentication tokens
  • Legacy on-premises SharePoint kept indefinitely with no exit plan
  • Microsoft 365 treated as a bill, not a governed environment

Governed posture

Where Cloudswitched takes you

  • Emergency patches applied within hours for exploited zero-days
  • Every internet-facing Microsoft server inventoried and owned
  • A defined patch cadence with documented compliance evidence
  • Machine-key rotation and hardening built into the response
  • Monitoring and threat-hunting to catch post-exploitation footholds
  • A managed migration path off legacy on-premises SharePoint
  • Microsoft 365 configured, secured and monitored end to end

Moving from the left column to the right is a shift from firefighting to governance. The July 2026 release rewards organisations that had already reduced their on-premises attack surface and punishes those that let legacy infrastructure drift. For many UK SMEs, the honest conclusion this episode forces is that the safest long-term answer is to stop running internet-facing on-premises SharePoint altogether — migrating content into the fully managed, continuously patched Microsoft 365 cloud, where the deserialization and federation flaws that define this incident simply do not present the same exposure. A managed migration removes the class of risk rather than merely patching this instance of it.

32
Illustrative Microsoft 365 hygiene readiness score (out of 100) for a typical hybrid UK SME running unpatched on-premises SharePoint and AD FS — unknown patch cadence, exposed servers and no compromise monitoring. A planning benchmark, not a measured figure.
A practical first move for any hybrid estate this week

You do not need to decide your whole cloud strategy tonight to act on this. The single most valuable exercise a UK SME can run this week is a Microsoft exposure review: identify every on-premises SharePoint Server (Subscription Edition, 2019 or 2016) and every AD FS server in your estate, record the exact build number and the date each was last patched, and confirm which of them are reachable from the public internet. For any internet-facing SharePoint or AD FS server, apply the July 2026 updates immediately, rotate the IIS machine keys as CISA advises, and check the server for unexpected files or web shells that may indicate a foothold that pre-dates the patch. If you cannot confirm a server was patched before 15 July 2026, treat it as potentially compromised and hunt accordingly. Most businesses cannot answer these questions today, and discovering that is the point: it converts an invisible, internet-reachable exposure into a managed one, and it is the natural first step toward deciding whether that server should exist at all.

At-a-glance: the July 2026 Patch Tuesday

FactDetail
Release date14 July 2026 — the largest Patch Tuesday in Microsoft’s history
Total CVEs622, comprising 56 critical and 510 important
Zero-days3 — two actively exploited, one publicly known before the patch
CVE-2026-58644SharePoint RCE, CVSS 9.8, unauthenticated deserialization, exploited 15 July
CVE-2026-56164SharePoint elevation of privilege, actively exploited, unauthenticated, remote
CVE-2026-56155AD FS privilege escalation, actively exploited, gains administrator rights
CVE-2026-55040SharePoint authentication bypass, CVSS 9.1, chainable to unauthenticated RCE
CVE-2026-32201, CVE-2026-45659Additional SharePoint chain flaws, added to the CISA KEV catalogue
CVE-2026-57092VMSwitch, CVSS 9.9 — Hyper-V guest-to-host escape
CVE-2026-56188Windows Server network driver, CVSS 9.8
CISA actionEmergency alert on 14 July: patch and harden SharePoint, rotate IIS machine keys
Affected productsSharePoint Server Subscription Edition, 2019 and 2016; AD FS
Outstanding fixChain component for the CVE-2026-55040 path scheduled for August 2026
Highest-risk configurationHybrid Microsoft 365: on-premises SharePoint federated via AD FS
Historical comparisonMost significant since the 2021 Hafnium campaign against on-premises Exchange

How this connects to the wider 2026 threat picture

The July 2026 Patch Tuesday does not stand alone. It is the latest thread in a year of developments all pointing the same way: attackers are moving faster than ever from disclosure to mass exploitation, the weakest link is the unpatched internet-facing server, and the organisations that suffer are those without a governed patch programme and a plan to retire legacy infrastructure. The SharePoint and AD FS cluster is the operational face of a broader shift toward automated, near-instant weaponisation of high-severity flaws.

The perimeter-device and rapid-exploitation dimension runs directly through our coverage of the AI-driven CVE surge and why a real patch programme now matters, which quantifies exactly why a 622-CVE month is becoming the new normal. The device-centric, indiscriminate targeting model that makes an unpatched server so dangerous is set out in our analysis of the Check Point June 2026 report and The Gentlemen ransomware operation, and the perimeter-firewall version of the same problem in our reporting on the FortiBleed campaign and 73,932 compromised Fortinet firewalls. The connectivity and network-edge exposure that so often sits alongside these Microsoft servers is examined in our coverage of the NCSC and FSB router advisory for UK SMEs. And the cloud-concentration and regulatory backdrop — why so much now depends on how well a handful of hyperscale providers are governed — is explored in our look at the UK critical third party designation for Microsoft, Google, AWS and Oracle. Together these establish the message the July release makes concrete: in a landscape of near-instant exploitation, a governed patch cadence and a plan to reduce your on-premises attack surface are the whole game.

Your on-premises SharePoint could be the master key to your Microsoft 365 tenant

The July 2026 zero-days turn a legacy document server into a route straight into your cloud environment. Cloudswitched delivers managed Microsoft 365 migration and support — retiring exposed on-premises SharePoint, hardening what must stay, and moving your content into the continuously patched cloud with SPF, DKIM, DMARC and MFA enforced — so this class of risk is removed, not just patched this month.

Talk to us about Cloud Email & Microsoft 365

Frequently asked questions

We use Microsoft 365 in the cloud — are we affected by these SharePoint zero-days?
If your organisation uses only the fully cloud-hosted Microsoft 365 services — SharePoint Online, Exchange Online, OneDrive and Teams — then the specific server products named in this release (SharePoint Server Subscription Edition, 2019 and 2016) are not something you run, and Microsoft patches the cloud platform itself. The risk applies to organisations running on-premises SharePoint Server, most often in a hybrid configuration where that server is federated into the cloud tenant via AD FS. The catch is that many SMEs do not realise they still have an on-premises SharePoint or AD FS box quietly running — a legacy intranet, a document archive, or an identity federation server set up years ago. The safe move is to confirm, not assume: inventory your estate and check for any on-premises SharePoint or AD FS server. If you have none, you are not exposed to this particular cluster. If you find one, treat it as urgent.
What makes CVE-2026-58644 so dangerous compared to the other 621 CVEs?
Three properties combine to make it the standout threat. First, its CVSS score is 9.8 out of 10 — near the theoretical maximum. Second, it is unauthenticated: an attacker needs no valid credential, no stolen password and no user to click anything; they simply send a crafted request to an internet-reachable SharePoint server and run their own code through an insecure deserialization path. Third, it is confirmed exploited in the wild — attackers were using it against real targets by 15 July 2026, the day after the patch shipped. That combination — maximum severity, no authentication barrier, and active exploitation — is the exact profile of a vulnerability that gets weaponised at scale within hours. The other high-CVSS flaws in the release, such as the VMSwitch and network-driver bugs, are serious but not confirmed under active exploitation, which is why CVE-2026-58644 takes priority over all of them.
Why does CISA want us to rotate IIS machine keys as well as patch?
Because patching and eviction are two different problems. Applying the July 2026 update closes the vulnerability so a new attacker cannot walk through the same door — but it does nothing about an attacker who already exploited the flaw before you patched. SharePoint runs on IIS, and the IIS machine keys are cryptographic material used to sign and validate authentication tokens and view-state data. An attacker who compromised a server may have stolen those keys, which would let them forge valid authentication material and maintain access even after the patch. Rotating the machine keys invalidates any stolen keys, cutting off that persistence mechanism. That is why CISA’s alert pairs “patch immediately” with “rotate IIS machine keys” and threat-hunting: the patch stops the next attacker, the key rotation and hunt deal with one who may already be inside.
What is AD FS and why does a flaw in it threaten our whole Microsoft 365 tenant?
Active Directory Federation Services is the component that lets an organisation use one set of credentials across on-premises Active Directory and cloud services like Microsoft 365. It issues the authentication tokens that tell the cloud “this user is who they claim to be.” That makes AD FS a trust anchor: whatever it says, the cloud tenant believes. CVE-2026-56155 is a privilege-escalation flaw that lets an attacker with a low-privilege foothold become an administrator of the AD FS service. Once they control AD FS, they can forge authentication tokens for any user in the tenant, impersonate anyone including administrators, and access email, SharePoint Online, OneDrive and Teams without ever knowing a real password. That is why a flaw in an on-premises identity server is not a local problem — it is a route to the entire cloud environment, and it is the mechanism that makes the SharePoint-to-AD FS exploit chain so serious.
How is this comparable to the 2021 Hafnium attack on Exchange?
The parallel is structural rather than superficial. In early 2021, the Hafnium campaign exploited a chain of zero-day vulnerabilities in on-premises Microsoft Exchange Server to achieve unauthenticated remote code execution, then used that foothold to plant web shells and move deeper into victim networks — hitting tens of thousands of organisations before many had patched. The July 2026 SharePoint and AD FS cluster follows the same pattern: internet-facing on-premises Microsoft servers, an unauthenticated RCE, a chain that escalates to broader control, active exploitation before organisations can react, and a foothold that survives patching unless you also hunt for it. The lesson from Hafnium was that on-premises Microsoft servers exposed to the internet are a strategic liability, and that patching alone is not enough — you must also assume compromise and investigate. That lesson applies directly here, which is why the comparison is being drawn by security agencies and not just commentators.
If we patch immediately, are we safe from the whole exploit chain?
Patching the July 2026 updates closes the actively exploited SharePoint and AD FS zero-days and is the essential first step — but two caveats matter. First, the patch prevents future exploitation; it does not remove an attacker who already compromised the server before you applied it. If your SharePoint or AD FS server was internet-facing and unpatched between disclosure and your update, you should assume potential compromise, rotate IIS machine keys, and hunt for web shells or forged tokens. Second, the fix for the chain component associated with the CVE-2026-55040 authentication-bypass path is not scheduled until the August 2026 Patch Tuesday, so part of that specific exposure remains open and must be managed through hardening and reduced internet exposure until the fix arrives. So “patch immediately” is necessary but not sufficient: patch, rotate keys, hunt for existing compromise, and reduce the internet-facing attack surface while the remaining fix is pending.
Should we just migrate off on-premises SharePoint entirely?
For many UK SMEs, that is the most rational long-term answer, and this episode is a strong argument for it. Every time a critical on-premises SharePoint zero-day emerges — and there has been a steady run of them across 2026 — the burden of urgent patching, hardening and compromise assessment falls on your team, on your timeline, against attackers who weaponise flaws within hours. Migrating your content into SharePoint Online and Microsoft 365 shifts that patching responsibility to Microsoft, which maintains the cloud platform continuously, and removes the internet-facing on-premises server that this class of attack depends on. Migration is not free and it needs planning — content mapping, permissions, identity and cutover all have to be handled properly — but it removes the category of risk rather than repeatedly patching each instance. For a business without a dedicated security team, a managed migration is often the difference between reacting to every Patch Tuesday and no longer being exposed to this kind of flaw at all.
We have no in-house security team — how do we even find out if we’re exposed?
Start with a focused Microsoft exposure review, which does not require a large team — it requires knowing what to look for. The essential questions are: do we run any on-premises SharePoint Server (Subscription Edition, 2019 or 2016)? Do we run AD FS? Are either of those servers reachable from the public internet? When was each last patched? Answering those four questions tells you whether you are in scope at all. If you are, the follow-up is to apply the July 2026 updates, rotate the IIS machine keys, and check the servers for signs of an existing foothold. Most SMEs cannot answer the first four questions with confidence today, which is exactly why bringing in a managed IT partner for a rapid assessment is worthwhile — it turns an unknown, potentially internet-exposed liability into a documented, managed position, and it does so on the timescale this threat demands rather than over the coming months.
Does patching this affect our day-to-day Microsoft 365 users?
For the cloud services your staff use every day — Outlook, Teams, SharePoint Online, OneDrive — applying these on-premises server patches has no direct impact; those services continue to run as normal. The patching work happens on the on-premises SharePoint and AD FS servers, and a well-planned update applied during a maintenance window typically causes little to no user-visible disruption. The one scenario where users may notice is if AD FS is offline during its patch or key rotation, which can briefly interrupt sign-in for federated services — which is precisely why this work should be scheduled and communicated rather than done ad hoc in the middle of the working day. A managed approach sequences the patching, key rotation and any restarts to minimise disruption, and validates that federated sign-in is working correctly afterwards. The far larger disruption is the alternative: a tenant compromise, which can take email and collaboration offline for days and trigger regulatory obligations.
How does Cloudswitched help us respond to this?
Cloudswitched works with UK SMEs on exactly this kind of Microsoft estate — hybrid deployments where on-premises SharePoint and AD FS sit alongside a Microsoft 365 cloud tenant. Our response begins with a rapid exposure review: inventorying every on-premises SharePoint and AD FS server, confirming which are internet-facing, and establishing patch state. We apply the July 2026 emergency updates, rotate IIS machine keys as CISA advises, harden the configuration and hunt for signs of an existing foothold that a patch alone would not remove. Beyond the immediate fix, we help you make the strategic call this episode forces — whether legacy on-premises SharePoint should exist at all — and, where the answer is no, we deliver a managed migration into the continuously patched Microsoft 365 cloud, with mailbox and content migration, DNS cutover, and SPF, DKIM, DMARC and MFA enforced. Because we are an established IT company rather than an incident-only consultancy, we put a repeatable patch cadence and named ownership behind the work, so your Microsoft estate stays defended after the current emergency passes.

Patch the emergency now — then remove the risk for good

The July 2026 zero-days are a reminder that internet-facing on-premises SharePoint is a strategic liability, not just this month’s patch. Cloudswitched delivers managed Microsoft 365 migration and support — emergency remediation and machine-key rotation today, then a planned move off legacy on-premises infrastructure into the continuously patched cloud — so your business is out of this attack’s path, with the evidence to prove it to customers and auditors alike.

Talk to us about Cloud Email & Microsoft 365
Tags:Microsoft 365Cyber SecurityIT SupportAzure
CloudSwitched

London-based managed IT services provider offering support, cloud solutions and cybersecurity for SMEs.

CloudSwitched Service

Cloud Email Solutions

Microsoft 365 email migration, management and security for your team

Learn More

Technology Stack

Powered by industry-leading technologies including SolarWinds, Cloudflare, BitDefender, AWS, Microsoft Azure, and Cisco Meraki to deliver secure, scalable, and reliable IT solutions.

SolarWinds
Cloudflare
BitDefender
AWS
Hono
Opus
Office 365
Microsoft
Cisco Meraki
Microsoft Azure

Latest Articles

2
  • Cyber Security

The Five Technical Controls of Cyber Essentials Explained

2 Jun, 2026

Read more
17
  • Cyber Security

BYOD and Cyber Essentials Plus: Managing Personal Devices

17 Jun, 2026

Read more
10
  • Cloud Networking

How to Set Up Guest Wi-Fi Securely with Cisco Meraki

10 Mar, 2026

Read more

Enquiry Received!

Thank you for getting in touch. A member of our team will review your enquiry and get back to you within 24 hours.