Patch Tuesday September 2026: Adobe Commerce CVSS 10, two Windows zero-days, and an N-central nightmare for MSPs
4 bugs exploited in the wild: a perfect-10 template injection in Adobe Commerce, ALPC and Update Stack privesc in Windows, plus unauthenticated RCE in N-able N-central. Also on deck: a 9.8 MsQuic RCE and a 9.0 Next.js pre-auth RCE on Windows hosts.
Microsoft dropped 63 fixes this month, but the real heat is spread across four vendors. Four bugs are already exploited in the wild, headlined by a CVSS 10.0 template injection in Adobe Commerce that gives attackers full RCE with no auth required. MSPs running N-able N-central also need to move fast: attackers are already hitting an unauthenticated RCE that could hand over your entire managed fleet. Here's the full breakdown, sorted by urgency.
Today's CVEs
Sorted by urgencyCVE-2026-85880
NVDA heap-based buffer overflow in Windows ALPC (the local inter-process communication mechanism) lets an attacker who already has a foothold on the box escalate to SYSTEM. This is exploited in the wild right now. The attacker needs local access or code execution first, but once they have it, privilege escalation is trivial.
- Affected estate
- Windows sysadmins running Windows 10 1607, 1809, or 21H2 (x86, x64, or ARM64)
- How to check
- Run 'winver' or query 'Get-ComputerInfo | Select OsBuildNumber' to confirm the OS build. Cross-reference with your patch management console for missing cumulative updates.
- Included because
- exploited in the wild; local privilege escalation; common OS; CVSS 7.8
- Action
- Deploy the latest cumulative update for the affected Windows 10 builds immediately.
- Why it matters
- Attackers are already using this to escalate from a standard user to SYSTEM on compromised hosts.
- Source
- Microsoft Security Update Guide
Evidence trail
- NVD: View source
CVE-2026-81963
NVDAn attacker with local access can abuse a symlink (link-following) bug in the Windows Update Stack to escalate privileges. This is exploited in the wild. Because it targets the update mechanism itself, a compromised system could potentially interfere with future patching if left unaddressed.
- Affected estate
- Windows sysadmins running Windows 11 23H2, 24H2, or 25H2 (x64 or ARM64)
- How to check
- Run 'winver' or check 'Get-HotFix | Sort InstalledOn -Descending | Select -First 5' to see if the latest cumulative update is installed.
- Included because
- exploited in the wild; local privilege escalation; targets update mechanism; common OS
- Action
- Deploy the latest Windows 11 cumulative update immediately.
- Why it matters
- Attackers are exploiting this now, and because the bug lives in the update stack, a compromised machine may resist future patches.
- Source
- Microsoft Security Update Guide
Evidence trail
- NVD: View source
CVE-2026-86218
CISA KEVN-able N-central has a static code injection bug that lets an unauthenticated attacker get remote code execution, no login required. This is exploited in the wild. If you're an MSP running N-central, this is the kind of bug that gives attackers the keys to every endpoint you manage.
- Affected estate
- MSPs and IT teams running N-able N-central on-prem or hosted instances
- How to check
- Log into the N-central admin console and check Administration > Product Version, or query the N-central API for the running version.
- Included because
- unauthenticated; pre-auth RCE; exploited in the wild; RMM tool with broad downstream access
- Action
- Upgrade N-central to the patched version listed in N-able's advisory.
- Why it matters
- Pre-auth RCE on your RMM platform means an attacker can pivot to every managed endpoint in your client base.
- Source
- N-able Security Advisory
Evidence trail
- NVD: View source
CVE-2026-75650
NVDAdobe Commerce has a template injection bug that lets an attacker execute arbitrary code without any user interaction, and with a scope change (meaning the attacker can break out and affect resources beyond the vulnerable component). CVSS 10.0, exploited in the wild. If you run Magento/Adobe Commerce, drop everything and patch this.
- Affected estate
- Anyone running Adobe Commerce (Magento) 2.4.4 through 2.4.4-p11, or any unpatched Adobe Commerce version
- How to check
- Run 'bin/magento --version' in your Commerce root, or check the admin panel under System > About. Compare against Adobe's patched version list.
- Included because
- unauthenticated; internet-facing; CVSS 10.0; exploited in the wild; scope change; no user interaction
- Action
- Apply the Adobe Commerce security patch or upgrade to the latest patched release immediately.
- Why it matters
- CVSS 10.0 with scope change, no user interaction needed, and attackers are already hitting this. Compromised storefronts mean stolen payment data and full server control.
- Source
- Adobe Security Bulletin
Evidence trail
- NVD: View source
CVE-2026-62815
GitHubA remote code execution bug in Microsoft's QUIC protocol implementation (MsQuic). CVSS 9.8, meaning it's likely unauthenticated and network-exploitable. Not yet exploited in the wild, but that score and the network-facing nature of QUIC make this one to move fast on.
- Affected estate
- Developers and ops teams using the MsQuic NuGet packages (OpenSSL or Schannel variants) in their applications or services
- How to check
- Search your project files and package lock files for 'Microsoft.Native.Quic.MsQuic' or run 'dotnet list package' in your solution directories.
- Included because
- unauthenticated; network-facing; CVSS 9.8; common protocol library
- Action
- Update the MsQuic NuGet packages to the fixed versions, rebuild, and redeploy.
- Why it matters
- CVSS 9.8 RCE on a network protocol library. Any service accepting QUIC connections is a potential target.
- Source
- Microsoft Security Advisory
Evidence trail
- NVD: View source
CVE-2026-75604
GitHubUnauthenticated remote code execution in Next.js, but only on Windows-hosted servers. CVSS 9.0. Not exploited in the wild yet. If you're running Next.js on a Windows host (less common, but it happens), you're exposed to pre-auth RCE. Linux-hosted Next.js deployments are not affected.
- Affected estate
- Teams running Next.js applications on Windows servers
- How to check
- Run 'npm list next' or 'yarn why next' in your project directory to see your installed version. Confirm the host OS is Windows.
- Included because
- unauthenticated; internet-facing; CVSS 9.0; pre-auth RCE
- Action
- Run 'npm update next' or 'yarn upgrade next' to pull the patched version, then redeploy.
- Why it matters
- Pre-auth RCE lets an attacker take over your web server without credentials. The Windows-only condition narrows the blast radius, but if it applies to you, it's critical.
- Source
- Next.js Security Advisory
Evidence trail
- NVD: View source
CVE-2026-84452
GitHubA CORS misconfiguration in the Windows ML CLI tool lets an attacker achieve RCE through localhost. CVSS 8.6. Not exploited in the wild. This requires the CLI to be running and listening locally, so the attack surface depends on whether you actually use this tool in your workflows.
- Affected estate
- Developers and data teams using the winml-cli Python package on Windows
- How to check
- Run 'pip show winml-cli' to see if it's installed and what version you're on.
- Included because
- RCE via CORS bypass; CVSS 8.6; localhost attack surface
- Action
- Upgrade winml-cli via pip to the patched version.
- Why it matters
- A malicious web page could trigger code execution on a developer workstation running the vulnerable CLI tool.
- Source
- NVD
Evidence trail
- NVD: View source
One email, every Wednesday morning.
SubscribeFrom the field notes
From this beat
See every Patch Tuesday edition and post-mortem →