Microsoft has released KB5068781 — the first cumulative security rollup for Windows 10 distributed through the Extended Security Updates (ESU) program — advancing 22H2 systems to Build 19045.6575 and delivering a targeted set of security and servicing fixes for ESU‑enrolled devices. This update is being pushed via Windows Update to eligible machines and is also available as a standalone offline installer from the Microsoft Update Catalog for administrators and offline environments.
Microsoft ended mainstream support for Windows 10 in mid‑November 2025 and opened a time‑boxed ESU path so devices that cannot move to Windows 11 can still receive security‑only updates for a limited period. KB5068781 is the November 11, 2025 cumulative for ESU‑eligible Windows 10 systems and is paired with a servicing stack update to improve install reliability for subsequent patches. The Microsoft KB page for the release lists the builds, the packaging notes (combined SSU + LCU), and guidance for offline servicing. This initial ESU cumulative addresses several functional issues (notably a Settings/UI message glitch that erroneously showed “Your version of Windows has reached the end of support”), and includes the monthly security mitigations that Microsoft deemed necessary for ESU systems. Independent tracking and community coverage also identify a high‑priority kernel elevation‑of‑privilege vulnerability (CVE‑2025‑62215) addressed in this cycle — described by vendors and databases as a race‑condition/double‑free in the Windows kernel and reported as actively exploited in the wild prior to the patch.
If there is any doubt about which package to choose, the authoritative source remains Microsoft’s KB article and the Microsoft Update Catalog entry for KB5068781; for security‑critical environments, cross‑check CVE entries in the Microsoft Security Update Guide and NVD before final rollout.
Conclusion: KB5068781 is the first ESU cumulative for Windows 10 that restores servicing and enrollment plumbing while shipping security fixes (including a patched kernel zero‑day). Apply it promptly where required, follow Microsoft’s SSU and catalog guidance for offline installs, and use this one‑year ESU window to plan a secure migration rather than relying on ESU indefinitely.
Source: Windows Latest Windows 10 KB5068781 ESU update released, direct download links for offline installer (.msu)
Background / Overview
Microsoft ended mainstream support for Windows 10 in mid‑November 2025 and opened a time‑boxed ESU path so devices that cannot move to Windows 11 can still receive security‑only updates for a limited period. KB5068781 is the November 11, 2025 cumulative for ESU‑eligible Windows 10 systems and is paired with a servicing stack update to improve install reliability for subsequent patches. The Microsoft KB page for the release lists the builds, the packaging notes (combined SSU + LCU), and guidance for offline servicing. This initial ESU cumulative addresses several functional issues (notably a Settings/UI message glitch that erroneously showed “Your version of Windows has reached the end of support”), and includes the monthly security mitigations that Microsoft deemed necessary for ESU systems. Independent tracking and community coverage also identify a high‑priority kernel elevation‑of‑privilege vulnerability (CVE‑2025‑62215) addressed in this cycle — described by vendors and databases as a race‑condition/double‑free in the Windows kernel and reported as actively exploited in the wild prior to the patch. What KB5068781 delivers
Summary of changes (what to expect)
- OS build bump: Windows 10 22H2 -> Build 19045.6575 (21H2 equivalent also advanced).
- Security fixes: A package of vulnerability mitigations and kernel hardening, including remediation for a locally exploitable kernel privilege‑escalation vulnerability tracked as CVE‑2025‑62215. Multiple third‑party trackers and the NVD list the CVE and note active exploitation prior to the rollup.
- Servicing stack (SSU) combined: The release is distributed as a combined SSU + LCU in catalog packages, and Microsoft recommends the latest SSU be present before applying additional updates. Offline installers will often contain the SSU inside the combined MSU.
- Bug fix for ESU enrollment UX: The update corrects a regression that could prevent the in‑OS ESU enrollment wizard from appearing or completing — an important operational fix because the wizard gates delivery of future ESU updates for consumer devices.
Security posture: the zero‑day and other CVEs
Multiple security trackers and vendor writeups confirm that the November ESU rollup addresses dozens of vulnerabilities across Windows components, and specifically remediates CVE‑2025‑62215 — a kernel elevation‑of‑privilege issue that NVD classifies as a race condition/double‑free and that several intelligence sources report as actively exploited. Because this CVE allows an attacker with a low‑privileged foothold to escalate to SYSTEM, it is high‑priority for patching on any ESU‑eligible host that cannot be upgraded. Note: public tallies of “how many CVEs” are aggregated differently by outlets (what counts as “Windows” vs. Microsoft product surface, and whether Edge or Azure items are included). Independent reports vary in their totals; treat headline counts as approximate unless confirmed by Microsoft’s Security Update Guide.Who is eligible and how updates are delivered
ESU eligibility and enrollment
Consumer ESU enrollment was designed to be accessible through the Settings → Windows Update “Enroll now” wizard for eligible Windows 10 22H2 devices. Microsoft published three consumer enrollment paths:- Sync Settings to a Microsoft Account (the free path that binds ESU entitlement to the Microsoft Account and settings backup),
- Redeem Microsoft Rewards points, or
- Purchase a consumer ESU license (a one‑time fee charged through the Microsoft Store).
Delivery channels
- Windows Update: automatic (for ESU‑eligible, enrolled devices).
- Microsoft Update Catalog / WSUS / Intune / Configuration Manager: offline and managed distribution (catalog .msu packages). Microsoft documents SSU prerequisites and recommends installing the SSU before other offline LCUs if required.
Offline installer (.msu) and sizes — practical notes
If you manage offline systems, imaging workflows, or need a deterministic install path, the Microsoft Update Catalog publishes the KB5068781 package as a downloadable .msu file. Administrative installations for disconnected devices commonly use:- Double‑clicking the .msu to invoke the Windows Update Standalone Installer (WUSA),
- wusa.exe for scripted installs (wusa.exe <filename>.msu /quiet /norestart), or
- DISM for offline image servicing (DISM /Online /Add‑Package /PackagePath:<path\to\file.msu>).
- Windows Update uses express/delta delivery and will typically download a much smaller payload (tens to a few hundred MB depending on prior state). Outlets and field testing reported the over‑the‑air delta around ~200MB for many devices. The full catalog .msu file will be larger because it often contains the combined SSU+LCU bundle and language components; some outlets reported catalog packages in the hundreds of MBs (Windows Latest reported ~720MB for KB5068781), and other feature‑stream families may show larger sizes depending on the build family and included components. Expect catalog packages to be significantly larger than the express delta delivered by Windows Update. Treat any published size as approximate and verify the actual file size in the Update Catalog before distribution.
Step‑by‑step: how to download and install the offline .msu safely
- Confirm OS and architecture: run winver or open Settings → System → About and verify you are on Windows 10 version 22H2 (or 21H2 if managed under enterprise terms).
- Visit the Microsoft Update Catalog and search for KB5068781; pick the package that matches your SKU and architecture and download the .msu. The catalog lists any additional SSU or dependent packages you may need for offline images.
- Verify the file hash (optional but strongly recommended): PowerShell Get‑FileHash -Algorithm SHA256 <path\to\file.msu> and compare with any published checksum your organization maintains.
- For interactive installs: run the .msu as administrator (double‑click) and follow the prompts. For quiet installs: run wusa.exe <file>.msu /quiet /norestart. For image servicing: DISM /Online /Add‑Package /PackagePath:<file>.msu.
- Reboot if prompted. Verify new build by running winver or checking Settings → About.
- If you deploy via WSUS/Configuration Manager/Intune, stage the SSU first where catalog guidance requires it. The combined SSU+LCU package can be irreversible at the SSU level; plan rollback strategies (system images, recovery points) accordingly.
Enterprise and IT operational guidance
- Pilot ring first: Validate KB5068781 on a small, representative set of devices (drivers, legacy apps, imaging) before broad rollout. Community reports show occasional installation anomalies on minority configurations after major servicing changes.
- SSU prerequisites: Confirm devices have the required servicing stack updates. Offline images that miss SSU prerequisites can report “not applicable” or fail to install the catalog package. Microsoft’s KB lists specific SSU prerequisites for offline scenarios.
- WSUS/Intune strategy: Synchronize the Microsoft Update Catalog in WSUS, and test phased deployments via Update Rings or deployment rings in ConfigMgr/Intune. Monitor telemetry and UAT for false positives (for example, the “end of support” banner issue) and be prepared to roll back LCU components using DISM if necessary.
- Backups and recovery: Always capture BitLocker recovery keys and create system images prior to applying combined SSU+LCU packages in wide production rollouts. Some SSU changes may change boot behavior in edge cases.
Risk assessment — strengths and limitations
Strengths
- Targeted security coverage: ESU + KB5068781 provide a short, controlled safety net for devices that cannot upgrade immediately, while Microsoft focuses full engineering resources on newer releases. This is essential where hardware, regulatory, or application compatibility constraints delay migration.
- Active exploitation addressed: The inclusion of a fix for CVE‑2025‑62215 eliminates a high‑impact local privilege escalation vector that threat actors were reported to be using; for at‑risk environments this patch significantly reduces a known, immediate risk.
- Multiple delivery channels: Windows Update, Microsoft Update Catalog, and enterprise tooling (WSUS/Intune/ConfigMgr) provide flexible deployment options for different operational needs.
Limitations and risks
- Time‑boxed coverage: Consumer ESU is a bridge (not a permanent solution). Organizations should treat ESU as a migration runway not a long‑term strategy — ESU windows are limited and the longer you delay migration, the greater the cumulative compatibility and security debt.
- Account‑centric enrollment: Consumer ESU enrollment binds entitlement to a Microsoft Account (although regional concessions exist). This design simplifies licensing for Microsoft but creates operational and privacy tradeoffs for some users and organizations.
- Complex offline servicing: Combined SSU+LCU packages are convenient but also create irreversible servicing stack changes; offline image servicing requires careful sequencing and testing to avoid failed installs.
- Third‑party ecosystem drift: Even with ESU patches, third‑party vendors will increasingly adopt Windows 11 as the supported baseline; third‑party application and driver compatibility may degrade over time on Windows 10, creating hidden migration costs.
Verification and cross‑checks (what was confirmed)
- The official Microsoft support article for the November 11, 2025 release documents KB5068781, the build numbers 19044.6575 / 19045.6575, guidance for SSU prerequisites, and the availability via Windows Update and the Update Catalog. This is the canonical release note for the cumulative.
- Independent security databases (NVD) and vendor advisories list CVE‑2025‑62215 as a race‑condition/double‑free kernel elevation‑of‑privilege and show it was assigned and published on November 11, 2025; several security publications and trackers reported active exploitation prior to patching. These external confirmations underline the urgency of deploying the update on ESU systems.
- Community and trade outlets documented the ESU enrollment flow, the three consumer enrollment methods, manual .msu installation techniques, and the practical size/packaging differences between Windows Update deltas and the offline catalog packages. Those operational details align with Microsoft’s KB guidance on SSU and offline servicing.
Recommended action plan (clear, prioritized)
- Immediate (next 24–72 hours)
- If you manage ESU devices: confirm enrollment status for each device via your management console or the Settings → Windows Update wizard and install KB5068781 (or let Windows Update do so automatically). If enrollment is blocked, apply the out‑of‑band enrollment fix Microsoft published and reattempt enrollment.
- Short term (this month)
- For offline or controlled environments: download KB5068781 from the Microsoft Update Catalog, verify checksums, stage the SSU as required, and deploy to a pilot ring. Monitor for installation anomalies and be ready to restore images if rollback is needed.
- Strategic (next 3–12 months)
- Accelerate migration plans to Windows 11 where feasible; ESU is a temporary bridge and long‑term risk grows as the ecosystem consolidates around newer platforms and tooling. Document the migration roadmap and budget for application compatibility and hardware refresh where required.
Final analysis and conclusion
KB5068781 is a targeted, operationally important update: it not only rolls up monthly security mitigations for ESU‑eligible Windows 10 machines but also addresses the enrollment and servicing bugs that would otherwise block those systems from receiving further security patches. The inclusion of a remediation for CVE‑2025‑62215, a kernel elevation‑of‑privilege that was reported to be actively exploited, elevates this rollup from “routine” to critical for the specific subset of Windows 10 devices that remain on the platform under ESU. Administrators and technically capable home users should treat this release as a priority for ESU‑enrolled devices. Operationally, the update underscores two realities: Microsoft is providing a measured safety net for Windows 10 through ESU, and that safety net is intentionally temporary and gated by account/licensing mechanics and servicing preconditions. For organizations, the sensible path is clear: apply KB5068781 promptly on eligible hosts, validate with pilot deployments, and treat ESU as a migration runway — not a permanent maintenance model. For individuals still on Windows 10, the update is a reminder that staying current means either enrolling in ESU for the short term or moving to a supported OS to remain protected without special licensing constraints.If there is any doubt about which package to choose, the authoritative source remains Microsoft’s KB article and the Microsoft Update Catalog entry for KB5068781; for security‑critical environments, cross‑check CVE entries in the Microsoft Security Update Guide and NVD before final rollout.
Conclusion: KB5068781 is the first ESU cumulative for Windows 10 that restores servicing and enrollment plumbing while shipping security fixes (including a patched kernel zero‑day). Apply it promptly where required, follow Microsoft’s SSU and catalog guidance for offline installs, and use this one‑year ESU window to plan a secure migration rather than relying on ESU indefinitely.
Source: Windows Latest Windows 10 KB5068781 ESU update released, direct download links for offline installer (.msu)
- Joined
- Mar 14, 2023
- Messages
- 97,411
- Thread Author
-
- #2
Microsoft has delivered the first Extended Security Update (ESU) rollup for Windows 10: a compact, security‑only cumulative (KB5068781) published on November 11, 2025 that patches dozens of vulnerabilities, corrects enrollment and messaging edge cases for ESU‑eligible machines, and begins the one‑year, time‑boxed “safety net” Microsoft promised to users after Windows 10 left mainstream support.
Microsoft ended mainstream support for Windows 10 on October 14, 2025. To provide a defined, limited extension for consumers who need more time to migrate, Microsoft opened a Consumer Extended Security Updates (ESU) program that supplies critical and important security updates only for eligible Windows 10 version 22H2 devices, through October 13, 2026. ESU does not bring new features, non‑security quality fixes, or standard technical support — it is explicitly a security bridge. This November release is significant because it is the first full ESU cumulative after the end‑of‑support date and because this Patch Tuesday also closed a kernel-level vulnerability that Microsoft classified as being actively exploited in the wild. The twin threads — the policy timeline and the technical urgency — shape how consumers and small organizations should respond.
Source: PCWorld The first ESU update for Windows 10 arrives. Here's what's inside
Background / Overview
Microsoft ended mainstream support for Windows 10 on October 14, 2025. To provide a defined, limited extension for consumers who need more time to migrate, Microsoft opened a Consumer Extended Security Updates (ESU) program that supplies critical and important security updates only for eligible Windows 10 version 22H2 devices, through October 13, 2026. ESU does not bring new features, non‑security quality fixes, or standard technical support — it is explicitly a security bridge. This November release is significant because it is the first full ESU cumulative after the end‑of‑support date and because this Patch Tuesday also closed a kernel-level vulnerability that Microsoft classified as being actively exploited in the wild. The twin threads — the policy timeline and the technical urgency — shape how consumers and small organizations should respond. What Microsoft shipped in November 2025
KB5068781: the first ESU cumulative
- What it is: “2025‑11 Cumulative Update for Windows 10 Version 22H2 (KB5068781).” It’s a combined servicing stack update (SSU) + cumulative update (LCU) for ESU‑entitled Windows 10 builds.
- Release date and builds: Published November 11, 2025; advances Windows 10 22H2 to Build 19045.6575 (and the equivalent 21H2 build to 19044.6575).
- Scope: Security and reliability fixes only — no new features. The update also corrects an erroneous “Your version of Windows has reached the end of support” banner that appeared for some devices and improves servicing reliability for future ESU deliveries.
- How many vulnerabilities: Industry trackers and Patch Tuesday reporting list 63 vulnerabilities fixed across Microsoft’s product surface in the November cycle, with this ESU rollup carrying the Windows 10‑specific mitigations. Different outlets converge on the same headline count for November’s Patch Tuesday.
The high‑priority bug: CVE‑2025‑62215
A Windows Kernel elevation‑of‑privilege vulnerability (CVE‑2025‑62215) was patched in this cycle and Microsoft/industry telemetry flagged it as actively exploited. The bug is a race‑condition / double‑free style kernel flaw that allows a local attacker who already has code execution or an account on a host to escalate privileges to SYSTEM. While exploitation requires winning a timing race (making attack complexity non‑trivial), the real‑world exploitation that Microsoft observed makes this a high‑priority patch for any system that cannot be upgraded off Windows 10 immediately.How ESU enrollment works (and the trade‑offs)
Eligibility and enrollment routes
- Eligible SKUs: Consumer editions of Windows 10 running version 22H2 and meeting servicing prerequisites.
- Enrollment options (consumer):
- Free by enabling Windows Backup / Settings sync while signed into a Microsoft account (the in‑OS option).
- Free (where available) by redeeming 1,000 Microsoft Rewards points.
- Paid one‑time purchase roughly $30 USD (or local currency equivalent) for the ESU license. One Microsoft account can cover up to 10 devices.
- Important operational constraint: Microsoft’s consumer ESU enrollment is surfaced via the Settings → Windows Update → “Enroll now” wizard and, in practice, requires linking or using a Microsoft account for most consumer routes. Local accounts are not sufficient for typical consumer enrollment flows. This shift has privacy and policy implications for users who prefer local sign‑in only.
What ESU does — and does not — cover
- Included: only Critical and Important security updates as defined by Microsoft Security Response Center (MSRC).
- Not included: feature updates, non‑security quality fixes, design or product enhancements, and no general technical support is provided as part of ESU. Treat ESU as a time‑boxed security patching window, not ongoing product maintenance.
How to get KB5068781 and what to expect during installation
Automatic delivery vs manual download
- If your PC is already enrolled in ESU, KB5068781 should appear and install automatically via Windows Update. The in‑place installer experience bundles the SSU + LCU so Windows Update handles sequencing.
- If you prefer manual control, the cumulative is available on the Microsoft Update Catalog as an offline .msu package; catalog file sizes are larger because they include the full combined package. Industry testing observed Windows Update downloads around ~200MB for typical systems, while catalog packages ranged from roughly 430MB up to ~720–776MB depending on architecture and packaging choices. Expect the offline download to be substantially larger than the delta applied by Windows Update.
The enrollment wizard glitch and the out‑of‑band fix
Shortly after ESU rollout began some consumer devices reported failures when trying to use the in‑OS enrollment wizard — a vague “Something went wrong” error blocked signups. Microsoft issued an out‑of‑band update (KB5071959) to repair that enrollment path for affected devices so they can complete ESU enrollment and receive subsequent rollups. If you see the wizard fail, check Windows Update for that out‑of‑band package or download it manually from the Update Catalog.Practical installation notes (checks and precautions)
- Confirm build: run winver to verify your OS build before and after installing (expect 19045.6575 after KB5068781 on 22H2).
- Install the SSU first if using manual installers: combined SSU+LCU packages reduce install problems, but in some management scenarios installing the latest SSU before the LCU is advisable. Microsoft documents combined packages and provides SSU file lists on the KB page.
- Back up before manual installs: offline installers and SSU changes can leave rollbacks complicated — create a system restore point and a file backup.
Security analysis: what KB5068781 means for defenders and users
Immediate wins
- Patching an actively exploited kernel zero‑day (CVE‑2025‑62215) reduces the highest short‑term risk for Windows 10 hosts that remain online and accessible to local or chained attacks. Organizations with legacy Windows 10 estate that cannot immediately upgrade now have one critical mitigation path: enroll in ESU and apply this rollup.
- Fixing the enrollment wizard bug with an out‑of‑band package defuses a delivery gap that would otherwise leave eligible devices unpatched. That operational fix matters as much as the security content itself because a broken enrollment flow could strand large numbers of machines.
Remaining risks and limitations
- ESU is time‑boxed: consumer ESU covers only until October 13, 2026. Relying on ESU as a long‑term strategy forces a future migration cost and growing ecosystem compatibility risk (drivers, third‑party app testing, vendor support). ESU is a one‑year breathing space, not a new lifecycle.
- Narrow scope: ESU does not include non‑security quality fixes, feature updates, or full support. Some operational bugs or vendor compatibility problems may not be addressed under ESU and could require alternative mitigation or hardware replacement.
- Privacy and account trade‑offs: the consumer enrollment UX leans on a Microsoft account and optional cloud sync. That introduces privacy trade‑offs for users unwilling to link devices to MSA, even when paying; in some regions or scenarios the free enrollment path may carry unique constraints. Users should weigh these considerations before enrolling.
- Counting caveats on “how many CVEs”: different outlets sometimes report different totals based on which Microsoft product lines they include (Windows core only vs. Office, Azure, Edge, etc.. Treat headline CVE counts as indicative; consult the Security Update Guide or the Microsoft KB security advisory for authoritative mapping of CVEs → KBs → builds.
Recommended action checklist (for consumers and admins)
- Verify whether your device is eligible for ESU: confirm Windows 10 version 22H2 and current servicing build.
- If eligible and you need to remain on Windows 10: enroll in ESU as soon as possible (Settings → Windows Update → Enroll now), or use the Rewards / paid route if preferred. Enrollment can be completed anytime up to October 13, 2026, but earlier enrollment ensures you receive prior updates too.
- If the enrollment wizard fails, check Windows Update for KB5071959 (out‑of‑band enrollment fix) and install it to unlock the enrollment path.
- After enrollment, allow Windows Update to download and install KB5068781 (it may install automatically). If you must use the Microsoft Update Catalog, download the appropriate combined SSU+LCU package and follow Microsoft’s SSU guidance.
- Prioritize patching of any Windows 10 machines that are internet‑facing, used for document handling, or host untrusted file uploads — these are the most likely targets to combine remote code execution or local footholds with a privilege escalation bug.
- Use ESU year to plan migration: document inventory, test upgrades to Windows 11 on representative hardware, or budget for device replacement. Treat ESU as a defined project window, not an indefinite option.
Deeper technical notes and verification
- Microsoft’s official KB for KB5068781 documents the builds and the combined SSU+LCU packaging and explicitly lists the resolved issue that caused the false “end of support” banner. This is the authoritative release note for the package.
- Multiple independent security news sites and vulnerability trackers (BleepingComputer, Windows Latest, CrowdStrike analysis, and others) corroborate the November count of 63 patched vulnerabilities across Microsoft products for the Patch Tuesday cycle and identify CVE‑2025‑62215 as the kernel vulnerability patched and observed in exploitation. These independent analyses provide technical context about exploitability, CVSS scores, and the typical risk model for a kernel EoP issue. Cross‑checking Microsoft’s KB plus independent write‑ups is the best practice for operational prioritization.
Strategic view: strengths and risks in Microsoft’s ESU approach
Strengths
- Pragmatic containment: Microsoft moved quickly to issue an out‑of‑band enrollment fix and to stitch ESU delivery into the normal Windows Update chain, minimizing the window where eligible devices would not receive security patches. That operational response is an important positive.
- Choice for consumers: Multiple enrollment paths (free via sync, points, or paid purchase) give households flexibility and allow small users to obtain protection without enterprise procurement.
Risks and remaining concerns
- Short time horizon: ESU runs only to October 13, 2026 for consumers. Organizations that delay planning will face compressed migration timelines next year.
- Account and privacy friction: Requiring a Microsoft account (for most consumer paths) or using cloud sync for free enrollment will not sit well with all users; the policy trade‑offs deserve explicit communication on privacy and governance.
- Ecosystem drift: As vendors, ISVs, and OEMs focus testing on Windows 11, compatibility risk for Windows 10 will increase beyond the ESU window. ESU closes the security gap but does not halt compatibility erosion.
Closing assessment
KB5068781 is both symbolic and practical: symbolic because it marks the formal beginning of Windows 10’s one‑year security bridge, and practical because it plugs an actively exploited kernel vulnerability and repairs an enrollment pathway that could have left many users exposed. For anyone still running Windows 10 22H2, the immediate priorities are simple and urgent: verify eligibility, repair any enrollment problems (install KB5071959 if needed), enroll in ESU if you need more time, and install KB5068781 without delay. Simultaneously, treat the ESU year as a firm migration window — plan, budget, and execute a migration away from Windows 10 before the ESU program ends on October 13, 2026. The first ESU update is not a reopening of Windows 10’s lifecycle; it is a one‑year, security‑only lifeline. Use it intentionally.Source: PCWorld The first ESU update for Windows 10 arrives. Here's what's inside
Similar threads
- Replies
- 0
- Views
- 139
- Article
- Replies
- 0
- Views
- 253
- Article
- Replies
- 2
- Views
- 1K
- Article
- Replies
- 0
- Views
- 42
- Article
- Replies
- 0
- Views
- 27