Back to News

Microsoft's Record 974-CVE Patch Tuesday: What UK Businesses Must Fix First

Microsoft's Record 974-CVE Patch Tuesday: What UK Businesses Must Fix First

On 9 September 2026, Microsoft shipped the largest Patch Tuesday in the programme’s history. The September release addresses 974 CVEs across Microsoft’s own products - a record, and a number large enough that it changes the shape of the job rather than just its size. Two of those vulnerabilities are already being exploited in the wild as zero-days. Nine of them sit in Exchange Server, and one of those nine can be triggered by an attacker who does nothing more than send an email. Adobe, releasing on the same day, added 172 CVEs of its own across ten bulletins, including a maximum-severity flaw in Magento and Adobe Commerce that has been under active attack since 4 September.

For a UK business reading this on the morning of 9 September, the practical question is not “how many patches are there” but “which ones cannot wait until the weekend”. A 974-CVE release cannot be consumed as a single undifferentiated update wave. It has to be triaged. The good news is that the triage is unusually clear this month: the US Cybersecurity and Infrastructure Security Agency has already added three of these vulnerabilities to its Known Exploited Vulnerabilities catalogue and attached deadlines to them - 11 September for the Adobe Commerce flaw and 22 September for the two Microsoft zero-days. Those dates bind US federal agencies, not British companies, but they are the most reliable free prioritisation signal any UK SME will get, and they are published before most vendors’ own risk ratings have filtered through to a helpdesk queue.

The bad news is that the exposure does not stop at the vendors’ own bulletins. Google patched a Chrome zero-day in the V8 JavaScript engine on 3 September, tracked as CVE-2026-85046. That engine is the same one underneath Microsoft Edge, so the exposure crosses into the browser most UK businesses standardised on when they moved to Microsoft 365 - but Microsoft has not yet published its own security advisory for it. Any organisation whose patching process is driven purely by vendor advisories will therefore not see this one at all. It is the clearest illustration this month of why a patch programme built on a single vendor’s feed is a patch programme with holes in it.

974
CVEs addressed by Microsoft in September 2026 - a Patch Tuesday record
2
Windows zero-days already under active exploitation at release
172
Additional CVEs shipped by Adobe across ten separate bulletins
20
Bugs the Zero Day Initiative classed as potentially wormable

What Microsoft actually shipped on 9 September

The headline figure of 974 CVEs covers vulnerabilities in Microsoft’s own products. It is a record for a single Patch Tuesday, and the scale itself is worth pausing on, because it tells you something about how vulnerability disclosure has changed. Patch Tuesday releases in the low hundreds were once considered heavy. A release approaching a thousand is not a sign that Microsoft’s code got four times worse in a year; it reflects a much larger surface being scanned by a much larger population of researchers, automated discovery tooling that finds variants of a known bug class in bulk, and a cloud-era product catalogue in which a great many components now carry their own CVE identifiers. The consequence for an IT team is the same either way. The signal-to-noise ratio of a Patch Tuesday summary has collapsed, and reading the full list is no longer a realistic Tuesday-afternoon activity for a business without a dedicated security function.

Within that volume, two vulnerabilities are categorically different from the other 972, because attackers were already using them before the patch existed. CVE-2026-85880 is a privilege escalation flaw in the Windows Advanced Local Procedure Call subsystem - ALPC, the internal messaging plumbing that Windows components use to talk to one another. The flaw allows an attacker who already has low-privilege code execution on a machine to escape an AppContainer sandbox and obtain SYSTEM privileges. Critically, it requires no additional user interaction. Sandbox escape plus privilege escalation with no user in the loop is the exact capability that turns a nuisance foothold into a domain problem, because SYSTEM on a workstation is the launchpad for credential theft, lateral movement and the disabling of endpoint protection.

The second zero-day, CVE-2026-81963, is a privilege escalation vulnerability in the Windows Update Stack that likewise grants SYSTEM-level access. Researchers assess that it is probably being paired with a separate code execution bug to spread malware or ransomware - the standard two-stage pattern in which one flaw gets the attacker onto the machine and a second one makes them administrator of it. There is a bitter irony in the location of this one: the component whose entire purpose is to keep the operating system current is itself the escalation path. Organisations that have deferred update infrastructure changes because “Windows Update is a Microsoft problem, not ours” should read that sentence twice.

The vulnerability that several researchers regard as the single most consequential fix of the month, however, is not one of the two zero-days. CVE-2026-55007 is one of nine Exchange Server flaws patched in this release, and it allows a remote, unauthenticated attacker to execute code by sending an email carrying a malicious Visio attachment. The code path triggers during content indexing - the routine background process by which Exchange makes mailbox contents searchable. No user has to open the message. No user has to click the attachment. The message arriving and being indexed is the whole exploit chain. The Zero Day Initiative’s Dustin Childs called it the most important patch of the release, and it is difficult to argue with that assessment: a mail server that compromises itself on receipt of mail is the closest thing modern enterprise software has to a wormable email vulnerability.

The Zero Day Initiative also counted 20 separate wormable bugs in this release - vulnerabilities with the potential to propagate automatically between systems without user interaction. Not every wormable-class bug becomes a worm; most never do, because weaponising one reliably is harder than the classification implies. But twenty of them in one month, in a release that also contains two actively exploited privilege escalation flaws, is a combination that deserves a deliberate response rather than the usual approach of letting automatic updates get there when they get there.

Why this is not a normal patch cycle

Three things are true simultaneously this month, and it is the combination that matters. First, two Windows privilege escalation zero-days are already being exploited, so the window between disclosure and attack has not just closed - it closed before the patch shipped. Second, the Exchange flaw CVE-2026-55007 needs no user interaction whatsoever: an inbound email with a crafted Visio attachment is executed during content indexing. Third, the Magento and Adobe Commerce zero-day CVE-2026-75650 has been under active attack since 4 September, five days before the fix was published, which means any UK business running an affected online shop has already been exposed for the better part of a week. If you run Windows and Exchange and a Magento storefront, you have three independent emergencies in one calendar week, and they compete for the same engineer.

How the month unfolded

The sequence matters as much as the individual vulnerabilities, because it shows how much of the risk landed before the patches did. Two of this month’s most serious issues were being exploited in the wild while most organisations were still treating early September as a quiet week.

3 September 2026 - Google patches a Chrome zero-day in V8
Google ships a fix for CVE-2026-85046, a zero-day in the V8 JavaScript engine. Because Microsoft Edge is built on the same Chromium and V8 foundations, the exposure reaches the Edge estate too - but Microsoft does not publish a corresponding security advisory, leaving advisory-driven patch programmes with no trigger to act on.
4 September 2026 - StyleSmuggler exploitation begins
E-commerce security firm Sansec observes active attacks against Magento and Adobe Commerce using the flaw later tracked as CVE-2026-75650 and dubbed StyleSmuggler. Exploitation is unauthenticated and yields remote code execution. At this point there is no patch available, and merchants have no vendor bulletin to tell them anything is wrong.
4–8 September 2026 - The unpatched window
Affected storefronts on versions 2.4.4 through 2.4.9 remain exploitable for five days. For a UK retailer, that is a full trading week - including a weekend - during which card-capture skimmers, backdoored admin accounts and web shells can be planted on a payment-handling system without any authentication.
9 September 2026 - Microsoft breaks the Patch Tuesday record
Microsoft publishes fixes for 974 CVEs in its own products, the largest single Patch Tuesday on record. Two of them - CVE-2026-85880 (ALPC) and CVE-2026-81963 (Windows Update Stack) - are disclosed as zero-days already under exploitation, both granting SYSTEM-level privileges.
9 September 2026 - Nine Exchange flaws, one of them critical to everyone
Among the release are nine Exchange Server vulnerabilities. CVE-2026-55007 permits remote unauthenticated code execution triggered by content indexing of an inbound email carrying a malicious Visio attachment. The Zero Day Initiative’s Dustin Childs names it the most important patch of the release.
9 September 2026 - Adobe ships ten bulletins covering 172 CVEs
Adobe’s parallel release closes the StyleSmuggler hole in Magento and Adobe Commerce 2.4.4 through 2.4.9 alongside 171 other vulnerabilities across its product range. The Commerce flaw carries maximum severity and is confirmed as already exploited.
9 September 2026 - CISA adds three flaws to the KEV catalogue
The US Cybersecurity and Infrastructure Security Agency adds both Microsoft zero-days and the Adobe Commerce flaw to its Known Exploited Vulnerabilities catalogue - the authoritative public list of vulnerabilities with confirmed real-world exploitation.
11 September 2026 - Federal deadline for the Adobe Commerce fix
CISA’s remediation deadline for CVE-2026-75650 falls just two days after the patch. The short window is a direct reflection of confirmed in-the-wild exploitation against internet-facing shops. UK merchants are not bound by it, but it is the clearest available statement of how quickly this one needs doing.
22 September 2026 - Federal deadline for the two Microsoft zero-days
US agencies must remediate CVE-2026-85880 and CVE-2026-81963 by this date. For UK organisations aligned to Cyber Essentials, the relevant clock is the scheme’s own requirement to apply high-severity and critical patches within 14 days of release - which puts the same two fixes on a 23 September deadline.

Where the September workload actually lands

Nine hundred and seventy-four CVEs does not translate into 974 units of work. The overwhelming majority are consumed silently by Windows Update, Microsoft 365 Apps servicing and the normal monthly cumulative rollup, and for most UK businesses they will be installed without anybody making a decision about them. The work concentrates in a small number of places: systems that need a maintenance window, systems that are internet-facing, systems that carry payment data, and systems whose patching is not automated because somebody once turned automation off to stop a reboot at a bad time.

The chart below is a planning estimate rather than a reported figure. It reflects how Cloudswitched expects the September 2026 remediation effort to distribute across a typical 40-seat UK business running Microsoft 365, an on-premises or hybrid Exchange footprint, a small server estate and a Magento storefront. Widths are relative to the heaviest workstream, not absolute hours.

Exchange Server (9 CVEs, incl. CVE-2026-55007)
100%
Magento / Adobe Commerce (StyleSmuggler)
88%
Windows Server fleet (ALPC + Update Stack)
74%
Windows 11 endpoint estate
61%
Browser estate (Edge / Chrome, CVE-2026-85046)
44%
Other Adobe desktop products (171 CVEs)
33%
Verification, evidence capture and reporting
27%

Two observations follow from that distribution. The first is that the record CVE count is a poor proxy for effort: the two smallest categories by CVE volume - the two Windows zero-days and the single Magento flaw - account for a disproportionate share of the urgent work, because they are the ones with confirmed exploitation and short deadlines. The second is that the last bar, verification, is the one most often dropped. Applying a patch and confirming that it applied are different activities, and in a month where an attacker may already be resident on the machine you are patching, the second is where the value is.

The proportion nobody expected: Microsoft is 85% of the month

Add Microsoft’s 974 CVEs to Adobe’s 172 and the September total from these two vendors alone reaches 1,146. Microsoft accounts for roughly 85% of that figure. This is a genuinely unusual concentration. In a typical month, the vulnerability workload of a mid-sized UK business is spread far more evenly across operating systems, browsers, VPN appliances, backup agents, network gear and line-of-business software, and no single vendor dominates the queue. This month, one vendor does - which is both a scheduling advantage and a strategic warning.

85%
Microsoft’s share of the 1,146 CVEs published by Microsoft and Adobe on 9 September 2026

The advantage is that concentration makes scheduling tractable. If 85% of the month’s vulnerabilities arrive through one vendor’s update channel, a single well-run maintenance window can close most of them. Businesses with a managed patching service, a properly configured update ring structure and a tested reboot policy will find that the record-breaking CVE count barely touches them operationally. It is the businesses that patch by hand, or that have exempted specific servers from automatic updates and never revisited the exemption, for whom 974 is a genuinely frightening number.

The warning is the mirror image. Concentration means correlated failure. If your patching process depends on one vendor’s advisory feed, one update channel and one administrator’s calendar, then a month like this one is exactly the month in which a single missed step leaves the whole estate exposed. The Chrome and Edge situation makes the point precisely: CVE-2026-85046 is a real, actively patched zero-day affecting the browser most Microsoft 365 businesses use, and because Microsoft has not published its own advisory, an organisation that tracks only Microsoft advisories will never see it appear in any report. The vulnerability does not care whether it was written up in the format your process expects.

Where UK SMEs are most likely to fail this month

Patch programmes rarely fail because a team does not know a patch exists. They fail at specific, predictable points - the exempted server, the hybrid Exchange box nobody wants to touch, the storefront maintained by an agency that stopped answering emails. The assessment below reflects the failure modes Cloudswitched sees most often in businesses between ten and two hundred seats, rated by how much risk each carries in this particular release.

September 2026 exposure assessment for a typical UK SME
Internet-facing Magento / Adobe Commerce 2.4.4–2.4.9 unpatched High
On-premises or hybrid Exchange Server still awaiting CVE-2026-55007 High
Servers manually excluded from automatic updates for “stability” High
Browser estate patched only when users choose to restart Edge High
No asset inventory, so “are we affected?” cannot be answered Medium
Endpoint privilege model relies on local admin accounts for daily work Medium
Patch evidence not retained for Cyber Essentials or insurer questions Medium
Microsoft 365 Apps and Windows 11 on default automatic servicing Low

The pattern in that list is worth naming. The high-risk rows all share a single characteristic: a human being has to decide to act, and no system will chase them if they do not. The low-risk row is the one where the default behaviour is correct and inaction is safe. Building a patch programme is largely the work of moving rows from the top of that list to the bottom - not by working harder in a crisis month, but by changing which outcomes require a decision at all.

What this month costs a UK business

The figures below are indicative planning ranges for the September 2026 release specifically, covering triage, scheduling, out-of-hours execution, verification and evidence capture. They assume the work is done properly - including confirming that the two zero-days are actually closed on every in-scope machine rather than assumed closed because a report said “compliant”. They exclude incident response, which is a different and considerably more expensive conversation.

Business size Typical estate in scope Indicative September remediation effort Indicative cost band
1–9 staff Cloud-only Microsoft 365, no servers, no storefront 2–4 hours: verify update rings, confirm browser restarts, spot-check endpoints £150–£450
10–49 staff Microsoft 365, one or two Windows servers, managed endpoints 6–12 hours: staged rollout, one evening maintenance window, verification pass £500–£1,400
50–99 staff Hybrid Exchange, file and application servers, mixed endpoint estate 14–24 hours: Exchange window with rollback plan, server rings, exception review £1,400–£3,000
100–250 staff Multi-site, hybrid Exchange, RDS or VDI, line-of-business servers 25–45 hours: phased windows across sites, change approval, formal evidence pack £3,000–£6,500
Any size with a Magento storefront Adobe Commerce 2.4.4–2.4.9, payment pages, admin plane Add 8–20 hours: emergency patch, compromise assessment, credential rotation Add £900–£2,600

The last row is the one that catches people out. Because StyleSmuggler was exploited from 4 September - five days before a fix existed - patching an affected storefront is not sufficient on its own. A shop that was internet-facing and unpatched during that window has to be treated as potentially already compromised, which means checking for injected payment-skimming code, unexpected administrator accounts, modified template and layout files, and scheduled tasks that were not there in August. Patching closes the door; it does not evict anybody already inside. That distinction is the difference between a £900 job and a card-data breach notification to the ICO.

Reactive patching versus a managed patch programme

A month like September 2026 is a stress test of process rather than of technical skill. The technical steps - install updates, restart, verify - are not difficult. What separates the businesses that will be finished by 12 September from those still arguing about a maintenance window on 30 September is whether the decisions were made in advance.

Reactive posture

What most SMEs do today

  • Patch Tuesday is noticed when a news headline mentions a record number, not when the bulletin lands.
  • No asset inventory, so “do we run Exchange on-premises anywhere?” takes half a day to answer.
  • Servers were excluded from automatic updates during a project in 2023 and nobody has reviewed the exclusion since.
  • The Magento storefront belongs to a marketing agency, so nobody internal knows which version it runs.
  • Browser updates depend on users restarting Edge, which some have not done in weeks.
  • Advisory monitoring is Microsoft-only, so the Chrome and Edge V8 zero-day is invisible.
  • Verification is a green tick in a console, never a spot-check on a real machine.
  • Evidence for Cyber Essentials or an insurer is reconstructed from memory at renewal time.

Proactive posture

Where Cloudswitched takes you

  • A maintained inventory means the “are we affected?” question is answered in minutes, per CVE.
  • Update rings are defined in advance: pilot group, broad deployment, then exceptions with owners and review dates.
  • Internet-facing systems - Exchange, storefronts, remote access - are patched on a separate, faster track than desktops.
  • Advisory monitoring covers Microsoft, Adobe, Google and the CISA KEV catalogue, so cross-vendor exposure is caught.
  • KEV additions trigger an out-of-band window rather than waiting for the next scheduled cycle.
  • Browser versions are enforced and reported centrally, not left to user restarts.
  • Every cycle produces verification output and a retained evidence pack aligned to Cyber Essentials’ 14-day rule.
  • Compromise assessment is a defined follow-up step whenever a system was exploitable before its patch existed.

The distinction is not about tooling budgets. Most of the proactive column is achievable with the update management capability already included in a standard Microsoft 365 Business Premium subscription, plus a maintained list of what the business owns. What it requires is that somebody is accountable for the outcome on a defined cadence - which is precisely the thing an SME without a dedicated IT function does not have, and precisely what a managed IT support arrangement supplies.

92
September 2026 remediation urgency - Cloudswitched assessment for businesses running Windows, Exchange or Adobe Commerce

A score of 92 out of 100 is not a claim that every business is about to be breached. It is a statement about how little slack there is in the schedule. Three vulnerabilities in this release have confirmed in-the-wild exploitation and appear in the CISA KEV catalogue. One of them was being used five days before a patch existed. One of them needs no user interaction at all. Under Cyber Essentials, critical and high-severity patches must be applied within 14 days of release, which puts the hard internal deadline for the Microsoft zero-days at 23 September 2026 - one day after the US federal deadline, and comfortably achievable for any organisation that starts this week.

The fix-first order, if you only have one engineer

Take the internet-facing systems before the desktops. Patch Magento and Adobe Commerce first if you run an affected 2.4.4–2.4.9 storefront, then treat it as a possible compromise and check for injected checkout scripts, unfamiliar admin users and modified template files. Take Exchange second, because CVE-2026-55007 triggers on content indexing of inbound mail and therefore needs no cooperation from a user. Take Windows servers third for the two SYSTEM-level zero-days, then the endpoint estate. Force a browser restart across the estate to close the V8 zero-day in Edge and Chrome - that step costs minutes and is the one most likely to be forgotten, because Microsoft has published no advisory pointing at it. Finally, capture the verification output while you still have it; reconstructing patch evidence in six months for an insurer or a Cyber Essentials assessor is far more work than saving it today.

September 2026 at a glance

Item Detail
Microsoft CVEs addressed 974 - a Patch Tuesday record, published 9 September 2026
Microsoft zero-days under active exploitation 2 - CVE-2026-85880 and CVE-2026-81963
CVE-2026-85880 Windows Advanced Local Procedure Call (ALPC) privilege escalation; escapes an AppContainer sandbox to SYSTEM; no additional user interaction required
CVE-2026-81963 Windows Update Stack privilege escalation to SYSTEM; researchers assess it is likely paired with a code execution bug to spread malware or ransomware
Exchange Server flaws patched 9, including CVE-2026-55007
CVE-2026-55007 Remote unauthenticated code execution via a malicious Visio attachment triggered during content indexing; no user interaction; named the most important patch of the release by ZDI’s Dustin Childs
Wormable bugs identified 20, per the Zero Day Initiative
Adobe bulletins and CVEs 10 bulletins covering 172 CVEs
CVE-2026-75650 (StyleSmuggler) Maximum-severity unauthenticated remote code execution in Magento and Adobe Commerce 2.4.4–2.4.9; exploited since 4 September 2026 per Sansec
CVE-2026-85046 Chrome V8 JavaScript engine zero-day patched by Google on 3 September 2026; also affects Microsoft Edge, with no Microsoft advisory published
CISA KEV additions 3 - both Microsoft zero-days plus the Adobe Commerce flaw
US federal remediation deadlines 11 September 2026 (Adobe Commerce); 22 September 2026 (Microsoft zero-days)
Cyber Essentials equivalent deadline 14 days from release for critical and high-severity patches - 23 September 2026 for this cycle
Combined Microsoft + Adobe CVE total 1,146, of which Microsoft accounts for approximately 85%

How this fits the wider pattern

This release does not sit in isolation. It is the latest instalment in a run of stories about the gap between what an organisation believes its estate looks like and what it actually looks like. Our coverage of shadow AI in the UK workplace examined the same inventory problem from the software-adoption side - you cannot patch, govern or risk-assess a tool you do not know your staff are using. The analysis of ASCII smuggling attacks against Microsoft 365 is the closest cousin to CVE-2026-55007: both are cases where the mail platform itself processes hostile content without a user ever making a mistake. Our report on the UK’s SMS blaster fraud conviction showed what happens when attacks bypass the trust signals users are trained to check, and the piece on UK GDPR and cookie banner compliance covers the regulatory consequences that follow a customer-data incident on a storefront - consequences that a compromised Magento checkout page makes immediate. For the policy backdrop to all of it, the proposed UK AI kill-switch legislation is a useful marker of how quickly the compliance expectations around technology risk are hardening.

974 CVEs is a process problem, not a patching problem

Cloudswitched IT Support runs monthly patch cycles for UK businesses with defined update rings, a faster track for internet-facing systems, cross-vendor advisory monitoring including the CISA KEV catalogue, and verification evidence retained for Cyber Essentials and insurer questions. When a record Patch Tuesday lands, the work is already scheduled.

Talk to us about IT Support

Frequently asked questions

We are entirely on Microsoft 365 with no servers. Does a 974-CVE Patch Tuesday affect us?
Far less than it affects a business with on-premises Exchange or a storefront, but not zero. Your Windows 11 endpoints still need the two zero-day fixes, CVE-2026-85880 and CVE-2026-81963, because both grant SYSTEM privileges on the machine itself and both are already being exploited. If your devices are on default automatic servicing and users restart regularly, those will land without intervention - the risk is the laptop that has been suspended rather than rebooted for three weeks. You should also force a browser restart to pick up the V8 fix for CVE-2026-85046 in Edge. Your practical September job is verification, not deployment: confirm on real devices that the updates applied, and identify any machine that has not checked in.
Which single patch should we apply first?
If you run an affected Magento or Adobe Commerce storefront on 2.4.4 through 2.4.9, that one - CVE-2026-75650. It is unauthenticated remote code execution on an internet-facing, payment-handling system, it carries maximum severity, and it has been exploited since 4 September 2026. CISA set a 11 September federal deadline, the shortest of the three KEV additions this month. If you do not run Magento, the answer is the Exchange fix for CVE-2026-55007, because it requires no user interaction whatsoever: an inbound email with a crafted Visio attachment executes during content indexing. Everything else in the release, including the two Windows zero-days, comes after those two.
Our storefront was unpatched between 4 and 9 September. Is patching it enough?
No. Patching closes the entry point; it does not remove anything an attacker placed while the door was open. Treat the storefront as potentially compromised and carry out an assessment: look for injected JavaScript on checkout and payment pages, administrator accounts you do not recognise, modified template, layout and static files, unexpected scheduled tasks or cron entries, and outbound connections to unfamiliar domains. Rotate administrator credentials, API keys and integration secrets. Compare the file tree against a known-good deployment rather than trusting a visual inspection of the site. If you find evidence of card-data exposure, you have UK GDPR notification obligations to the ICO and, in most cases, contractual obligations to your payment provider.
CISA is an American agency. Why should a UK business care about its deadlines?
The deadlines are not binding on you, but the catalogue behind them is the most useful free prioritisation tool available. A vulnerability enters the Known Exploited Vulnerabilities catalogue only when there is confirmed real-world exploitation, which is a materially higher bar than a CVSS score. This month it tells you that three specific vulnerabilities out of more than a thousand are being used by actual attackers right now - the two Microsoft zero-days and the Adobe Commerce flaw. The deadline dates, 11 September and 22 September, are a reasonable proxy for urgency. Many UK cyber insurers and larger customers now reference KEV in their own questionnaires, so tracking it also has commercial value.
What does Cyber Essentials require us to do about this release?
Cyber Essentials requires that patches for vulnerabilities rated critical or high severity are applied within 14 days of release, on all in-scope devices and software. For a release dated 9 September 2026, that gives you until 23 September for the high and critical items, including both Windows zero-days and the Exchange remote code execution flaw. Two practical points often catch organisations out. Scope includes internet-facing web applications, so an unpatched Magento storefront is a certification problem as well as a security one. And unsupported software cannot be patched, so anything past end of support has to be removed from scope, segregated or replaced - a “we will upgrade next year” answer will not pass assessment.
What is a “wormable” bug, and should twenty of them worry us?
A wormable vulnerability is one that could in principle allow malicious code to spread automatically from system to system without any user action - the mechanism behind WannaCry and NotPetya. The Zero Day Initiative counted 20 in this release. The honest assessment is that the classification describes potential rather than reality: most wormable-class bugs are never weaponised into self-propagating malware, because building a reliable worm is considerably harder than proving a bug is exploitable. What it should change is your internal network assumptions. If a worm did emerge, flat networks with unrestricted internal traffic between workstations and servers are where it would spread fastest, so this is a good month to review internal segmentation and to make sure endpoint protection is actually reporting rather than merely installed.
Why is a vulnerability in the Windows Update Stack particularly serious?
CVE-2026-81963 allows privilege escalation to SYSTEM through the very component responsible for keeping Windows current. That matters for two reasons. First, update infrastructure runs with high privilege by design, so a flaw there hands an attacker the highest level of local access with no need to find another route. Second, researchers assess it is likely being paired with a code execution vulnerability to spread malware or ransomware - the standard chain in which one bug provides the foothold and this one provides the privilege. Practically, it means you cannot treat updating as a background process that looks after itself this month. Verify that the September updates actually installed on every machine rather than trusting the mechanism that is itself the subject of the fix.
We use Microsoft Edge. How do we know if we are exposed to the Chrome zero-day?
Assume you are, and update anyway. CVE-2026-85046 is a zero-day in the V8 JavaScript engine, patched by Google on 3 September 2026. Edge is built on the same Chromium foundation and uses the same engine, so the exposure carries across - but Microsoft has not published its own security advisory for it. That gap is the real lesson: if your patch process only reacts to Microsoft advisories, this vulnerability generates no ticket, no report line and no alert. Check the installed Edge version against the current stable release, and force a restart across the estate. Browsers only apply a downloaded update when the process actually restarts, and users who suspend rather than shut down can run outdated browsers for weeks.
Can we defer the Exchange patch to a quieter maintenance window?
Deferring it is the highest-risk deferral available this month. CVE-2026-55007 allows a remote unauthenticated attacker to execute code by sending an email with a malicious Visio attachment, and the code path triggers during content indexing - a routine background operation. Nobody has to open the message. Your normal defences against user error are irrelevant, because there is no user error in the chain. Every hour the server remains unpatched is an hour in which any sender on the internet can attempt the attack. If you genuinely cannot take a window immediately, reduce exposure in the interim by tightening inbound attachment filtering for Visio file types and confirming that your Exchange server is not reachable on management interfaces from the internet - but treat those as stopgaps measured in hours, not as an alternative to the patch.
How do we stop a record Patch Tuesday from being a crisis next time?
Change what requires a decision. Four things do most of the work. Maintain an asset inventory so “are we affected?” is a five-minute question rather than a half-day investigation. Define update rings in advance - a pilot group, then broad deployment - so a large release follows an existing path rather than requiring a new plan. Put internet-facing systems such as Exchange, storefronts and remote access on a faster track than desktops, with an out-of-band trigger when something is added to the CISA KEV catalogue. And monitor advisories across vendors, not just Microsoft, because this month’s Edge exposure proves that a single-vendor feed leaves a real gap. None of this requires new licensing for most SMEs; it requires a defined cadence and a named owner.

Get September closed out before the 23rd

Cloudswitched IT Support handles the triage, the maintenance windows, the internet-facing fast track and the verification evidence, so a record Patch Tuesday becomes a scheduled cycle rather than a scramble. If you run Windows, Exchange or an Adobe Commerce storefront, this is the month to have that covered by somebody whose job it is.

Talk to us about IT Support
Tags:IT SupportCyber EssentialsNetwork AdminMicrosoft 365
CloudSwitched

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

CloudSwitched Service

Managed IT Support

Proactive monitoring, helpdesk and on-site support for London businesses

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

13
  • Internet & Connectivity

Bandwidth Planning for Growing UK Businesses: A Practical Guide to Sizing Your Internet Connection in 2026

13 Sep, 2026

Almost every UK business sizes its internet connection exactly once. Someone signs a lease, an installer quotes what is available at the postcode, a number is...

Read more
12
  • Database Reporting

Data Warehouse vs Reporting Database: A UK Business Guide to Choosing the Right Architecture for Business Intelligence in 2026

12 Sep, 2026

Most UK businesses do not choose a data warehouse architecture deliberately. They arrive at one by accident, usually at the point where a monthly management...

Read more
11
  • AI

AI Feature Prototyping: A UK Business Guide to Validating AI Product Ideas Before Committing Engineering Budget in 2026

11 Sep, 2026

Almost every expensive AI failure in a UK business starts the same way: somebody demonstrated something impressive in a chat window, everybody in the room...

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.