ZeroHour
BleepingComputerpublished ()ingested Lawrence Abrams1

Microsoft September 2026 Patch Tuesday fixes 966 flaws, 2 zero-days

AI summary · glm-5.3-flash

Microsoft's September 2026 Patch Tuesday fixes a record 966 flaws, including two Windows zero-days actively exploited to gain SYSTEM privileges.

Microsoft's September 2026 Patch Tuesday addresses a record 966 vulnerabilities, including 105 rated Critical, 81 of them remote code execution bugs. Two zero-days were actively exploited: a Windows Update Stack link-following flaw and a Windows ALPC heap-based buffer overflow, both allowing local elevation to SYSTEM privileges. The ALPC flaw was reported by Volexity and Proofpoint researchers, while the Update Stack flaw was credited to Romain Deperne and the Microsoft Threat Intelligence Centre. Microsoft shared no details on how the flaws were exploited in attacks.

  • Record 966 flaws fixed, including 105 Critical (81 RCE) and 20 elevation-of-privilege bugs.
  • Two actively exploited zero-days: Windows Update Stack link-following EoP and Windows ALPC heap overflow.
  • Both zero-days allow local attackers to gain SYSTEM privileges; no exploit details disclosed.
  • Credits include Volexity, Proofpoint researchers, Romain Deperne, and Microsoft Threat Intelligence Centre.

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-57099
Unauthenticated resource-exhaustion DoS in ASP.NET Core

CVE-2026-57099 is a denial-of-service flaw in ASP.NET Core (CWE-770): the framework allocates resources without limits or throttling, so an unauthenticated remote attacker can send crafted network traffic that drives unbounded resource consumption and exhausts the host. It is triggered over the network by requests to an affected ASP.NET Core application, with no privileges or user interaction required. Successful exploitation impacts availability only — the CVSS vector shows no confidentiality or integrity impact — so the attacker can crash, hang, or degrade the service but cannot read or modify data. Any organization running ASP.NET Core applications is potentially affected, with highest risk for internet-facing apps, APIs, and services where anonymous attackers can reach the endpoint directly. No public proof-of-concept or known exploitation exists; the flaw carries a modest EPSS of 0.8% (55th percentile) and was addressed in Microsoft's September 2026 Patch Tuesday release.

Do: Apply the ASP.NET Core/.NET updates released in Microsoft's September 2026 Patch Tuesday, prioritizing internet-facing applications and APIs. As interim mitigations, enable rate limiting, reverse-proxy request size/body limits and timeouts, and connection or concurrency caps to bound resource consumption per client. Inventory which servers and containerized workloads run ASP.NET Core and identify which endpoints are reachable by unauthenticated network users before patching.

7.5<1%
  • Microsoft ASP.NET Core
massplausibly millions of installations, with hundreds of thousands of internet-exposed ASP.NET Core apps/APIs (framework ubiquity)
CVE-2026-58649
Origin Validation Error in Microsoft .NET Enables Cross-Origin Information Disclosure

CVE-2026-58649 is an origin validation error (CWE-346) in Microsoft's .NET platform, meaning the runtime fails to correctly verify the origin of network requests, allowing an unauthenticated attacker to trigger an information-disclosure condition. The CVSS vector (AV:N/AC:L/PR:N/UI:R) indicates the flaw is reachable over a network with low attack complexity and no privileges required, but a victim user must interact with attacker-influenced content for it to fire. A successful attacker gains access to confidential information handled by the affected application (confidentiality impact rated High), with no integrity or availability impact. Any organization running supported .NET deployments that have not yet received the September 2026 Patch Tuesday updates is potentially affected. There is currently no public proof-of-concept, the flaw is not in CISA's KEV, and EPSS puts 30-day exploitation probability at just 0.3%, so no in-the-wild exploitation is known.

Do: Apply Microsoft's September 2026 .NET security updates as part of this month's Patch Tuesday rollout, and check Microsoft's advisory for the exact version ranges that need upgrading. Prioritize internet-facing .NET/ASP.NET applications that perform cross-origin request handling, and review their origin-verification (CORS) configuration as an interim risk reduction. Because exploitation requires user interaction, also treat user-facing lure links as part of the realistic attack path until systems are patched.

6.5<1%
  • Microsoft .NET
masson the order of millions of .NET installations worldwide
CVE-2026-62762
Null Pointer Dereference DoS in Microsoft Active Directory Domain Services

CVE-2026-62762 is a null pointer dereference (CWE-476) in Microsoft Active Directory Domain Services (AD DS), the directory service role that provides authentication and identity for Windows Server domains. An authorized, low-privileged user can trigger it remotely — with no user interaction and low attack complexity — by sending crafted network requests to a domain controller, causing the service to dereference a null pointer and crash. The impact is denial of service only (no confidentiality or integrity loss, per the CVSS 6.5 score with Availability:High), and because domain controllers are the authentication backbone of a domain, crashes can disrupt logons and dependent services across the environment. Any organization operating Windows Server domain controllers with the AD DS role is affected; the flaw was addressed in Microsoft's September 2026 Patch Tuesday, which fixed 966 flaws including 2 zero-days, though the data does not identify this CVE as one of the exploited zero-days. There is no known exploitation: no public proof-of-concept, not listed in CISA KEV, and only a modest 0.8% EPSS probability of exploitation within the next 30 days (percentile 53).

Do: Apply Microsoft's September 2026 security updates for AD DS/Windows Server to every domain controller, including remote, branch, and lab DCs, as part of this month's Patch Tuesday rollout. Until patched, restrict which authenticated accounts and hosts can reach domain controllers over directory protocols such as LDAP, and avoid exposing DCs directly to the internet. After patching, review domain controller event logs for crashes or unexpected service restarts that could indicate probing or attempted exploitation.

6.5<1%
  • Microsoft Active Directory Domain Services (AD DS) on Windows Server
masshundreds of millions of domain users via millions of deployed AD DS domain controllers (AD runs in ~90% of large enterprises)
CVE-2026-62810
Heap Buffer Overflow in Microsoft AD CS Allows Local Privilege Escalation

CVE-2026-62810 is a heap-based buffer overflow (CWE-122) in Active Directory Certificate Services (AD CS), the Windows Server role that operates an organization's certificate authority. An authorized attacker with low privileges on the affected server can trigger the overflow through local interaction with the AD CS service. Successful exploitation elevates the attacker's privileges on that host, with high impact on confidentiality, integrity, and availability. Any organization running the AD CS role on Windows Server is potentially affected; specific version ranges are not provided in the available data. Exploitation status: no public proof-of-concept, not listed in CISA KEV, and a low 0.2% EPSS probability, though the flaw was patched in Microsoft's September 2026 Patch Tuesday release.

Do: Apply the September 2026 Microsoft security updates to all Windows Servers hosting the AD CS role, prioritizing issuing and enterprise CAs. Until patched, restrict interactive and remote logon rights on CA servers to trusted administrators and review local accounts with access to those hosts. Monitor vendor advisories for confirmed affected version ranges, since the flaw requires an authorized local account and no public exploit currently exists.

7.8<1%
  • Microsoft Windows Server with the Active Directory Certificate Services (AD CS) role installed
masshundreds of thousands of AD CS server instances worldwide
CVE-2026-62813
Use-after-free RCE in Microsoft Active Directory Domain Services

CVE-2026-62813 is a use-after-free memory-corruption flaw (CWE-416) in Microsoft's Active Directory Domain Services (AD DS), the directory service role that runs on Windows Server domain controllers. A low-privileged, authenticated ("authorized") attacker can trigger it remotely with crafted network traffic to the AD DS service under conditions where the service accesses memory that has already been freed; the high attack-complexity rating (AC:H) means successful exploitation depends on timing and memory state and is less reliably repeatable. A successful attack yields remote code execution on the domain controller with high impact to confidentiality, integrity, and availability, potentially giving an attacker control of the system and the directory that handles authentication for the environment. Any organization running Windows Server domain controllers with the AD DS role is potentially affected; Microsoft shipped the fix in its September 2026 Patch Tuesday release, which addressed 966 flaws including 2 zero-days. Exploitation has not been observed: the flaw is not in CISA KEV, no public proof-of-concept is known, and EPSS estimates only a 0.6% probability of exploitation within 30 days (48th percentile).

Do: Apply Microsoft's September 2026 Patch Tuesday security updates for AD DS to all Windows Server domain controllers as soon as practical, prioritizing any domain controllers reachable from the internet or partner networks. Because the flaw requires only low-privileged authenticated access, review which untrusted users, service accounts, or trusts can authenticate to domain controllers, and restrict LDAP/RPC network access to DCs from untrusted segments. No public exploit exists yet, but confirm the exact affected and fixed builds in Microsoft's advisory and monitor for escalation to active exploitation.

7.5<1%
  • Microsoft Active Directory Domain Services (Windows Server domain controllers with the AD DS role)
mass≈1M+ domain controllers worldwide, with hundreds of thousands directly exposed in public internet scans
CVE-2026-62895
Permissive Cross-Domain Policy Privilege Elevation in Microsoft Azure Arc

Microsoft Azure Arc (CVE-2026-62895) contains a privilege elevation flaw caused by a permissive cross-domain policy that trusts untrusted domains, mapped by Microsoft to CWE-942 (permissive cross-domain policy with untrusted domains), CWE-1390 (weak authentication) and CWE-89 (SQL injection). An unauthenticated attacker can exploit it over a network, with CVSS scoring indicating some user interaction is required (AV:N/AC:L/PR:N/UI:R), by abusing the overly permissive cross-domain trust to elevate privileges, with high impact on confidentiality, integrity and availability (CVSS 3.1: 8.8 High). Any organization using Azure Arc to manage hybrid or multi-cloud resources is potentially affected. There is no evidence of exploitation in the wild, no known public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS estimates only a 0.7% probability of exploitation in the next 30 days (52nd percentile). Microsoft addressed the flaw as part of its September 2026 Patch Tuesday release, which fixed 966 flaws including 2 zero-days.

Do: Apply Microsoft's September 2026 Patch Tuesday updates for Azure Arc across all Arc-enabled infrastructure, prioritizing environments where unauthenticated network users can reach Arc-connected resources. The available data does not include fixed version or KB details, so consult the Microsoft advisory for CVE-2026-62895 to identify the patched build for your components. In the interim, review and tighten the domains Azure Arc trusts in cross-domain policies and treat any unauthenticated network access to Arc-managed resources as a privilege-elevation risk.

8.8<1%
  • Microsoft Azure Arc
masslikely hundreds of thousands to millions of managed servers across Azure Arc estates (adoption-based estimate; no counts in source data)
CVE-2026-69304
Unauthenticated DoS via compressed-data amplification in ASP.NET Core

CVE-2026-69304 is a denial-of-service flaw in ASP.NET Core caused by improper handling of highly compressed data, where small malicious inputs expand enormously when processed (data amplification, CWE-409). A remote, unauthenticated attacker can trigger it by sending specially crafted highly compressed data to a vulnerable server over the network, although the high attack-complexity rating means exploitation depends on specific processing conditions rather than succeeding on every request. Successful exploitation affects availability only: the CVSS 5.9 score reflects high availability impact with no confidentiality or integrity loss, so the attacker gains the ability to disrupt or exhaust a service, not to steal or modify data. Any application or server built on ASP.NET Core (distributed via NuGet and bundled with the .NET runtime) is potentially affected, and fixes shipped as part of Microsoft's September 2026 Patch Tuesday. There is no public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS assigns a 0.8% 30-day exploitation probability, so no active exploitation is currently known.

Do: Apply Microsoft's September 2026 .NET/ASP.NET Core security updates (via the .NET runtime/SDK installers and updated NuGet packages) and rebuild or redeploy affected web applications. Prioritize services that decompress client-supplied request bodies or accept compressed uploads, and as an interim mitigation enforce limits on decompressed request sizes where supported. With no public PoC or known in-the-wild exploitation, this can be handled within your normal Patch Tuesday patching cycle.

5.9<1%
  • Microsoft ASP.NET Core
mass≈ millions of deployments (ASP.NET Core ships with .NET; public internet scans show on the order of hundreds of thousands of exposed ASP.NET/Kestrel servers)
CVE-2026-69329
Unauthenticated out-of-bounds read DoS in Microsoft Windows BranchCache

CVE-2026-69329 is an out-of-bounds read (CWE-125, arising from an integer-overflow condition, CWE-190) in the BranchCache component of Microsoft Windows. A remote, unauthenticated attacker can trigger the flaw over the network with no privileges or user interaction by sending malformed input to a system running BranchCache. Successful exploitation results only in denial of service of the BranchCache service — availability impact with no information disclosure or tampering (CVSS 3.1: 7.5, AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H). Affected systems are Windows installations with the optional BranchCache feature enabled, such as branch-office caching deployments (Hosted Cache Servers or clients in distributed mode); the provided data does not specify affected version ranges. There is currently no known exploitation: the flaw was addressed in Microsoft's September 2026 Patch Tuesday (part of a 966-flaw release), has no public PoC, is not in CISA KEV, and carries an EPSS of 1.1% (62nd percentile).

Do: Apply the September 2026 Microsoft cumulative updates (Windows client and Windows Server) on all systems, prioritizing servers that use BranchCache, such as Hosted Cache Servers and file/web servers behind it. Until patched, mitigate by disabling BranchCache via Group Policy/Windows Features or by restricting network reachability of BranchCache-enabled endpoints. Inventory which systems actually have BranchCache enabled (e.g., via the BranchCache status cmdlets or Group Policy settings) to focus remediation.

7.51%
  • Microsoft Windows BranchCache (component of Windows client and Windows Server)
large≈100,000–1,000,000 Windows systems with BranchCache enabled (estimate; total Windows installed base exceeds 1B devices)
CVE-2026-69359
Heap Overflow Local Privilege Escalation in Microsoft Active Directory Domain Services

CVE-2026-69359 is a heap-based buffer overflow (CWE-122) in Microsoft's Active Directory Domain Services (AD DS), patched as part of Microsoft's September 2026 Patch Tuesday, which addressed 966 flaws including 2 zero-days. An attacker who already holds a low-privileged authorized account on a system running the AD DS role (typically a domain controller) can trigger the overflow locally; per the CVSS vector the attack requires no user interaction and no remote access. Successful exploitation yields local elevation of privilege with high impact on confidentiality, integrity, and availability — on a domain controller this means the attacker gains elevated rights on the host that effectively expose the directory service itself. Any organization operating AD DS on Windows Server domain controllers is potentially affected. There is currently no public proof-of-concept, the flaw is not in CISA's KEV, and EPSS assigns a low 0.3% probability of exploitation within 30 days; whether this CVE is one of the two actively exploited zero-days reported in the September 2026 release is not stated in the available data.

Do: Apply Microsoft's September 2026 Patch Tuesday security updates for Windows Server/AD DS as soon as possible, prioritizing domain controllers. In the interim, restrict interactive logon, RDP, and remote management rights on domain controllers to trusted administrators, since exploitation requires an authorized local account. Given no known public exploit and low EPSS (0.3%), treat this as routine patch prioritization rather than an emergency, but include all domain controllers in the patch wave.

7.8<1%
  • Microsoft Active Directory Domain Services (AD DS) role on Windows Server
masshundreds of thousands to millions of domain controllers worldwide (order-of-magnitude estimate; no authoritative install count provided)
CVE-2026-69395
Format String Information Disclosure in Microsoft Active Directory Certificate Services

CVE-2026-69395 is an externally-controlled format string flaw (CWE-134) in Active Directory Certificate Services (AD CS), the Microsoft Windows Server role that issues and manages digital certificates for an Active Directory environment. An attacker with low-level authorized access — i.e., a valid authenticated account — can send crafted format-string input to the AD CS service over the network, causing the service to misinterpret that input and leak information. Per the CVSS score of 6.5, the impact is limited to confidentiality: the attacker can disclose sensitive service or process information but cannot alter data or disrupt the service. Any organization running the AD CS role on Windows Server is potentially affected, which includes a large share of enterprise Active Directory deployments. There is no known public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS estimates only a 0.9% chance of exploitation in the next 30 days; the issue is addressed in Microsoft's September 2026 Patch Tuesday release.

Do: Install the September 2026 Microsoft security updates on every server running the AD CS role, prioritizing CAs reachable by broad groups of authenticated users. Review whether AD CS network endpoints (such as Web Enrollment or enrollment web services) are exposed to less-trusted network segments and restrict access to them. Monitor Microsoft's advisory for the precise list of affected Windows Server versions, since version details are not included in the data available here.

6.5<1%
  • Microsoft Active Directory Certificate Services (AD CS) role on Windows Server
mass≈1M+ AD CS server instances worldwide (AD CS ships with Windows Server and is routinely deployed in enterprise Active Directory environments)
CVE-2026-69401
Use-After-Free Local Privilege Escalation in Microsoft Windows AVCTP Component

CVE-2026-69401 is a use-after-free (CWE-416) in the Audio Video Control Transport Protocol (AVCTP) component of Microsoft Windows, the protocol layer used to control Bluetooth audio and video devices. A local, authorized (low-privileged) attacker can trigger the flaw by interacting with the vulnerable protocol handling such that memory is freed while still in use, though the high attack-complexity score indicates reliable triggering is non-trivial. Successful exploitation lets the attacker elevate privileges locally on the affected machine, with high impact to confidentiality, integrity, and availability once elevated. Any Windows system that includes the AVCTP/Bluetooth component is affected, meaning a very broad portion of the Windows installed base. Exploitation status is currently calm: there is no known public proof-of-concept, the flaw is not in CISA KEV, EPSS is low at 0.2%, and the fix shipped as part of Microsoft's September 2026 Patch Tuesday (966 flaws fixed, including 2 zero-days).

Do: Apply Microsoft's September 2026 Patch Tuesday security updates to all Windows endpoints as soon as patching windows allow, prioritizing shared, multi-user, or kiosk-style systems where untrusted local accounts exist. Since the bug requires an authorized local attacker, reduce exposure by limiting local sign-in rights and auditing which users hold accounts on sensitive machines. Consult Microsoft's advisory to identify the exact affected builds for your Windows versions, as the version ranges were not included in the data available here.

7.0<1%
  • Microsoft Windows (Audio Video Control Transport Protocol / Bluetooth AVCTP component)
mass≈1 billion+ Windows installations (component ships with Windows)
CVE-2026-69439
Heap overflow in Microsoft .NET and Visual Studio allows network privilege escalation

CVE-2026-69439 is a heap-based buffer overflow (CWE-122) in Microsoft .NET and Visual Studio that an unauthorized, unauthenticated attacker can exploit over a network, per Microsoft's CVSS vector (AV:N/AC:L/PR:N/UI:R). Triggering the flaw requires user interaction (UI:R), meaning a user must be induced into an action such as opening or processing attacker-influenced content, which then corrupts heap memory in the affected component. Successful exploitation yields elevation of privilege: the attacker gains the targeted user's privileges, with high impact on confidentiality, integrity, and availability (overall 8.8, High). Anyone running an affected .NET runtime/SDK or Visual Studio build is exposed; the source data does not specify the affected version ranges, which must be confirmed against Microsoft's advisory. No public proof-of-concept exists, the flaw is not in CISA's KEV, and EPSS puts 30-day exploitation odds at only 0.7% (52nd percentile); the related news is Microsoft's September 2026 Patch Tuesday (966 fixes, 2 zero-days), which presumably includes this fix but does not indicate in-the-wild exploitation of this issue.

Do: Apply the .NET and Visual Studio security updates from Microsoft's September 2026 Patch Tuesday, prioritizing systems where untrusted users can be induced to open crafted files or content. Because no version ranges are listed here, compare installed .NET runtime/SDK and Visual Studio builds against Microsoft's advisory to confirm coverage. Until patched, caution users against opening untrusted files or projects that exercise network-adjacent .NET processing.

8.8<1%
  • Microsoft .NET
  • Microsoft Visual Studio
masslikely millions of systems (mass-market .NET runtime and Visual Studio install base; affected versions unspecified)
CVE-2026-69516
Use-After-Free Local Privilege Escalation in Microsoft Windows Connected Devices Platform (Cdpsvc)

CVE-2026-69516 is a use-after-free (CWE-416) memory-corruption flaw in the Windows Connected Devices Platform Service (Cdpsvc), a service Microsoft ships and runs by default on modern Windows desktops. An authorized attacker who already has a low-privileged foothold on the machine can trigger the flaw by racing the service's memory handling, causing it to reuse freed memory; the high attack-complexity rating indicates timing is not trivially reliable. Successful exploitation elevates the attacker's privileges locally, yielding high impact on confidentiality, integrity, and availability of the host, and is a typical link in chains that pair a local escalation with remote code execution. Any Windows system running Cdpsvc is affected; the flaw was patched in Microsoft's September 2026 Patch Tuesday release, which addressed 966 flaws including 2 zero-days. There is no known public proof-of-concept, no CISA KEV listing, and EPSS assigns only a 0.2% probability of exploitation in the next 30 days.

Do: Apply Microsoft's September 2026 Patch Tuesday updates to all Windows 10 and Windows 11 endpoints; no workarounds for this service are documented, so patching is the primary mitigation. Given the absence of a public PoC, KEV listing, and low EPSS, standard patch-cycle prioritization is acceptable, but bundle it with the other local privilege-escalation fixes from the same release to disrupt common RCE-to-SYSTEM attack chains.

7.0<1%
  • Microsoft Windows Connected Devices Platform Service (Cdpsvc)
masson the order of 1 billion Windows devices (Cdpsvc runs by default on Windows 10/11)
CVE-2026-69546
+1 in the same advisory: …69524
Use-After-Free RCE in Microsoft Active Directory Domain Services

CVE-2026-69546 is a use-after-free (CWE-416) memory corruption flaw in Microsoft's Active Directory Domain Services (AD DS), the directory service role that runs on Windows Server domain controllers. It can be triggered over the network by an unauthenticated attacker, although the high attack-complexity metric suggests exploitation requires favorable timing or conditions rather than a simple, repeatable request. Successful exploitation yields remote code execution on the domain controller with the confidentiality, integrity, and availability of the host all rated high, which in practice risks compromise of the identity infrastructure that underpins the entire domain. Any organization running the AD DS role on Windows Server is affected; the exact server builds are enumerated in Microsoft's September 2026 security updates. As of now there is no public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS assigns it roughly a 0.7% chance of exploitation within 30 days.

Do: Apply the September 2026 Windows Server security updates to all domain controllers as a priority, since AD DS hosts are high-value targets even when the flaw is not yet exploited in the wild. Until patching, restrict network reachability of domain controllers to trusted management and authentication traffic and monitor for anomalous DC traffic. Note the high attack complexity means opportunistic exploitation is less likely, but treat the patch as urgent given domain-controller compromise cascades to the whole domain.

8.1<1%
  • Microsoft Active Directory Domain Services (AD DS) on Windows Server
mass≈1M+ domain controllers worldwide (AD DS is the default directory for most Windows Server estates)
CVE-2026-69576
Use-after-free privilege escalation in Microsoft Windows Graphic Fonts

CVE-2026-69576 is a use-after-free vulnerability (CWE-416) in the Graphic Fonts component of Microsoft Windows, addressed in Microsoft's September 2026 Patch Tuesday release. An attacker who already has authorized, limited local access to a system can trigger improper memory reuse during font handling, and no user interaction is required. Successful exploitation elevates the attacker's privileges locally, with high impact on confidentiality, integrity, and availability on the compromised host (CVSS 3.1 base score 7.8). Any organization running Windows is potentially affected, but exploitation requires local execution, so internet-facing attack surface is limited. There is currently no evidence of exploitation in the wild: the flaw is not in CISA KEV, no public proof-of-concept is known, and EPSS estimates only a 0.3% probability of exploitation within 30 days.

Do: Apply Microsoft's September 2026 security updates to all Windows endpoints as soon as practical, prioritizing multi-user systems such as RDS/VDI hosts and shared workstations where low-privileged local accounts are available to untrusted users. Since exploitation requires local access, keep standard-user rights minimal and verify patch levels through WSUS/Intune/SCCM compliance reports. No public PoC or in-the-wild exploitation is known, but track this CVE in routine patch-compliance reporting.

7.8<1%
  • Microsoft Windows (Graphic Fonts component)
mass~1 billion+ Windows devices (global Windows installed base; any system granting local logon is in scope)
CVE-2026-69624
Authenticated Input-Validation Tampering Flaw in Microsoft AD CS

CVE-2026-69624 is an incomplete list of disallowed inputs (CWE-184) in Microsoft Active Directory Certificate Services (AD CS), the Windows Server role that issues and manages digital certificates for Active Directory environments. A network-based attacker who already holds a valid low-privileged (authorized) account can send crafted input that bypasses the flawed disallow list, with no user interaction required. The impact is confined to integrity (CVSS: no confidentiality loss, no availability loss, high integrity impact), meaning the attacker can tamper with certificate-services state or data rather than read secrets or disrupt the service. Any organization running the AD CS role on Windows Server is potentially affected, though exploitation requires authenticated access rather than anonymous internet reachability. As of the September 2026 Patch Tuesday release — which fixed 966 flaws including 2 zero-days — there is no public proof-of-concept, the flaw is not in the CISA KEV catalog, and EPSS estimates only a 0.7% chance of exploitation in the next 30 days.

Do: Apply Microsoft's September 2026 Patch Tuesday security updates to every Windows Server hosting the AD CS role, prioritizing root and issuing CAs. In the interim, review and restrict certificate-enrollment and template permissions for low-privileged accounts, since exploitation requires authenticated access, and monitor CA logs for unexpected certificate or configuration changes. Confirm post-patch that certificate issuance and template settings are intact, given the tampering-only impact.

6.5<1%
  • Microsoft Active Directory Certificate Services (AD CS) role on Windows Server
masswell over 100,000 AD CS certificate-authority server instances worldwide (exact count unknown)
CVE-2026-69805
External File Path Control in Microsoft .NET Enables Network Privilege Escalation

Microsoft .NET contains a privilege elevation flaw (CWE-73) in which a file name or path processed by the .NET runtime is externally controlled, allowing an unauthorized attacker to elevate privileges over a network. Exploitation requires network access, user interaction, and a high-complexity attack path (CVSS AV:N/AC:H/PR:N/UI:R), meaning the attacker must induce a user into an action that causes .NET to process an attacker-influenced file path, though no privileges are needed. A successful attack carries high impact to confidentiality, integrity, and availability, and the associated CWEs (CWE-200, CWE-522) suggest possible information exposure and insufficiently protected credentials as related effects. Any organization running affected .NET runtimes, SDKs, or .NET Framework installations is potentially exposed; exact version ranges are not specified in the available data, and fixes shipped as part of Microsoft's September 2026 Patch Tuesday (September 8, 2026). There are no known reports of exploitation, no public proof-of-concept, the flaw is absent from CISA's KEV catalog, and EPSS assigns only a 0.5% probability of exploitation within 30 days (42nd percentile).

Do: Inventory all .NET runtimes, SDKs, and .NET Framework installations and apply the .NET updates released in Microsoft's September 2026 Patch Tuesday, checking Microsoft's advisory for the specific affected version ranges since they are not listed in the available data. Prioritize user-facing and developer systems where users may be induced to handle untrusted content, and watch Microsoft's guidance for any published workarounds or version-specific remediation details.

7.5<1%
  • Microsoft .NET
masshundreds of millions of endpoints and servers potentially affected (ubiquitous .NET install base; vulnerable subset unconfirmed)
CVE-2026-69806
Local Privilege Escalation via Sensitive Information Exposure in Microsoft .NET

CVE-2026-69806 is an information-exposure flaw in Microsoft .NET (CWE-200, with an associated code-generation issue, CWE-94) that allows an authorized actor to elevate privileges locally. To trigger it, an attacker must already hold a low-privileged foothold on the target system — such as the ability to execute code as a standard local user — and the high-complexity local attack path requires no user interaction. A successful exploit carries high-impact confidentiality, integrity, and availability consequences, effectively yielding elevation of privilege on the affected host. Any organization running the affected .NET components on Windows clients or servers is in scope, and the fix shipped in Microsoft's September 2026 Patch Tuesday (September 8, 2026), part of a record 966-flaw release. There is no public proof-of-concept, the flaw is not in CISA KEV, and no in-the-wild exploitation is known; EPSS assigns a 1.8% probability of exploitation within 30 days (77th percentile).

Do: Apply the .NET updates released with the September 2026 Patch Tuesday set via Windows Update, WSUS, or the Microsoft Update Catalog, verifying both .NET Framework and modern .NET runtimes against Microsoft's advisory for exact affected version ranges. Prioritize multi-user systems where standard users can already run code — RDS/terminal hosts, build and CI servers, and shared workstations — since the attack requires local access. No workaround is described in the available data, so patching is the primary mitigation.

7.02%
  • Microsoft .NET (sensitive information exposure leading to local elevation of privilege)
massHundreds of millions of installations (.NET ships with Windows and is present on most Windows clients and servers)
CVE-2026-69809
Unauthenticated Memory-Leak DoS in Microsoft Active Directory Domain Services

CVE-2026-69809 is a use-after-free-style memory leak (CWE-401) in Microsoft's Active Directory Domain Services, where allocated memory is not released after its effective lifetime. An unauthenticated remote attacker can trigger the flaw by sending network traffic to a domain controller, causing memory to accumulate until the service is exhausted. The impact is denial of service only — no confidentiality or integrity compromise — but the availability impact is rated high, meaning a domain controller can become unresponsive or need restarting. Any organization running the AD DS role on affected Windows Server releases is potentially affected, since the attack requires only network reachability to the DC, not credentials or user interaction. As of now there is no public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS assigns a modest 1.1% probability of exploitation within 30 days; it was fixed in Microsoft's September 2026 Patch Tuesday release.

Do: Apply the September 2026 cumulative Windows Server security updates to all domain controllers, prioritizing DCs reachable from untrusted networks (VPN, DMZ, or internet-exposed LDAP/Kerberos endpoints). Until patched, restrict network access to domain controllers to trusted sources where possible, since the DoS requires only unauthenticated network reachability. Check your environment for exposed DC services and monitor Microsoft's advisory for the definitive affected-version list.

7.51%
  • Microsoft Active Directory Domain Services (AD DS role on Windows Server)
massmillions of domain controllers worldwide (AD DS underpins nearly every Windows enterprise network, with hundreds of thousands of LDAP/DC endpoints publicly…
CVE-2026-69821
Improper Output Encoding Enables Local Privilege Escalation in Microsoft AD CS

CVE-2026-69821 is an improper output encoding or escaping flaw (CWE-116) in Microsoft Active Directory Certificate Services (AD CS), the Windows Server role that issues and manages certificates in enterprise Active Directory environments. The flaw is triggered by an authorized, low-privileged attacker who already has local access to an affected system, requires no user interaction, and exploits AD CS failing to correctly encode or escape output it processes. Successful exploitation elevates the attacker's privileges locally on the affected server, with CVSS scoring high impact to confidentiality, integrity, and availability; because CA servers are trusted to issue domain-valid certificates, compromising one can be a stepping stone to broader domain compromise. Any organization running the AD CS role on Windows Server — effectively most enterprises that rely on Active Directory certificate authentication — is affected. There is no evidence of exploitation so far: no public proof-of-concept exists, the flaw is not in CISA's KEV, EPSS puts the 30-day exploitation probability at just 0.3%, and the fix shipped in Microsoft's September 2026 Patch Tuesday release.

Do: Inventory which Windows Servers host the AD CS role, then apply Microsoft's September 2026 Patch Tuesday security updates to all of them, prioritizing enterprise/issuing CAs and any CA reachable over the network. As an interim mitigation, restrict interactive logon and other local access rights on CA servers to administrators only; since there is no public PoC, this can follow your normal patch cycle, but do not defer past your standard 2-4 week window and monitor the Microsoft advisory for updates.

7.8<1%
  • Microsoft Active Directory Certificate Services (AD CS) role on Windows Server
mass≈ hundreds of thousands of Windows Server AD CS instances worldwide, with millions of domain users potentially able to exploit
CVE-2026-69857
Authorization Bypass Through User-Controlled Key in Microsoft Azure Cosmos DB

CVE-2026-69857 is an authorization bypass through a user-controlled key (CWE-639, an IDOR-style flaw) in Microsoft Azure Cosmos DB, Microsoft's managed NoSQL database service: an authenticated principal can supply or alter a resource identifier (key) that the service fails to validate against the caller's permissions. Triggered over a network by a low-privileged, authorized user who manipulates such a key (CVSS 3.1 vector AV:N/AC:L/PR:L/UI:N), the flaw lets the attacker bypass access checks and perform spoofing, i.e., impersonate another identity or act outside their authorized scope. Per the CVSS vector, successful exploitation carries high impact on the confidentiality, integrity, and availability of data in the affected database account, since the attacker can read or modify data as a different authorized identity. Any organization using Azure Cosmos DB is potentially affected; because it is a fully managed Azure service there are no customer-managed installations, and no affected version ranges are specified in the advisory data. The flaw was addressed in Microsoft's September 2026 Patch Tuesday cycle (966 flaws fixed, including 2 zero-days); no public proof-of-concept is known, it is not in CISA's KEV, and EPSS estimates only a ~0.4% chance of exploitation within 30 days.

Do: Review Microsoft's September 2026 security update guidance for CVE-2026-69857 and complete any required updates or customer-side actions for Azure Cosmos DB, confirming whether key rotation, RBAC/permission changes, or SDK updates are needed on your accounts. Because exploitation requires an authorized (authenticated) principal, audit who and what has access to Cosmos DB accounts, enforce least privilege on account keys and RBAC roles, and rotate account keys if exposure is suspected. No public PoC or in-the-wild exploitation is known and EPSS is low (~0.4% over 30 days), so treat this as high-priority routine patching within the normal Patch Tuesday cycle rather than an emergency.

8.8<1%
  • Microsoft Azure Cosmos DB
large≈100,000+ Azure tenants/accounts with Cosmos DB resources (estimate)
CVE-2026-72978
Unauthenticated DoS in Microsoft Active Directory Federation Services (AD FS)

CVE-2026-72978 is an unauthenticated denial-of-service flaw in Microsoft Active Directory Federation Services (AD FS) caused by allocation of resources without limits or throttling (CWE-770). An attacker triggers it by sending network requests that cause the AD FS service to allocate resources without bound, exhausting capacity; the high attack-complexity score (AC:H) indicates the exhaustion condition is not reliably achieved on every attempt. A successful attack yields availability impact only (A:H) — the federation service can be knocked offline, interrupting sign-in/SSO for users who depend on it, with no confidentiality or integrity impact. Organizations running AD FS — typically enterprises using federated authentication with Microsoft 365/Entra ID on Windows Server — are affected. There is currently no evidence of exploitation (not in CISA KEV, no public PoC), EPSS puts the 30-day exploitation probability at 0.8%, and the fix shipped in Microsoft's September 2026 Patch Tuesday, which resolved 966 flaws including 2 zero-days.

Do: Apply the September 2026 Microsoft security updates to all AD FS federation servers, including primary and secondary farm members and any internet-facing Web Application Proxy (WAP) endpoints if deployed. Prioritize patching AD FS endpoints exposed to untrusted networks, since the flaw is triggerable by an unauthenticated network attacker. As an interim mitigation, enforce rate limiting or throttling of unauthenticated requests to AD FS sign-in endpoints at the load balancer or firewall.

5.9<1%
  • Microsoft Active Directory Federation Services (AD FS)
largetens of thousands of AD FS servers/farms worldwide (deployment-pattern estimate; farms commonly run multiple servers)
CVE-2026-73014
Missing-Authorization Local Privilege Escalation in Microsoft Data Sharing Service Client

CVE-2026-73014 is a missing authorization flaw (CWE-862) in the Data Sharing Service Client, a Microsoft component assigned by the Microsoft CNA. A local attacker who already holds a low-privileged authorized account on the machine can invoke the service without a required authorization check and elevate privileges. Successful exploitation yields high impact to confidentiality, integrity, and availability (CVSS 7.8), which typically means gaining elevated rights on the local system. Any system running the affected component is exposed, though the attack requires local access and is not remotely exploitable. There is no known public proof-of-concept, it is not in CISA KEV, and EPSS puts 30-day exploitation probability at just 0.3%; the fix shipped in Microsoft's September 2026 Patch Tuesday, which addressed 966 flaws.

Do: Apply the September 2026 Microsoft Patch Tuesday updates as soon as possible to remediate the missing authorization check. There is no public PoC or confirmed in-the-wild exploitation, but prioritize patching multi-user machines, terminals, and servers where untrusted users hold local accounts, since local elevation flaws are commonly chained with other vulnerabilities.

7.8<1%
  • Microsoft Data Sharing Service Client
masshundreds of millions of Windows endpoints, assuming the component ships by default with supported Windows releases
CVE-2026-77909
Insufficiently Protected Credentials in Microsoft Azure CycleCloud

CVE-2026-77909 is a credential-protection flaw (CWE-522) in Microsoft Azure CycleCloud, Microsoft's tool for creating and managing HPC clusters in Azure, in which credentials are stored or transmitted with insufficient protection. A remote attacker who already holds a low-privileged authorized account can trigger the flaw over the network, with no user interaction required. Because the CVSS scope is changed with high confidentiality impact, the exposed credentials can likely be used in another security scope — for example, to retrieve or reuse secrets that grant access to additional resources beyond the immediate component — resulting in information disclosure, though integrity and availability are unaffected. Organizations running Azure CycleCloud to orchestrate HPC workloads in their Azure subscriptions are affected. There is no known public proof-of-concept, it is not in the CISA KEV catalog, EPSS is a modest 0.6% over 30 days, and no in-the-wild exploitation has been reported; a fix was distributed as part of Microsoft's September 2026 Patch Tuesday, which addressed 966 flaws.

Do: Apply the Azure CycleCloud update from Microsoft's September 2026 Patch Tuesday to all CycleCloud application deployments in your Azure subscriptions, including standalone and cluster-attached instances. Since CycleCloud is customer-deployed, verify your installed build via the CycleCloud portal or CLI and update from the Azure Marketplace if outdated. As a precaution, audit and rotate credentials/API keys configured in CycleCloud, restrict network access to the application to trusted users, and review access logs for unusual credential retrieval by low-privileged accounts.

7.7<1%
  • Microsoft Azure CycleCloud
nicheunknown; plausibly in the low thousands of enterprise HPC deployments at most
CVE-2026-80098
Signature Verification Flaw Allows Privilege Escalation in Microsoft Copilot Studio

Microsoft Copilot Studio, the low-code cloud service in the Power Platform used to build AI copilots and agents, fails to properly verify cryptographic signatures on certain network traffic (CWE-347), allowing signature checks to be bypassed. An unauthenticated attacker can trigger the flaw remotely over a network with no user interaction by sending a crafted request whose signature is accepted without correct verification. Successful exploitation elevates the attacker's privileges, and the changed-scope CVSS metric plus high confidentiality, integrity, and availability ratings indicate impact that extends beyond the immediate component. Because Copilot Studio is a multi-tenant Microsoft-hosted service, every organization using the service falls within the blast radius, and there are no on-premises versions to inventory. As of the September 2026 Patch Tuesday disclosure, no in-the-wild exploitation is known, there is no public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS assigns a modest 0.3% probability of exploitation within 30 days.

Do: Because Copilot Studio is a Microsoft-managed SaaS offering, there is no customer-side patch to install; verify via the Microsoft 365 admin center (message center and service health) that the September 2026 service update has been applied to your tenant. In the meantime, review tenant audit logs for anomalous privilege changes or unexpected agent activity, and scrutinize the permissions and authentication settings of any agents exposed to unauthenticated users. Follow Microsoft's advisory for the CVE in case compensating controls or configuration guidance are provided.

10.0<1%
  • microsoft copilot studio
masslikely millions of users across on the order of 100,000+ organizations (multi-tenant Microsoft 365/Power Platform SaaS with no per-install counts)
CVE-2026-81349
OS Command Injection Privilege Elevation in Microsoft Azure HDInsights

CVE-2026-81349 is an operating-system command injection flaw (CWE-78) in Microsoft's Azure HDInsights managed big-data service. It is triggered when the service improperly neutralizes special elements passed into an OS command, and per the CVSS vector an attacker must already hold high-level authorized access, exploiting it over the network with no user interaction required. Successful exploitation allows the attacker to elevate privileges, with high impact on the confidentiality, integrity, and availability of the affected HDInsight environment. Only organizations running Azure HDInsight clusters are affected; the flaw was fixed as part of Microsoft's September 2026 Patch Tuesday, which addressed 966 flaws. No public proof-of-concept is known, it is not listed in CISA's KEV catalog, and EPSS estimates roughly a 0.7% chance of exploitation within 30 days.

Do: Review Microsoft's September 2026 Patch Tuesday advisory for CVE-2026-81349 and apply any required service updates or customer actions to HDInsight clusters as directed. Because exploitation requires an already highly privileged authorized attacker, audit and restrict highly privileged roles, service principals, and identities with access to HDInsight resources. Monitor Azure Service Health and the MSRC advisory page for service-side remediation details.

7.2<1%
  • Microsoft Azure HDInsights
moderatelikely on the order of low tens of thousands of Azure HDInsight clusters worldwide (exact counts unpublished)
CVE-2026-81380
Command Injection in GitHub Copilot and Visual Studio Code Allows Information Disclosure

CVE-2026-81380 is a command injection vulnerability (CWE-77) in GitHub Copilot and Visual Studio Code in which special elements used in commands are improperly neutralized. An unauthorized attacker can trigger it remotely over a network, but exploitation requires high attack complexity and user interaction, meaning a user must be led into letting crafted input reach a command executed by Copilot or VS Code. Successful exploitation yields information disclosure only, with high confidentiality impact and no integrity or availability impact. Anyone running affected, unpatched versions of Visual Studio Code with the GitHub Copilot integration is potentially affected, though the available data does not specify exact version ranges. There is no known public proof-of-concept, no CISA KEV listing, and a low EPSS exploitation probability (0.6% over 30 days); per related coverage, Microsoft shipped fixes among its September 2026 Patch Tuesday updates.

Do: Update Visual Studio Code and the GitHub Copilot extension to the latest patched releases distributed through Microsoft's September 2026 security updates (fixed version numbers are not listed in this data, so verify via the VS Code Extensions panel and Microsoft's advisory). Until patched, exercise caution when letting Copilot process untrusted content such as unfamiliar repositories, files, or chat input, since user interaction is part of the attack path.

5.3<1%
  • Microsoft (GitHub) GitHub Copilot for Visual Studio Code
  • Microsoft Visual Studio Code
masstens of millions of developer installations (VS Code holds roughly 70%+ of developer-editor market share and Copilot has a multimillion-user subscriber base)
CVE-2026-81381
Insufficiently Protected Credentials in GitHub Copilot and Visual Studio Code

CVE-2026-81381 is a credential-protection flaw (CWE-522) in GitHub Copilot and Visual Studio Code, addressed by Microsoft's September 2026 Patch Tuesday release. The CVSS vector (AV:N/AC:L/PR:N/UI:R) indicates that an unauthorized, unauthenticated attacker can trigger the issue over a network, but only with some user interaction. A successful attack has a high confidentiality impact, allowing disclosure of insufficiently protected credentials or other sensitive information, with no integrity or availability impact. Anyone running Visual Studio Code with the GitHub Copilot extension is in scope, which spans the very broad VS Code developer base. There is no public proof-of-concept, the CVE is not in CISA's KEV catalog, and EPSS estimates about a 0.6% chance of exploitation in the next 30 days, so exploitation is not confirmed.

Do: Install the Visual Studio Code and GitHub Copilot fixes released with Microsoft's September 2026 Patch Tuesday, checking the Microsoft advisory for the exact fixed builds. Until patched, avoid using Copilot or stored GitHub credentials in VS Code over untrusted networks and warn users about unexpected interactive prompts. After updating, consider rotating or revoking GitHub personal access tokens and OAuth tokens if credential exposure is suspected.

7.5<1%
  • Microsoft Visual Studio Code
  • Microsoft (GitHub) GitHub Copilot
masstens of millions of developer installations (VS Code is the most widely used code editor and Copilot is among its most-installed extensions)
CVE-2026-83941
Missing Authorization in Microsoft Entra ID Enables Privilege Escalation

CVE-2026-83941 is a missing-authorization flaw (CWE-862) in Microsoft Entra ID, the cloud identity service behind Microsoft 365 and Azure. An already-authenticated, low-privileged user can send a network request to an Entra ID endpoint that fails to enforce proper authorization checks, requiring no user interaction. Exploitation lets the attacker elevate their privileges within the directory, with high confidentiality and integrity impact (CVSS 9.9, scope changed). Any organization that uses Microsoft Entra ID is in the affected population. The flaw was patched in Microsoft's September 2026 Patch Tuesday release; it is not in CISA KEV, has no known public proof-of-concept, and carries a low EPSS of roughly 0.7%.

Do: Review Microsoft's September 2026 Patch Tuesday advisory for this CVE and apply any required tenant-side updates or configuration changes, noting that fixes for the cloud-hosted directory service are applied largely by Microsoft. Audit privileged role assignments and sign-in activity in your tenant for signs of unexpected elevation, and tighten who holds elevated roles. Monitor for additions to CISA KEV or public proof-of-concept code, which would raise urgency.

9.9<1%
  • Microsoft Entra ID (Azure Active Directory)
masshundreds of millions of user identities across hundreds of thousands of organizations (Entra ID underpins essentially all Microsoft 365/Azure tenants)
Full article2,460 words · extracted from bleepingcomputer.com · click to collapse

Today is Microsoft's September 2026 Patch Tuesday, with security updates released for a record-breaking 966 flaws, including two actively exploited zero-day vulnerabilities.

This Patch Tuesday addresses 105 "Critical" vulnerabilities, 81 of which are remote code execution, 20 are elevation of privileges, 2 are information disclosure, and 1 security feature bypass.

When BleepingComputer reports on Patch Tuesday security updates, we only count vulnerabilities released by Microsoft on Patch Tuesday itself.

Therefore, today's total does not include 204 flaws fixed earlier this month, including vulnerabilities in Azure AI Language, Azure Cosmos DB, Copilot Studio, Entra ID, Mariner, Microsoft Azure Active Directory B2C, Microsoft Discovery Studio, Microsoft Edge (Chromium-based), Microsoft Fabric, and Power Automate.

This month's Patch Tuesday fixes two actively exploited zero-day vulnerabilities.

Microsoft classifies a zero-day flaw as publicly disclosed or actively exploited while no official fix is available.

The actively exploited zero-day vulnerabilities addressed during this the September 2026 Patch Tuesday are:

Microsoft has patched an actively exploited elevation of privilege vulnerability in the Windows Update Stack that allows attackers to gain SYSTEM privileges.

"Improper link resolution before file access ('link following') in Windows Update Stack allows an authorized attacker to elevate privileges locally.," warns Microsoft.

The flaws were credited to Romain Deperne and the Microsoft Threat Intelligence Centre (MSTIC).

No details have been shared on how the flaw was exploited in attacks.

Microsoft has fixed a Windows Advanced Local Procedure Call (ALPC) flaw that was exploited in attacks to gain SYSTEM privileges.

"Heap-based buffer overflow in Windows ALPC allows an authorized attacker to elevate privileges locally," explains Microsoft.

Microsoft has not shared any details on how this flaw was exploited in attacks.

The flaw were discovered by Volexity and Mark Kelly, David Galazin, Jeremy Hedges with Proofpoint

Below is the complete list of resolved vulnerabilities in the September 2026 updates. Note, this report does include the flaws fixed earlier this month.

To access the full description of each vulnerability and the systems it affects, you can view the full report here.

Tag CVE ID CVE Title Severity
.NET CVE-2026-69805 .NET Elevation of Privilege Vulnerability Important
.NET CVE-2026-58649 .NET Information Disclosure Vulnerability Important
.NET CVE-2026-69806 .NET Elevation of Privilege Vulnerability Important
.NET and Visual Studio CVE-2026-69439 .NET and Visual Studio Elevation of Privilege Vulnerability Important
Active Directory Certificate Services (AD CS) CVE-2026-69821 Active Directory Certificate Services (AD CS) Elevation of Privilege Vulnerability Important
Active Directory Certificate Services (AD CS) CVE-2026-69624 Active Directory Certificate Services (AD CS) Tampering Vulnerability Important
Active Directory Certificate Services (AD CS) CVE-2026-62810 Active Directory Certificate Services (AD CS) Elevation of Privilege Vulnerability Important
Active Directory Certificate Services (AD CS) CVE-2026-69395 Active Directory Certificate Services (AD CS) Information Disclosure Vulnerability Important
Active Directory Domain Services CVE-2026-62762 Windows Active Directory Domain Services Denial of Service Vulnerability Important
Active Directory Domain Services CVE-2026-62813 Windows Active Directory Domain Services Remote Code Execution Vulnerability Important
Active Directory Domain Services CVE-2026-69809 Windows Active Directory Domain Services Denial of Service Vulnerability Important
Active Directory Domain Services CVE-2026-69359 Active Directory Domain Services Elevation of Privilege Vulnerability Important
Active Directory Domain Services CVE-2026-69524 Windows Active Directory Domain Services Remote Code Execution Vulnerability Important
Active Directory Domain Services CVE-2026-69546 Windows Active Directory Domain Services Remote Code Execution Vulnerability Important
Active Directory Federation Services (AD FS) CVE-2026-72978 Active Directory Federation Services (AD FS) Denial of Service Vulnerability Important
ASP.NET Core CVE-2026-57099 ASP.NET Core Denial of Service Vulnerability Important
ASP.NET Core CVE-2026-69304 ASP.NET Core Denial of Service Vulnerability Important
Audio Video Control Transport Protocol CVE-2026-69401 Audio Video Control Transport Protocol Elevation of Privilege Vulnerability Important
Azure AI Language CVE-2026-70352 Azure AI Language Elevation of Privilege Vulnerability Critical
Azure Arc CVE-2026-62895 Azure Arc SQL Server Extension Elevation of Privilege Vulnerability Important
Azure Cosmos DB CVE-2026-69857 Azure Cosmos DB Spoofing Vulnerability Critical
Azure CycleCloud CVE-2026-77909 Azure CycleCloud Information Disclosure Vulnerability Important
Azure HDInsights CVE-2026-81349 Azure HDInsight Ambari Elevation of Privilege Vulnerability Important
BranchCache CVE-2026-69329 BranchCache Denial of Service Vulnerability Important
Connected Devices Platform Service (Cdpsvc) CVE-2026-69516 Connected Devices Platform Service (Cdpsvc) Elevation of Privilege Vulnerability Important
Copilot Studio CVE-2026-80098 Copilot Studio Elevation of Privilege Vulnerability Critical
Data Sharing Service Client CVE-2026-73014 Data Sharing Service Client Elevation of Privilege Vulnerability Important
Entra ID CVE-2026-83941 Entra ID Elevation of Privilege Vulnerability Critical
GitHub Copilot and Visual Studio Code CVE-2026-81381 GitHub Copilot and Visual Studio Code Information Disclosure Vulnerability Important
GitHub Copilot and Visual Studio Code CVE-2026-81380 GitHub Copilot and Visual Studio Code Information Disclosure Vulnerability Important
Graphic Fonts CVE-2026-69576 Graphic Fonts Elevation of Privilege Vulnerability Important
Graphic Fonts CVE-2026-72986 Graphic Fonts Remote Code Execution Vulnerability Critical
Graphic Fonts CVE-2026-73018 Graphic Fonts Remote Code Execution Vulnerability Critical
HID class driver CVE-2026-69731 HID Class Driver Elevation of Privilege Vulnerability Important
Internet Storage Name Service CVE-2026-68895 Internet Storage Name Service Information Disclosure Vulnerability Important
IP Helper CVE-2026-72981 IP Helper Remote Code Execution Vulnerability Critical
Kernel Streaming WOW Thunk Service Driver CVE-2026-69275 Kernel Streaming WOW Thunk Service Driver Elevation of Privilege Vulnerability Important
Kernel Streaming WOW Thunk Service Driver CVE-2026-69900 Kernel Streaming WOW Thunk Service Driver Elevation of Privilege Vulnerability Important
Mariner CVE-2026-80737 serial: amba-pl011: synchronize DMA teardown Moderate
Mariner CVE-2026-80733 net: remove WARN_ON_ONCE() from sk_mc_loop() Moderate
Mariner CVE-2026-80732 ata: pata_sl82c105: fix bridge revision use-after-free Moderate
Mariner CVE-2026-80738 bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie Moderate
Mariner CVE-2026-80743 ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers Moderate
Mariner CVE-2026-80742 af_packet: Don't send zero-byte data in tpacket_snd(). Moderate
Mariner CVE-2026-80744 netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort path Low
Mariner CVE-2026-80731 net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header Moderate
Mariner CVE-2026-78607 Missing Authorization in Elasticsearch Leading to Information Disclosure Moderate
Mariner CVE-2026-78662 Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh Moderate
Mariner CVE-2026-80757 selinux: reject a class permission count below its inherited common Moderate
Mariner CVE-2026-78410 Util-linux: util-linux: restricted bind mounts do not pin the source, allowing x-mount.owner/group/mode redirection Important
Mariner CVE-2026-80728 Revert "drm/amdgpu: fix aperture mapping leak" Moderate
Mariner CVE-2026-80730 ring-buffer: Fix crash passing ERR_PTR to kthread_stop() Moderate
Mariner CVE-2026-78689 NGINX ngx_http_js_module vulnerablility Important
Mariner CVE-2026-80726 KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow page Moderate
Mariner CVE-2026-80747 drm/amdkfd: Add bounds check for CRAT subtype length Moderate
Mariner CVE-2026-80767 HID: sensor: custom: Fix use-after-free in enable_sensor Moderate
Mariner CVE-2026-80768 HID: ft260: fix stack-use-after-return write in I2C read race Moderate
Mariner CVE-2026-80783 HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event() Moderate
Mariner CVE-2026-80766 HID: uclogic: fix use-after-free of inrange_timer on remove Moderate
Mariner CVE-2026-80772 HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler() Moderate
Mariner CVE-2026-80780 HID: pidff: fix OOB write when hid->inputs is empty Moderate
Mariner CVE-2026-80770 HID: nintendo: stop device IO before hid_hw_stop on probe failure Moderate
Mariner CVE-2026-80771 HID: nintendo: register input device after capabilities are set Moderate
Mariner CVE-2026-80765 HID: hyperv: validate initial device info bounds Moderate
Mariner CVE-2026-80756 selinux: do not cancel a policy conversion that never started Moderate
Mariner CVE-2026-80782 HID: magicmouse: do not keep a stale msc->input if no input is claimed Moderate
Mariner CVE-2026-80752 Input: psxpad-spi - set driver data before use Moderate
Mariner CVE-2026-80755 selinux: reject a permission value exceeding the class permission count Moderate
Mariner CVE-2026-80763 Bluetooth: hci_event: validate LE Set CIG Parameters response Moderate
Mariner CVE-2026-80764 Bluetooth: hci_event: fix LE list UAF on reset Moderate
Mariner CVE-2026-80761 Bluetooth: ISO: zero the sockaddr before returning it in getname Low
Mariner CVE-2026-80762 Bluetooth: hci_sync: Fix accept list UAF during suspend Moderate
Mariner CVE-2026-78408 Util-linux: util-linux: nsenter --join-cgroup leaks root cgroup migration authority Important
Mariner CVE-2026-31911 abort() in libpcap before 1.10.7 on an invalid BPF opcode Moderate
Mariner CVE-2026-31912 OOBR in libpcap before 1.10.7 Moderate
Mariner CVE-2026-18924 HTTP/2 server push UAF Moderate
Mariner CVE-2026-19931 Negotiate ambient user conn reuse Moderate
Mariner CVE-2026-56143 Allocation of Resources Without Limits or Throttling in Elasticsearch Leading to Denial of Service Moderate
Mariner CVE-2026-56855 Prevent DoS on deadlocked established channel in golang.org/x/crypto/ssh Moderate
Mariner CVE-2026-33630 c-ares : Use-after-free / double-free in c-ares query-completion handling, remotely triggerable via ares_getaddrinfo() over TCP Important
Mariner CVE-2026-55951 httpc memory exhaustion via unbounded response header accumulation Important
Mariner CVE-2026-18743 Popt-devel: popt-static: short realloc in poptconfigfiletostring Low
Mariner CVE-2026-0799 OOBR and OOBW in libpcap before 1.10.7 Important
Mariner CVE-2026-13608 OpenLDAP SASL authentication bypass Low
Mariner CVE-2026-86144 In xinclude in libxml2 before 2.15.4, xmlXIncludeProcess and xmlXIncludeProcessTree do not propagate parseFlags. This has security relevance for, for example, the XML_PARSE_NONET flag, if (without it) a custom resource loader accesses the internet and triggers XML external entity injection, SSRF, or a denial of service (e.g., for an attacker-controlled internet resource that is intentionally slow). Moderate
Mariner CVE-2026-86145 PCRE2 before 10.48 allows a pcre2_dfa_match out-of-bounds write because reuse of a cached workspace block, in a recursive DFA matching workspace, lacks a size check (even though a newly allocated block, for the same purpose, does have a size check). This outcome requires an attacker-controlled regular expression, or a recursive pattern in conjunction with a small heap limit (this can be set through the API). Important
Mariner CVE-2026-18313 rpcapd memory leak in libpcap before 1.10.7 Moderate
Mariner CVE-2026-18329 NGINX ngx_http_js_module vulnerability Moderate
Mariner CVE-2026-14957 FIPS mode assertion failure via malicious CERT payload Important
Mariner CVE-2026-18238 OOBR in rpcap client in libpcap before 1.10.7 Moderate
Mariner CVE-2026-59696 uri_string does not bound the port component of a URI before integer conversion Moderate
Mariner CVE-2026-73812 inets, httpd: HTTP Request Smuggling via Transfer-Encoding and Content-Length Important
Mariner CVE-2026-74835 inets,httpd: Memory Exhaustion via Unenforced max_body_size During Chunked Body Reception Important
Mariner CVE-2026-73270 httpd mod_auth directory protection bypassed by request path casing on case-insensitive filesystems Important
Mariner CVE-2026-73276 inets, httpd: HTTP Request Smuggling via Whitespace-Before-Colon Header Dropping i Important
Mariner CVE-2026-76642 util-linux libmount Privilege Escalation via Failed Mount Helper Moderate
Mariner CVE-2026-78222 NGINX ngx_http_js_module vulnerability Moderate
Mariner CVE-2026-74994 inets, httpd: Authentication Bypass via Directory Namespace Collapse in httpd mod_auth Moderate
Mariner CVE-2026-75538 A Signed Length Overflow in Erlang/OTP's inet TCP Driver Overflows the Receive Buffer Into BEAM VM Memory From an Unauthenticated Peer Important
Mariner CVE-2026-72649 Deserialization of Untrusted Data in Elasticsearch Leading to Remote Code Execution Important
Mariner CVE-2026-66357 inets,httpd:HTTP Request Smuggling via obs-fold Header Continuation Important
Mariner CVE-2026-66835 httpd mod_auth directory protection bypassed by a doubled slash in the request path Important
Mariner CVE-2026-6244 division by zero in libpcap before 1.10.7 Moderate
Mariner CVE-2026-6554 infinte loop in libpcap before 1.10.7 Moderate
Mariner CVE-2026-71380 httpd applies no timeout while receiving a request body, parking a worker on a stalled client Important
Mariner CVE-2026-71562 httpc does not bound server-supplied numeric header values before integer conversion Moderate
Mariner CVE-2026-69664 httpd parks a request worker indefinitely on a malformed chunk size sent after the headers Important
Mariner CVE-2026-70409 eldap does not bound the port component of a referral URL before integer conversion Moderate
Mariner CVE-2026-80784 mptcp: pm: fix memory leak from alloc-during-teardown race Low
Mariner CVE-2026-82208 wolfSSL CA-cache hit overrides callback Important
Mariner CVE-2026-83605 xmldom: Attribute name injection via setAttribute() bypasses requireWellFormed Important
Mariner CVE-2026-83607 xmldom: Element name injection via createElement() bypasses requireWellFormed Important
Mariner CVE-2026-80910 ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses Low
Mariner CVE-2026-80912 selinux: reject an unclaimed class value in security_get_classes() Moderate
Mariner CVE-2026-80913 selinux: require every boolean value to be defined Moderate
Mariner CVE-2026-83613 xmldom: Quadratic-time attribute deduplication Important
Mariner CVE-2026-83614 xmldom: Quadratic-time parsing via the malformed-input recovery path — `parseElementStartPart` re-scan and `normalize()` adjacent-text merge Important
Mariner CVE-2026-83615 xmldom: Quadratic-memory consumption Important
Mariner CVE-2026-83608 xmldom: DocType `name` Injection Bypasses requireWellFormed Important
Mariner CVE-2026-83610 xmldom: XML fragment injection via invalid EntityReference.nodeName during requireWellFormed serialization Moderate
Mariner CVE-2026-83611 xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content Moderate
Mariner CVE-2026-80909 drm/amdgpu: Reject UVD message with invalid number of h265 refs Important
Mariner CVE-2026-80888 drm/vmwgfx: drop dma_buf reference on foreign-fd prime import Moderate
Mariner CVE-2026-80889 can: isotp: fix timer drain order, wakeup handling and tx_gen ordering Low
Mariner CVE-2026-80890 sctp: reject stale cookies with mismatched verification tags Moderate
Mariner CVE-2026-80864 RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp Moderate
Mariner CVE-2026-80866 tipc: avoid busy looping in tipc_exit_net() Moderate
Mariner CVE-2026-80872 ALSA: hda/tas2781: Cancel async firmware request at unbind Moderate
Mariner CVE-2026-80902 dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA Moderate
Mariner CVE-2026-80904 net/tls: Fail tls_sw_splice_read() after a failed async decrypt Moderate
Mariner CVE-2026-80905 net: tap: fix wrong transport_header when sending VLAN-tagged frame Moderate
Mariner CVE-2026-80891 KVM: s390: pci: Validate AIBV and AISB before pinning guest pages Moderate
Mariner CVE-2026-80892 erofs: cap LZMA stream pool size Low
Mariner CVE-2026-80893 mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork() Low
Mariner CVE-2026-86090 ntopng before 6.7.260717 Missing Authorization on the Notification Endpoint and Recipient Delete Handlers Important
Mariner CVE-2026-86091 ntopng before 6.7.260717 Missing Authorization on the Host Pool Bulk Delete Handler Important
Mariner CVE-2026-86137 In libxml2 before 2.15.4, xmlFAParsePosCharGroup has an out-of-bounds read, aka an out-of-bounds read in the NXT macro in xmlregexp. Low
Mariner CVE-2026-85507 ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer overflow in _output_dell_system_info_cmc_info in ipmi-oem/ipmi-oem-dell.c (cmc-info subcommand to dell get-system-info). Critical
Mariner CVE-2026-85508 ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer overflow in _output_dell_system_info_cmc_ipv6_info in ipmi-oem/ipmi-oem-dell.c (cmc-ipv6-info subcommand to dell get-system-info). Critical
Mariner CVE-2026-85509 FreeIPMI before 1.6.19 has a stack-based buffer overflow in _read_fru_data in libfreeipmi/fru/ipmi-fru.c when a BMC returns more bytes than requested. Critical
Mariner CVE-2026-86141 xmlregexp in libxml2 before 2.15.4 has a NULL pointer dereference in xmlRegNewParserCtxt after a strdup failure, i.e., it does not calculate a string length after NULL checking. Low
Mariner CVE-2026-86142 In libxml2 before 2.15.4, there is a heap-based buffer overflow in xmlXPtrEvalXPtrPart because of xmlXPtrEval xpointer length saturation. Moderate
Mariner CVE-2026-86143 In xmlIO in libxml2 before 2.15.4, an inconsistency in xmlOutputWriteCallback and xmlBufUse causes negative lengths to reach write callbacks, aka a lack of a check for integer overflow before calling writecallback. This has security relevance for many types of uses of that length value within a callback. Moderate
Mariner CVE-2026-86138 In libxml2 before 2.15.4, xmlDictAddQString in dict.c has an integer overflow and resultant heap-based buffer overflow. Moderate
Mariner CVE-2026-86139 In libxml2 before 2.15.4, xmlURIEscapeStr in uri.c has an integer overflow. Moderate
Mariner CVE-2026-86140 In libxml2 before 2.15.4, xmlSnprintfElements in valid.c has a strcat stack-based buffer overflow. Important
Mariner CVE-2026-85506 ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer overflow in _get_dell_system_info_idrac_info in ipmi-oem/ipmi-oem-dell.c (idrac-info subcommand to dell get-system-info). Critical
Mariner CVE-2026-84303 gRPC-Go: xDS RBAC HTTP Filter bypass via mixed-case Header Matching and gRFC A41 validation evasion Moderate
Mariner CVE-2026-84304 gRPC-Go: Heap Memory Exhaustion (OOM) via HTTP/2 DATA Frame Fragmentation Important
Mariner CVE-2026-84838 Rpm: command injection in rpmuncompress via unescaped filenames passed to popen() Important
Mariner CVE-2026-83616 xmldom: Processing Instruction Target Injection Bypasses requireWellFormed Important
Mariner CVE-2026-83619 xmldom: End-tag Whitespace-Trim Regex ReDoS — quadratic backtracking in the 0.8.x end-tag parser Important
Mariner CVE-2026-84233 Rpm: command execution via macro expansion in `rpmuncompress -x` for crafted `.gem` filenames Moderate
Mariner CVE-2026-85396 rubyzip before 3.4.0 Path Traversal in Zip::Entry#extract via Sibling-Directory Prefix Important
Mariner CVE-2026-85504 FreeIPMI before 1.6.19 has a stack-based buffer overflow in _ipmi_sel_oem_fujitsu_get_sel_entry_long_text in libfreeipmi/sel/ipmi-sel-string-fujitsu-irmc-common.c via malformed Fujitsu SEL long-text responses. Critical
Mariner CVE-2026-85505 ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer over-read in ipmi_oem_fujitsu_get_sel_entry_long_text in ipmi-oem/ipmi-oem-fujitsu.c when a BMC provides a short response, a different vulnerability than CVE-2026-50031 (which has different affected versions). Moderate
Mariner CVE-2026-85062 Colord: Slow rejection of oversized malformed color strings Moderate
Mariner CVE-2026-85091 zlib 1.3.1.2 through 1.3.2 Heap Buffer Overflow via gz_vacate Important
Mariner CVE-2026-85393 node-forge through 1.4.0 RSA PKCS#1 v1.5 Signature Forgery via Nested DigestAlgorithm Padding Important
Mariner CVE-2026-80863 RDMA/rxe: Fix OOB in free_rd_atomic_resources() Moderate
Mariner CVE-2026-80805 xfs: validate attr entry pointer before field access Moderate
Mariner CVE-2026-80806 ext4: don't enable DAX on new encrypted files Moderate
Mariner CVE-2026-80807 nilfs2: reject invalid block index in GC ioctl Moderate
Mariner CVE-2026-80801 nfc: microread: validate target discovery payload lengths Moderate
Mariner CVE-2026-80802 nfc: fdp: bound the device-reported read length and fix an skb leak Moderate
Mariner CVE-2026-80803 nfc: digital: clamp SENSF_RES length to the destination buffer Important
Mariner CVE-2026-80820 xfs: don't livelock in scrub on a circular unlinked list Moderate
Mariner CVE-2026-80823 nfc: st21nfca: validate ATR_REQ length against the received frame Important
Mariner CVE-2026-80824 usb: usbfs: fix use-after-free of usb_device in usbdev_release() Moderate
Mariner CVE-2026-80808 ext4: stop retrying saturated xattr cache entries Moderate
Mariner CVE-2026-80809 ocfs2: fix missing metadata reservation for large xattrs Moderate
Mariner CVE-2026-80819 Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept Moderate
Mariner CVE-2026-80800 nfc: llcp: bound the connect_sn TLV walk to the skb Important
Mariner CVE-2026-80790 nvmet-fc: fix invalid free in LS IOD error path Moderate
Mariner CVE-2026-80791 nvmet-auth: zero the AUTH_RECEIVE response buffer Important
Mariner CVE-2026-80792 ipv6: fix use-after-free in ip6_finish_output2() Important
Mariner CVE-2026-80785 fbdev: serialize mode sysfs access with lock_fb_info() Moderate
Mariner CVE-2026-80788 nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations Important
Mariner CVE-2026-80789 nvmet-tcp: bound SGL data length before allocating command buffers Important
Mariner CVE-2026-80797 nfc: pn533: purge fragmented skbs during cleanup Low
Mariner CVE-2026-80798 nfc: llcp: reject PDUs shorter than the LLCP header Important
Mariner CVE-2026-80799 nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers Important
Mariner CVE-2026-80793 ipv4: reject undersized MTUs in ip_do_fragment() Moderate
Mariner CVE-2026-80794 nfc: nci: fix uninit-value in the RF discover/activated NTF handlers Moderate
Mariner CVE-2026-80796 nfc: nci: add data_len bound checks to activation parameter extractors Moderate
Mariner CVE-2026-80846 xfrm: drop ESP-in-TCP packets with no ingress device Moderate
Mariner CVE-2026-80847 tcp: clamp route advmss to TCP_MIN_MSS Moderate
Mariner CVE-2026-80848 xfrm: espintcp: fix UAF during close Moderate
Mariner CVE-2026-80842 net: bridge: mcast: fix use-after-free of a master VLAN's multicast context Moderate
Mariner CVE-2026-80843 xfrm: fix xfrm_state_construct() auth-trunc leak Low
Mariner CVE-2026-80844 xfrm: ah6: validate routing header segments_left Moderate
Mariner CVE-2026-80855 fuse: fix invalidate lock leak on open O_TRUNC DAX failure Moderate
Mariner CVE-2026-80856 fuse: fix invalidate lock leak on setattr writeback failure Moderate
Mariner CVE-2026-80861 usb: xhci: bail out of setup if the controller is inaccessible Moderate
Mariner CVE-2026-80851 gtp: serialize PDP context updates Moderate
Mariner CVE-2026-80852 tls: device: fix out-of-bounds write in tls_append_frag() Moderate
Mariner CVE-2026-80854 usb: gadget: f_tcm: keep port count until LUN teardown completes Moderate
Mariner CVE-2026-80841 net/packet: defer vmalloc TX_RING free until skbs finish Moderate
Mariner CVE-2026-80829 ALSA: usb-audio: fix OOB write in snd_usbmidi_novation_output() Moderate
Mariner CVE-2026-80830 usb: core: Add lock to usb_wakeup_notification() Moderate
Mariner CVE-2026-80831 crypto: mxs-dcp - fix source scatterlist length access Moderate
Mariner CVE-2026-80826 USB: c67x00: fix use-after-free in c67x00_add_iso_urb() Moderate
Mariner CVE-2026-80827 USB: serial: option: fix slab OOB read in interrupt URB callback Low
Mariner CVE-2026-80828 ALSA: usb-audio: Complete cleanup after system-resume errors Moderate
Mariner CVE-2026-80836 crypto: virtio - bound the akcipher result length Moderate
Mariner CVE-2026-80837 netfilter: nf_tables: don't queue packet path object notifications Important
Mariner CVE-2026-80840 ipv6: seg6: clear IPv4 control block on IPIP decapsulation Important
Mariner CVE-2026-80832 crypto: qce - fix CCM AAD buffer underallocation Moderate
Mariner CVE-2026-80833 crypto: sun8i-ss - Remove crypto_rng interface Moderate
Mariner CVE-2026-80834 crypto: sun8i-ce - Remove crypto_rng interface Moderate
Mariner CVE-2025-70873 An information disclosure issue in the zipfileInflate function in the zipfile extension in SQLite v3.51.1 and earlier allows attackers to obtain heap memory via supplying a crafted ZIP file. Important
Mariner CVE-2026-34182 CMS AuthEnvelopedData Processing May Accept Forged Messages Critical
Microsoft Account CVE-2026-68850 Microsoft Account Elevation of Privilege Vulnerability Important
Microsoft Account CVE-2026-68852 Microsoft Account Information Disclosure Vulnerability Important
Microsoft Authentication Library (MSAL) for Node.js CVE-2026-84003 Microsoft Authentication Library (MSAL) for Node.js Spoofing Vulnerability Important
Microsoft Authenticator CVE-2026-80097 Microsoft Authenticator Elevation of Privilege Vulnerability Important
Microsoft Azure Active Directory B2C CVE-2026-83711 Microsoft Azure Active Directory B2C Elevation of Privilege Vulnerability Critical
Microsoft Azure CLI CVE-2026-83948 Microsoft Azure CLI Remote Code Execution Vulnerability Important
Microsoft COM for Windows CVE-2026-69294 Microsoft COM for Windows Information Disclosure Vulnerability Important
Microsoft COM for Windows CVE-2026-69299 Microsoft COM for Windows Elevation of Privilege Vulnerability Important
Microsoft Discovery Studio CVE-2026-62906 Microsoft Discovery Studio Information Disclosure Vulnerability Critical
Microsoft Dynamics 365 CVE-2026-77908 Microsoft Dynamics 365 On-Premises Remote Code Execution Vulnerability Important
Microsoft Dynamics 365 CVE-2026-65772 Microsoft Dynamics 365 On-Premises Remote Code Execution Vulnerability Critical
Microsoft Edge (Chromium-based) CVE-2026-84335 Chromium: CVE-2026-84335 Incorrect authorization in TabStrip Unknown
Microsoft Edge (Chromium-based) CVE-2026-84351 Chromium: CVE-2026-84351 Buffer overflow in GPU Unknown
Microsoft Edge (Chromium-based) CVE-2026-84348 Chromium: CVE-2026-84348 Information leak in MediaCapture Unknown
Microsoft Edge (Chromium-based) CVE-2026-84347 Chromium: CVE-2026-84347 Use after free in WebRTC Unknown
Microsoft Edge (Chromium-based) CVE-2026-84350 Chromium: CVE-2026-84350 Use after free in TabStrip Unknown
Microsoft Edge (Chromium-based) CVE-2026-84349 Chromium: CVE-2026-84349 Use after free in Browser Unknown
Microsoft Edge (Chromium-based) CVE-2026-84353 Chromium: CVE-2026-84353 Use after free in Shared Tab Groups Unknown
Microsoft Edge (Chromium-based) CVE-2026-84357 Chromium: CVE-2026-84357 Improper input validation in Omnibox Unknown
Microsoft Edge (Chromium-based) CVE-2026-84358 Chromium: CVE-2026-84358 Improper privilege management in Downloads Unknown
Microsoft Edge (Chromium-based) CVE-2026-84359 Chromium: CVE-2026-84359 Information leak in Skia Unknown
Microsoft Edge (Chromium-based) CVE-2026-84354 Chromium: CVE-2026-84354 Incorrect authorization in FileSystem Unknown
Microsoft Edge (Chromium-based) CVE-2026-84355 Chromium: CVE-2026-84355 Incorrect authorization in Navigation Unknown
Microsoft Edge (Chromium-based) CVE-2026-84356 Chromium: CVE-2026-84356 UI misrepresentation in FullScreen Unknown
Microsoft Edge (Chromium-based) CVE-2026-84327 Chromium: CVE-2026-84327 Incorrect authorization in Autofill Unknown
Microsoft Edge (Chromium-based) CVE-2026-84326 Chromium: CVE-2026-84326 Uninitialized resource in V8 Unknown
Microsoft Edge (Chromium-based) CVE-2026-84332 Chromium: CVE-2026-84332 Incorrect authorization in SiteSettings Unknown
Microsoft Edge (Chromium-based) CVE-2026-84331 Chromium: CVE-2026-84331 Incorrect authorization in Actor Unknown
Microsoft Edge (Chromium-based) CVE-2026-84329 Chromium: CVE-2026-84329 Confused deputy in CredentialProvider Unknown
Microsoft Edge (Chromium-based) CVE-2026-84328 Chromium: CVE-2026-84328 Missing authorization in FileSystem Unknown
Microsoft Edge (Chromium-based) CVE-2026-84323 Chromium: CVE-2026-84323 Missing authorization in FileSystem Unknown
Microsoft Edge (Chromium-based) CVE-2026-84334 Chromium: CVE-2026-84334 Incorrect authorization in Chromoting Unknown
Microsoft Edge (Chromium-based) CVE-2026-84325 Chromium: CVE-2026-84325 Improper input validation in DataTransfer Unknown
Microsoft Edge (Chromium-based) CVE-2026-84324 Chromium: CVE-2026-84324 Use after free in Proxy Unknown
Microsoft Entra ID CVE-2026-62916 Microsoft Entra ID Elevation of Privilege Vulnerability Critical
Microsoft Exchange Server CVE-2026-69355 Microsoft Exchange Server Remote Code Execution Vulnerability Important
Microsoft Exchange Server CVE-2026-69641 Microsoft Exchange Server Elevation of Privilege Vulnerability Important
Microsoft Exchange Server CVE-2026-55007 Microsoft Exchange Server Remote Code Execution Vulnerability Important
Microsoft Exchange Server CVE-2026-69356 Microsoft Exchange Server Spoofing Vulnerability Important
Microsoft Exchange Server CVE-2026-69375 Microsoft Exchange Server Tampering Vulnerability Important
Microsoft Exchange Server CVE-2026-69361 Microsoft Exchange Server Spoofing Vulnerability Important
Microsoft Exchange Server CVE-2026-69380 Microsoft Exchange Server Elevation of Privilege Vulnerability Important
Microsoft Exchange Server CVE-2026-69382 Microsoft Exchange Server Information Disclosure Vulnerability Important
Microsoft Exchange Server CVE-2026-69378 Microsoft Exchange Server Denial of Service Vulnerability Important
Microsoft Fabric CVE-2026-70178 Microsoft Fabric Elevation of Privilege Vulnerability Critical
Microsoft Graphics Component CVE-2026-73016 DirectWrite Remote Code Execution Vulnerability Important
Microsoft Graphics Component CVE-2026-84000 Microsoft Graphics Component Remote Code Execution Vulnerability Important
Microsoft Graphics Component CVE-2026-78439 Microsoft Office Graphics Component Remote Code Execution Vulnerability Critical
Microsoft Graphics Component CVE-2026-81955 Windows Graphics Component Remote Code Execution Vulnerability Critical
Microsoft Graphics Component CVE-2026-69467 Microsoft Graphics Component Elevation of Privilege Vulnerability Important
Microsoft Graphics Component CVE-2026-83990 Microsoft Graphics Component Elevation of Privilege Vulnerability Important
Microsoft Graphics Component CVE-2026-73006 DirectWrite Remote Code Execution Vulnerability Critical
Microsoft Graphics Component CVE-2026-77493 Windows Graphics Component Remote Code Execution Vulnerability Critical
Microsoft Install Service CVE-2026-69605 Microsoft Install Service Elevation of Privilege Vulnerability Important
Microsoft JScript CVE-2026-69438 Microsoft JScript Remote Code Execution Vulnerability Important
Microsoft JScript CVE-2026-69325 Microsoft JScript Remote Code Execution Vulnerability Important
Microsoft Local Security Authority Server (lsasrv) CVE-2026-69594 Microsoft Local Security Authority (LSA) Server Elevation of Privilege Vulnerability Important
Microsoft Local Security Authority Server (lsasrv) CVE-2026-69365 Microsoft Local Security Authority (LSA) Server Elevation of Privilege Vulnerability Important
Microsoft Local Security Authority Server (lsasrv) CVE-2026-69277 Microsoft Local Security Authority (LSA) Server Elevation of Privilege Vulnerability Important
Microsoft Office CVE-2026-80091 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-80087 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-80089 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-69442 Microsoft Office Remote Code Execution Vulnerability Important
Microsoft Office CVE-2026-69285 Microsoft Office Remote Code Execution Vulnerability Critical
Microsoft Office CVE-2026-69739 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-78505 Microsoft Office Remote Code Execution Vulnerability Critical
Microsoft Office CVE-2026-80082 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-64918 Microsoft Office Spoofing Vulnerability Important
Microsoft Office CVE-2026-77898 Microsoft Office Remote Code Execution Vulnerability Critical
Microsoft Office CVE-2026-69632 Microsoft Office Remote Code Execution Vulnerability Critical
Microsoft Office CVE-2026-78524 Microsoft Office Remote Code Execution Vulnerability Important
Microsoft Office CVE-2026-69626 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-80076 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office CVE-2026-80078 Microsoft Office Information Disclosure Vulnerability Important
Microsoft Office Access CVE-2026-69778 Microsoft Office Access Remote Code Execution Vulnerability Important
Microsoft Office Access CVE-2026-69477 Microsoft Office Access Remote Code Execution Vulnerability Important
Microsoft Office Access CVE-2026-69529 Microsoft Office Access Remote Code Execution Vulnerability Important
Microsoft Office Access CVE-2026-69614 Microsoft Office Access Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81949 Microsoft Excel Remote Code Execution Vulnerability Critical
Microsoft Office Excel CVE-2026-81401 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81948 Microsoft Excel Remote Code Execution Vulnerability Critical
Microsoft Office Excel CVE-2026-81950 Microsoft Excel Remote Code Execution Vulnerability Critical
Microsoft Office Excel CVE-2026-81947 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81959 Microsoft Excel Remote Code Execution Vulnerability Critical
Microsoft Office Excel CVE-2026-81958 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-85875 Microsoft Office Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81960 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81957 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81953 Microsoft Excel Remote Code Execution Vulnerability Critical
Microsoft Office Excel CVE-2026-81951 Microsoft Excel Remote Code Execution Vulnerability Critical
Microsoft Office Excel CVE-2026-81956 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81954 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81390 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81394 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81391 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81396 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81395 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81392 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-72974 Microsoft Office Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81388 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81393 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81386 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81389 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81397 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81400 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-81398 Microsoft Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81399 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-78518 Microsoft Office Excel Remote Code Execution Vulnerability Important
Microsoft Office Excel CVE-2026-81387 Microsoft Excel Information Disclosure Vulnerability Important
Microsoft Office Excel CVE-2026-78515 Microsoft Office Excel Information Disclosure Vulnerability Important
Microsoft Office Outlook CVE-2026-78509 Microsoft Office Outlook Remote Code Execution Vulnerability Critical
Microsoft Office Outlook CVE-2026-78520 Microsoft Office Outlook Information Disclosure Vulnerability Critical
Microsoft Office Outlook CVE-2026-78525 Microsoft Office Outlook Remote Code Execution Vulnerability Critical
Microsoft Office Outlook CVE-2026-78519 Microsoft Office Outlook Remote Code Execution Vulnerability Critical
Microsoft Office Outlook CVE-2026-80073 Microsoft Office Outlook Information Disclosure Vulnerability Important
Microsoft Office Outlook CVE-2026-69629 Microsoft Office Outlook Remote Code Execution Vulnerability Important
Microsoft Office Outlook CVE-2026-80084 Microsoft Office Outlook Information Disclosure Vulnerability Important
Microsoft Office PowerPoint CVE-2026-69678 Microsoft Office PowerPoint Remote Code Execution Vulnerability Critical
Microsoft Office PowerPoint CVE-2026-80081 Microsoft Office PowerPoint Remote Code Execution Vulnerability Important
Microsoft Office PowerPoint CVE-2026-78513 Microsoft Office PowerPoint Information Disclosure Vulnerability Important
Microsoft Office PowerPoint CVE-2026-80086 Microsoft Office PowerPoint Information Disclosure Vulnerability Important
Microsoft Office PowerPoint CVE-2026-72938 Microsoft Office PowerPoint Information Disclosure Vulnerability Important
Microsoft Office PowerPoint CVE-2026-72956 Microsoft Office PowerPoint Information Disclosure Vulnerability Important
Microsoft Office PowerPoint CVE-2026-69797 Microsoft Office PowerPoint Remote Code Execution Vulnerability Critical
Microsoft Office PowerPoint CVE-2026-69767 Microsoft Office PowerPoint Remote Code Execution Vulnerability Critical
Microsoft Office PowerPoint CVE-2026-72977 Microsoft Office PowerPoint Information Disclosure Vulnerability Important
Microsoft Office PowerPoint CVE-2026-72975 Microsoft Office PowerPoint Information Disclosure Vulnerability Important
Microsoft Office Publisher CVE-2026-69742 Microsoft Office Publisher Remote Code Execution Vulnerability Important
Microsoft Office Publisher CVE-2026-81385 Microsoft Office Publisher Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69636 Microsoft Office SharePoint Information Disclosure Vulnerability Important
Microsoft Office SharePoint CVE-2026-69683 Microsoft Office SharePoint Information Disclosure Vulnerability Important
Microsoft Office SharePoint CVE-2026-69409 Microsoft Office SharePoint Information Disclosure Vulnerability Important
Microsoft Office SharePoint CVE-2026-69402 Microsoft Office SharePoint Spoofing Vulnerability Important
Microsoft Office SharePoint CVE-2026-69465 Microsoft Office SharePoint Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69724 Microsoft Office SharePoint Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69464 Microsoft Office SharePoint Elevation of Privilege Vulnerability Important
Microsoft Office SharePoint CVE-2026-69268 Microsoft Office SharePoint Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69615 Microsoft Office SharePoint Spoofing Vulnerability Important
Microsoft Office SharePoint CVE-2026-69273 Microsoft Office SharePoint Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69716 Microsoft Office SharePoint Elevation of Privilege Vulnerability Important
Microsoft Office SharePoint CVE-2026-69690 Microsoft Office SharePoint Spoofing Vulnerability Important
Microsoft Office SharePoint CVE-2026-69282 Microsoft Office SharePoint Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69417 Microsoft Office SharePoint Spoofing Vulnerability Important
Microsoft Office SharePoint CVE-2026-69804 Microsoft Office SharePoint Remote Code Execution Vulnerability Important
Microsoft Office SharePoint CVE-2026-69904 Microsoft Office SharePoint Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-78526 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78521 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-69764 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78522 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-69759 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78510 Microsoft Word Remote Code Execution Vulnerability Critical
Microsoft Office Word CVE-2026-78512 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78506 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-78514 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78511 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-69734 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-78517 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-72976 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-72972 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-72973 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-69722 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78502 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-69671 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-69686 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-83951 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-83949 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-78503 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-81952 Microsoft Word Remote Code Execution Vulnerability Critical
Microsoft Office Word CVE-2026-80085 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-80079 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-80080 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78504 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-78507 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-80088 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-80090 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-69556 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-69360 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-77901 Microsoft Office Word Remote Code Execution Vulnerability Important
Microsoft Office Word CVE-2026-77504 Microsoft Office Word Remote Code Execution Vulnerability Critical
Microsoft Office Word CVE-2026-77911 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-69719 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-68843 Microsoft Office Word Information Disclosure Vulnerability Important
Microsoft Office Word CVE-2026-62804 Microsoft Word Remote Code Execution Vulnerability Important
Microsoft Standard XPS CVE-2026-68889 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69271 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69376 Microsoft Standard XPS Information Disclosure Vulnerability Important
Microsoft Standard XPS CVE-2026-68890 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69269 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-68897 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-68892 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-68891 Microsoft Standard XPS Information Disclosure Vulnerability Important
Microsoft Standard XPS CVE-2026-69345 Microsoft Standard XPS Information Disclosure Vulnerability Important
Microsoft Standard XPS CVE-2026-68888 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69336 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69367 Microsoft Standard XPS Information Disclosure Vulnerability Important
Microsoft Standard XPS CVE-2026-69313 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69308 Microsoft Standard XPS Information Disclosure Vulnerability Important
Microsoft Standard XPS CVE-2026-69824 Microsoft Standard XPS Remote Code Execution Vulnerability Important
Microsoft Standard XPS CVE-2026-68881 Microsoft Standard XPS Information Disclosure Vulnerability Important
Microsoft Standard XPS CVE-2026-68885 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Standard XPS CVE-2026-69272 Microsoft Standard XPS Elevation of Privilege Vulnerability Important
Microsoft Teams for Android CVE-2026-69559 Microsoft Teams for Android Information Disclosure Vulnerability Important
Microsoft Teams for Android CVE-2026-65812 Microsoft Teams for Android Information Disclosure Vulnerability Important
Microsoft Trace Data Helper CVE-2026-56198 Microsoft Trace Data Helper Elevation of Privilege Vulnerability Important
Microsoft UxTheme Library (uxtheme.dll) CVE-2026-69276 Microsoft UxTheme Library (uxtheme.dll) Remote Code Execution Vulnerability Important
Microsoft WDAC OLE DB provider for SQL CVE-2026-72933 Microsoft WDAC OLE DB provider for SQL Remote Code Execution Vulnerability Important
Microsoft WebP Image Extension CVE-2026-70351 Microsoft WebP Image Extension Remote Code Execution Vulnerability Critical
Microsoft Windows Codecs Library CVE-2026-58600 HEVC Video Extensions Elevation of Privilege Vulnerability Important
Microsoft Windows Codecs Library CVE-2026-81353 HEIF Image Extensions Remote Code Execution Vulnerability Important
Microsoft Windows Codecs Library CVE-2026-81352 Web Media Extensions Remote Code Execution Vulnerability Critical
Microsoft Windows Codecs Library CVE-2026-58599 HEVC Video Extensions Remote Code Execution Vulnerability Critical
Microsoft Windows Media Foundation CVE-2026-69408 Microsoft Windows Media Foundation Remote Code Execution Vulnerability Important
Microsoft Windows Media Foundation CVE-2026-62706 Microsoft Windows Media Foundation Remote Code Execution Vulnerability Important
Microsoft Windows Media Foundation CVE-2026-69386 Microsoft Windows Media Foundation Remote Code Execution Vulnerability Important
Microsoft Windows Media Foundation CVE-2026-62744 Microsoft Windows Media Foundation Remote Code Execution Vulnerability Important
Microsoft Windows Media Foundation CVE-2026-69601 Microsoft Windows Media Foundation Remote Code Execution Vulnerability Critical
Microsoft Windows Media Foundation CVE-2026-69511 Microsoft Windows Media Foundation Remote Code Execution Vulnerability Important
Microsoft Windows PDF CVE-2026-69586 Microsoft Windows PDF Remote Code Execution Vulnerability Important
Microsoft Windows SCSI Class System File CVE-2026-78452 Microsoft Windows SCSI Class System File Information Disclosure Vulnerability Important
Microsoft Windows SCSI Class System File CVE-2026-78451 Microsoft Windows SCSI Class System File Elevation of Privilege Vulnerability Important
Microsoft Windows SCSI Class System File CVE-2026-78453 Microsoft Windows SCSI Class System File Information Disclosure Vulnerability Important
Microsoft Windows Search Component CVE-2026-69453 Microsoft Windows Search Component Tampering Vulnerability Important
Microsoft Windows Search Component CVE-2026-69554 Microsoft Windows Search Component Tampering Vulnerability Important
Microsoft Windows Search Component CVE-2026-69305 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Search Component CVE-2026-69507 Microsoft Windows Search Component Information Disclosure Vulnerability Important
Microsoft Windows Search Component CVE-2026-70145 Microsoft Windows Search Component Information Disclosure Vulnerability Important
Microsoft Windows Search Component CVE-2026-69322 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Search Component CVE-2026-69585 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Search Component CVE-2026-68896 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Search Component CVE-2026-69608 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Search Component CVE-2026-69911 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Search Component CVE-2026-69600 Microsoft Windows Search Component Elevation of Privilege Vulnerability Important
Microsoft Windows Speech CVE-2026-69531 Microsoft Windows Speech Tampering Vulnerability Important
Microsoft Windows Speech CVE-2026-69444 Microsoft Windows Speech Elevation of Privilege Vulnerability Important
Microsoft Windows Speech CVE-2026-69456 Microsoft Windows Speech Elevation of Privilege Vulnerability Important
OpenSSH for Windows CVE-2026-69397 Microsoft OpenSSH for Windows Remote Code Execution Vulnerability Important
Power Automate CVE-2026-65818 Power Automate Elevation of Privilege Vulnerability Critical
Power Automate CVE-2026-77897 Microsoft Power Automate Desktop Elevation of Privilege Vulnerability Important
Push Message Routing Service CVE-2026-69303 Push Message Routing Service Information Disclosure Vulnerability Important
Reliable Multicast Transport Driver (RMCAST) CVE-2026-78449 Windows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution Vulnerability Critical
Reliable Multicast Transport Driver (RMCAST) CVE-2026-78450 Windows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution Vulnerability Critical
Reliable Multicast Transport Driver (RMCAST) CVE-2026-69530 Windows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution Vulnerability Critical
Remote Desktop Client CVE-2026-69485 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-69358 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-80074 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-68828 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-83998 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-78463 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-77896 Windows Remote Desktop Client Denial of Service Vulnerability Important
Remote Desktop Client CVE-2026-80077 Remote Desktop Client Remote Code Execution Vulnerability Important
Remote Desktop Client CVE-2026-69317 Windows Remote Desktop Client Information Disclosure Vulnerability Important
Remote Desktop Gateway Service CVE-2026-69292 Remote Desktop Gateway Service Elevation of Privilege Vulnerability Important
Remote Desktop Gateway Service CVE-2026-69338 Remote Desktop Gateway Service Elevation of Privilege Vulnerability Important
Role: DNS Server CVE-2026-69989 Windows DNS Server Remote Code Execution Vulnerability Important
Role: DNS Server CVE-2026-69827 Windows DNS Server Remote Code Execution Vulnerability Critical
Role: DNS Server CVE-2026-77505 Windows DNS Server Remote Code Execution Vulnerability Critical
Role: DNS Server CVE-2026-69782 Windows DNS Server Remote Code Execution Vulnerability Important
Role: Windows Fax Service CVE-2026-69621 Role: Windows Fax Service Elevation of Privilege Vulnerability Important
Role: Windows Fax Service CVE-2026-72944 Role: Windows Fax Service Elevation of Privilege Vulnerability Important
Role: Windows Fax Service CVE-2026-69509 Role: Windows Fax Service Elevation of Privilege Vulnerability Important
RPC Runtime CVE-2026-69819 RPC Runtime Library Remote Code Execution Vulnerability Important
Skype for Business CVE-2026-66308 Skype for Business and Lync Denial of Service Vulnerability Important
Skype for Business CVE-2026-66302 Skype for Business Remote Code Execution Vulnerability Critical
Skype for Business CVE-2026-63523 Skype for Business Spoofing Vulnerability Important
Skype for Business CVE-2026-69646 Skype for Business Spoofing Vulnerability Important
Skype for Business CVE-2026-66303 Skype for Business and Lync Denial of Service Vulnerability Important
Skype for Business CVE-2026-69642 Skype for Business Spoofing Vulnerability Important
Skype for Business CVE-2026-66307 Skype for Business and Lync Denial of Service Vulnerability Important
Skype for Business CVE-2026-66304 Skype for Business Information Disclosure Vulnerability Important
Skype for Business CVE-2026-66305 Skype for Business Spoofing Vulnerability Important
Skype for Business CVE-2026-66306 Skype for Business Information Disclosure Vulnerability Important
Spring Cloud Azure CVE-2026-69854 Spring Cloud Azure Elevation of Privilege Vulnerability Critical
SQL Server CVE-2026-67624 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-77482 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67629 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67380 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67638 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67379 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67378 Microsoft SQL Server Remote Code Execution Vulnerability Critical
SQL Server CVE-2026-67630 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67376 Microsoft SQL Server Denial of Service Vulnerability Important
SQL Server CVE-2026-67369 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67370 Microsoft SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-67383 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67368 Microsoft SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-68787 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-77481 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67373 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67639 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67388 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67389 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67386 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-77487 SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-67393 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67390 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67631 Microsoft SQL Server Remote Code Execution Vulnerability Critical
SQL Server CVE-2026-77488 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-67642 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-68777 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-77485 SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-78456 SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-77483 SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-77484 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67381 Microsoft SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-77486 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67385 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67641 Microsoft SQL Server Denial of Service Vulnerability Important
SQL Server CVE-2026-67384 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-68778 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-65669 Microsoft SQL Server Elevation of Privilege Vulnerability Critical
SQL Server CVE-2026-68785 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-67648 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-66820 SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-67643 Microsoft SQL Server Remote Code Execution Vulnerability Critical
SQL Server CVE-2026-66814 Microsoft SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-47297 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-68775 Microsoft SQL Server Remote Code Execution Vulnerability Important
SQL Server CVE-2026-68780 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-69562 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-68776 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-68784 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-68781 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-66818 Microsoft SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-66819 Microsoft SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-67645 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-66816 Microsoft SQL Server Security Feature Bypass Vulnerability Important
SQL Server CVE-2026-77480 SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-68779 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-73029 Microsoft SQL Server Information Disclosure Vulnerability Important
SQL Server CVE-2026-73028 SQL Server Elevation of Privilege Vulnerability Important
SQL Server CVE-2026-67636 Microsoft SQL Server Remote Code Execution Vulnerability Critical
SQL Server CVE-2026-67633 Microsoft SQL Server Denial of Service Vulnerability Important
SQL Server CVE-2026-68786 Microsoft SQL Server Remote Code Execution Vulnerability Important
Storage Port Driver CVE-2026-72937 Windows Storage Port Driver Information Disclosure Vulnerability Important
Storage Port Driver CVE-2026-72946 Microsoft Storage Port Driver Elevation of Privilege Vulnerability Important
Storage Port Driver CVE-2026-77492 Windows Storage Port Driver Information Disclosure Vulnerability Important
Telnet Client CVE-2026-69431 Telnet Client Remote Code Execution Vulnerability Important
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-69549 Virtual Hard Disk (VHD) Miniport Driver Elevation of Privilege Vulernability Important
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-70574 Virtual Hard Disk (VHD) Miniport Driver Elevation of Privilege Vulernability Important
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-81355 Virtual Hard Disk (VHD) Miniport Driver Remote Code Execution Vulnerability Critical
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-69384 Virtual Hard Disk (VHD) Miniport Driver Denial of Service Vulnerability Important
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-69611 Virtual Hard Disk (VHD) Miniport Driver Elevation of Privilege Vulernability Important
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-69541 Virtual Hard Disk (VHD) Miniport Driver Elevation of Privilege Vulernability Important
Virtual Hard Disk (VHD) Miniport Driver CVE-2026-69681 Virtual Hard Disk (VHD) Miniport Driver Elevation of Privilege Vulernability Important
Visual Studio CVE-2026-77907 Visual Studio Remote Code Execution Vulnerability Important
Visual Studio CVE-2026-77906 Visual Studio Remote Code Execution Vulnerability Important
Visual Studio CVE-2026-69522 .NET and Visual Studio Remote Code Execution Vulnerability Important
Visual Studio CVE-2026-71328 .NET and Visual Studio Remote Code Execution Vulnerability Important
Visual Studio Code CVE-2026-70334 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-81383 Visual Studio Code Information Disclosure Vulnerability Important
Visual Studio Code CVE-2026-81379 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-81376 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-81377 Visual Studio Code Tampering Vulnerability Important
Visual Studio Code CVE-2026-78461 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-81357 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-81356 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-78462 Visual Studio Code Security Feature Bypass Vulnerability Important
Visual Studio Code CVE-2026-81378 Visual Studio Code Security Feature Bypass Vulnerability Important
Volume Manager Driver CVE-2026-69407 Volume Manager Driver Elevation of Privilege Vulnerability Important
Volume Manager Driver CVE-2026-69418 Volume Manager Driver Elevation of Privilege Vulnerability Important
Volume Manager Driver CVE-2026-69432 Volume Manager Driver Elevation of Privilege Vulnerability Important
Windows Accounts Control CVE-2026-69654 Windows Accounts Control Elevation of Privilege Vulnerability Important
Windows Accounts Control CVE-2026-69816 Windows Accounts Control Elevation of Privilege Vulnerability Important
Windows AF_UNIX Socket Provider CVE-2026-70565 Windows AF_UNIX Socket Provider Elevation of Privilege Vulnerability Important
Windows ALPC CVE-2026-85880 Windows Advanced Local Procedure Call (ALPC) Elevation of Privilege Vulnerability Important
Windows ALPC CVE-2026-69874 Windows ALPC Elevation of Privilege Vulnerability Critical
Windows ALPC CVE-2026-69834 Windows ALPC Elevation of Privilege Vulnerability Important
Windows Ancillary Function Driver for WinSock CVE-2026-50349 Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability Important
Windows Ancillary Function Driver for WinSock CVE-2026-70342 Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69311 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69394 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-70562 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69447 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69801 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69604 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69540 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Audio Service CVE-2026-69692 Windows Audio Service Elevation of Privilege Vulnerability Important
Windows Authentication Methods CVE-2026-73005 Windows Authentication Methods Elevation of Privilege Vulnerability Important
Windows Autopilot CVE-2026-73004 Windows Autopilot Tampering Vulnerability Important
Windows Bind Filter Driver CVE-2026-68825 Windows Bind Filter Driver Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83981 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69589 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83985 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83982 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83975 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69583 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83979 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83976 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69580 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69773 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83983 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69352 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-70572 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-70573 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83980 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83977 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73011 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83978 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73008 Windows Biometric Service Information Disclosure Vulnerability Important
Windows Biometric Service CVE-2026-72941 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83987 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83986 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-70581 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73007 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83988 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69593 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69738 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69293 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83954 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69727 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-78448 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69298 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69323 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73001 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83967 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83955 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72997 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73000 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73026 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72994 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73021 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72993 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72996 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72995 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69489 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72988 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73020 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69476 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72992 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72991 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-72990 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83971 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73002 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-73015 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83970 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83969 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69826 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-78447 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-69787 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83968 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83973 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83972 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-83974 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows Biometric Service CVE-2026-77489 Windows Biometric Service Elevation of Privilege Vulnerability Important
Windows BitLocker CVE-2026-69458 Windows BitLocker Elevation of Privilege Vulnerability Important
Windows BitLocker CVE-2026-69449 Windows BitLocker Remote Code Execution Vulnerability Important
Windows Bluetooth Port Driver CVE-2026-68849 Windows Bluetooth Port Driver Information Disclosure Vulnerability Important
Windows Bluetooth Port Driver CVE-2026-69817 Windows Bluetooth Port Driver Elevation of Privilege Vulnerability Important
Windows Bluetooth Service CVE-2026-69889 Windows Bluetooth Service Elevation of Privilege Vulnerability Important
Windows Bluetooth Service CVE-2026-69448 Windows Bluetooth Service Elevation of Privilege Vulnerability Important
Windows Bluetooth Service CVE-2026-69388 Windows Bluetooth Service Elevation of Privilege Vulnerability Important
Windows Bluetooth Service CVE-2026-69398 Windows Bluetooth Service Elevation of Privilege Vulnerability Important
Windows Boot Manager CVE-2026-77892 Windows Boot Manager Elevation of Privilege Vulnerability Important
Windows Broadcast DVR User Service CVE-2026-69735 Windows Broadcast DVR User Service Elevation of Privilege Vulnerability Important
Windows Broker Infrastructure Service CVE-2026-69391 Windows Broker Infrastructure Service Elevation of Privilege Vulnerability Important
Windows Camera Frame Server Monitor CVE-2026-69542 Windows Camera Frame Server Monitor Elevation of Privilege Vulnerability Important
Windows CD-ROM Driver CVE-2026-78508 Windows CD-ROM Driver Information Disclosure Vulnerability Important
Windows CD-ROM Driver CVE-2026-78454 Windows CD-ROM Driver Information Disclosure Vulnerability Important
Windows CD-ROM Driver CVE-2026-69561 Windows CD-ROM Driver Elevation of Privilege Vulnerability Important
Windows CD-ROM Driver CVE-2026-69283 Windows CD-ROM Driver Elevation of Privilege Vulnerability Important
Windows Cloud Files Mini Filter Driver CVE-2026-69279 Windows Cloud Files Mini Filter Driver Elevation of Privilege Vulnerability Important
Windows Cloud Files Mini Filter Driver CVE-2026-80093 Windows Cloud Files Mini Filter Driver Elevation of Privilege Vulnerability Important
Windows Cloud Files Mini Filter Driver CVE-2026-83991 Windows Cloud Files Mini Filter Driver Tampering Vulnerability Important
Windows Compressed Folder CVE-2026-69445 Windows Compressed Folder Elevation of Privilege Vulnerability Important
Windows Compressed Folder CVE-2026-69496 Windows Compressed Folder Remote Code Execution Vulnerability Important
Windows Compressed Folder CVE-2026-70019 Windows Compressed Folder Information Disclosure Vulnerability Important
Windows Connected User Experiences and Telemetry CVE-2026-69625 Connected User Experiences and Telemetry Elevation of Privilege Vulnerability Important
Windows Connected User Experiences and Telemetry CVE-2026-69267 Windows Connected User Experiences and Telemetry Information Disclosure Vulnerability Important
Windows Connected User Experiences and Telemetry CVE-2026-69470 Connected User Experiences and Telemetry Elevation of Privilege Vulnerability Important
Windows Connected User Experiences and Telemetry CVE-2026-68847 Connected User Experiences and Telemetry Elevation of Privilege Vulnerability Important
Windows Connected User Experiences and Telemetry CVE-2026-68824 Connected User Experiences and Telemetry Elevation of Privilege Vulnerability Important
Windows Container Manager Service CVE-2026-69771 Windows Container Manager Service Security Feature Bypass Vulnerability Important
Windows Core Messaging CVE-2026-70584 Windows Core Messaging Elevation of Privilege Vulnerability Important
Windows Core Messaging CVE-2026-70583 Windows Core Messaging Elevation of Privilege Vulnerability Important
Windows Credential Guard CVE-2026-70578 Windows Credential Guard Elevation of Privilege Vulnerability Important
Windows Credential Guard CVE-2026-72958 Windows Credential Guard Elevation of Privilege Vulnerability Critical
Windows Credential Providers CVE-2026-69814 Windows Credential Providers Elevation of Privilege Vulnerability Important
Windows Credential Providers CVE-2026-69790 Windows Credential Providers Elevation of Privilege Vulnerability Important
Windows Credential Providers CVE-2026-69729 Windows Credential Providers Remote Code Execution Vulnerability Important
Windows DCOM Server CVE-2026-69284 Windows DCOM Server Elevation of Privilege Vulnerability Important
Windows Defender Firewall Service CVE-2026-70568 Windows Defender Firewall Service Elevation of Privilege Vulnerability Important
Windows Defender Firewall Service CVE-2026-68831 Windows Defender Firewall Service Information Disclosure Vulnerability Important
Windows Deployment Services CVE-2026-72954 Windows Deployment Services Remote Code Execution Vulnerability Critical
Windows Deployment Services CVE-2026-72943 Windows Deployment Services Remote Code Execution Vulnerability Important
Windows Deployment Services CVE-2026-69607 Windows Deployment Services Remote Code Execution Vulnerability Important
Windows Deployment Services CVE-2026-72957 Windows Deployment Services Remote Code Execution Vulnerability Critical
Windows Device Association Broker service CVE-2026-69693 Windows Device Association Broker Service Elevation of Privilege Vulnerability Important
Windows Device Association Broker service CVE-2026-69314 Windows Device Association Broker Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69714 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69581 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-77500 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69791 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69478 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-83940 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69488 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69296 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69711 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69866 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Association Service CVE-2026-69574 Windows Device Association Service Elevation of Privilege Vulnerability Important
Windows Device Health Attestation (DHA) CVE-2026-69443 Windows Device Health Attestation (DHA) Information Disclosure Vulnerability Important
Windows Devices Human Interface CVE-2026-69472 Windows Devices Human Interface Elevation of Privilege Vulnerability Important
Windows DHCP Client CVE-2026-69781 Windows DHCP Client Denial of Service Vulnerability Important
Windows DHCP Client CVE-2026-69777 Windows DHCP Client Elevation of Privilege Vulnerability Important
Windows DHCP Server CVE-2026-77494 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69297 Windows DHCP Server Information Disclosure Vulnerability Important
Windows DHCP Server CVE-2026-77895 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69405 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69266 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69679 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69510 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69416 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69547 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69342 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69620 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69637 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69412 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69497 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69415 Windows DHCP Server Elevation of Privilege Vulnerability Important
Windows DHCP Server CVE-2026-77888 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-77889 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69929 Windows DHCP Server Information Disclosure Vulnerability Important
Windows DHCP Server CVE-2026-77887 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69876 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-69878 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-70124 Windows DHCP Server Information Disclosure Vulnerability Important
Windows DHCP Server CVE-2026-77891 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows DHCP Server CVE-2026-77893 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69930 Windows DHCP Server Information Disclosure Vulnerability Important
Windows DHCP Server CVE-2026-70065 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-77890 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-72979 Windows DHCP Server Remote Code Execution Vulnerability Critical
Windows DHCP Server CVE-2026-77502 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69803 Windows DHCP Server Information Disclosure Vulnerability Important
Windows DHCP Server CVE-2026-77498 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-77499 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-77501 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69845 Windows DHCP Server Remote Code Execution Vulnerability Critical
Windows DHCP Server CVE-2026-77886 Windows DHCP Server Denial of Service Vulnerability Important
Windows DHCP Server CVE-2026-69847 Windows DHCP Server Remote Code Execution Vulnerability Important
Windows Direct Show CVE-2026-69715 Windows Direct Show Remote Code Execution Vulnerability Important
Windows Display Enhancement Service CVE-2026-70567 Windows Display Enhancement Service Elevation of Privilege Vulnerability Important
Windows Distributed File System (DFS) CVE-2026-78446 Windows Distributed File System (DFS) Denial of Service Vulnerability Important
Windows Distributed File System (DFS) CVE-2026-69424 Windows Distributed File System (DFS) Elevation of Privilege Vulnerability Important
Windows DNS CVE-2026-69369 Windows DNS Information Disclosure Vulnerability Important
Windows DNS CVE-2026-69310 Windows DNS Elevation of Privilege Vulnerability Important
Windows DNS CVE-2026-69858 Windows DNS Server Remote Code Execution Vulnerability Critical
Windows DNS CVE-2026-69551 Windows DNS Server Remote Code Execution Vulnerability Important
Windows DNS CVE-2026-69631 Windows DNS Denial of Service Vulnerability Important
Windows DNS CVE-2026-69813 Windows DNS Server Remote Code Execution Vulnerability Critical
Windows DNS CVE-2026-72928 Windows DNS Server Remote Code Execution Vulnerability Important
Windows DNS CVE-2026-69730 Windows DNS Server Remote Code Execution Vulnerability Critical
Windows DNS CVE-2026-72948 Windows DNS Elevation of Privilege Vulnerability Important
Windows DNS CVE-2026-78523 Windows DNS Server Denial of Service Vulnerability Important
Windows DNS CVE-2026-69680 Windows DNS Spoofing Vulnerability Important
Windows DNS CVE-2026-69672 Windows DNS Information Disclosure Vulnerability Important
Windows DNS CVE-2026-70091 Windows DNS Denial of Service Vulnerability Important
Windows DNS CVE-2026-72987 Windows DNS Remote Code Execution Vulnerability Critical
Windows DWM Core Library CVE-2026-69775 Windows DWM Core Library Elevation of Privilege Vulnerability Important
Windows Embedded Mode Service CVE-2026-69430 Windows Embedded Mode Service Elevation of Privilege Vulnerability Important
Windows Encrypting File System (EFS) CVE-2026-69841 Windows Encrypting File System (EFS) Elevation of Privilege Vulnerability Important
Windows Encrypting File System (EFS) CVE-2026-69688 Windows Encrypting File System (EFS) Elevation of Privilege Vulnerability Important
Windows Encrypting File System (EFS) CVE-2026-69794 Windows Encrypting File System (EFS) Information Disclosure Vulnerability Important
Windows Enterprise App Management CVE-2026-69907 Windows Enterprise App Management Elevation of Privilege Vulnerability Important
Windows Enterprise App Management CVE-2026-69481 Windows Enterprise App Management Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69362 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-68894 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69896 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-83996 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69436 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69513 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69462 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69450 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69684 Windows Error Reporting Information Disclosure Vulnerability Important
Windows Error Reporting CVE-2026-69612 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69433 Windows Error Reporting Elevation of Privilege Vulnerability Important
Windows Error Reporting CVE-2026-69482 Windows Error Reporting Tampering Vulnerability Important
Windows Event Logging Service CVE-2026-69495 Windows Event Logging Service Remote Code Execution Vulnerability Important
Windows Event Logging Service CVE-2026-69494 Windows Event Logging Service Remote Code Execution Vulnerability Important
Windows Event Logging Service CVE-2026-69493 Windows Event Logging Service Remote Code Execution Vulnerability Important
Windows exFAT File System CVE-2026-69619 Windows exFAT File System Elevation of Privilege Vulnerability Important
Windows Failover Cluster CVE-2026-72989 Windows Failover Cluster Information Disclosure Vulnerability Important
Windows Failover Cluster CVE-2026-73010 Microsoft Failover Cluster Remote Code Execution Vulnerability Critical
Windows Failover Cluster CVE-2026-71338 Windows Failover Cluster Elevation of Privilege Vulnerability Important
Windows Failover Cluster CVE-2026-78444 Microsoft Failover Cluster Remote Code Execution Vulnerability Critical
Windows Fast FAT Driver CVE-2026-68878 Windows Fast FAT Driver Elevation of Privilege Vulnerability Important
Windows Fast FAT Driver CVE-2026-69347 Windows Fast FAT Driver Remote Code Execution Vulnerability Important
Windows File History Service CVE-2026-72947 Windows File History Service Elevation of Privilege Vulnerability Important
Windows File History Service CVE-2026-68837 Windows File History Service Elevation of Privilege Vulnerability Important
Windows File History Service CVE-2026-71340 Windows File History Service Elevation of Privilege Vulnerability Important
Windows GDI CVE-2026-77491 Windows GDI Information Disclosure Vulnerability Important
Windows GDI+ CVE-2026-69288 Windows GDI+ Information Disclosure Vulnerability Important
Windows GDI+ CVE-2026-68827 Windows GDI+ Elevation of Privilege Vulnerability Important
Windows Graphics Kernel CVE-2026-73017 Graphics Kernel Remote Code Execution Vulnerability Critical
Windows Group Policy CVE-2026-69717 Windows Group Policy Elevation of Privilege Vulnerability Important
Windows Hello CVE-2026-69784 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-81354 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-69740 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-69799 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-69820 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-69864 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-69710 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-69725 Windows Hello Elevation of Privilege Vulnerability Critical
Windows Hello CVE-2026-72980 Windows Hello Security Feature Bypass Vulnerability Critical
Windows Host Guardian Service CVE-2026-69682 Windows Host Guardian Service Elevation of Privilege Vulnerability Important
Windows HTTP Print Provider CVE-2026-69623 Windows HTTP Print Provider Remote Code Execution Vulnerability Important
Windows HTTP Print Provider CVE-2026-69769 Windows HTTP Print Provider Remote Code Execution Vulnerability Critical
Windows HTTP.sys CVE-2026-69597 Windows HTTP.sys Elevation of Privilege Vulnerability Important
Windows Hyper-V CVE-2026-72961 Windows Hyper-V Elevation of Privilege Vulnerability Critical
Windows Hyper-V CVE-2026-69553 Windows Hyper-V Elevation of Privilege Vulnerability Important
Windows Hyper-V CVE-2026-69910 Windows Hyper-V Remote Code Execution Vulnerability Important
Windows Hyper-V CVE-2026-69603 Windows Hyper-V Remote Code Execution Vulnerability Critical
Windows Hyper-V CVE-2026-80083 Windows Hyper-V Remote Code Execution Vulnerability Critical
Windows IKE Extension CVE-2026-69587 Windows Internet Key Exchange (IKE) Extension Denial of Service Vulnerability Important
Windows IKE Extension CVE-2026-69429 Windows Internet Key Exchange (IKE) Protocol Extensions Remote Code Execution Vulnerability Important
Windows IKE Extension CVE-2026-69881 Windows Internet Key Exchange (IKE) Extension Denial of Service Vulnerability Important
Windows Image Acquisition CVE-2026-69483 Windows Image Acquisition Information Disclosure Vulnerability Important
Windows Image Acquisition CVE-2026-69500 Windows Image Acquisition Elevation of Privilege Vulnerability Important
Windows Image Acquisition CVE-2026-69341 Windows Image Acquisition Elevation of Privilege Vulnerability Important
Windows Image Acquisition CVE-2026-69613 Windows Image Acquisition Elevation of Privilege Vulnerability Important
Windows Imaging Component CVE-2026-73023 Windows Imaging Component Remote Code Execution Vulnerability Critical
Windows Imaging Component CVE-2026-77495 Windows Imaging Component Remote Code Execution Vulnerability Critical
Windows Imaging Component CVE-2026-73013 Windows Imaging Component Remote Code Execution Vulnerability Critical
Windows Imaging Component CVE-2026-70296 Windows Imaging Component Remote Code Execution Vulnerability Critical
Windows Imaging Component CVE-2026-69860 Windows Imaging Component Remote Code Execution Vulnerability Critical
Windows Imaging Component CVE-2026-83992 Windows Imaging Component Remote Code Execution Vulnerability Important
Windows Imaging Component CVE-2026-69318 Windows Imaging Component Information Disclosure Vulnerability Important
Windows Imaging Component CVE-2026-69499 Windows Imaging Component Remote Code Execution Vulnerability Critical
Windows Installer CVE-2026-62694 Windows Installer Elevation of Privilege Vulnerability Important
Windows Installer CVE-2026-77894 Windows Installer Elevation of Privilege Vulnerability Important
Windows Installer CVE-2026-71339 Windows Installer Elevation of Privilege Vulnerability Important
Windows Installer CVE-2026-69441 Windows Installer Elevation of Privilege Vulnerability Important
Windows Installer CVE-2026-72929 Windows Installer Elevation of Privilege Vulnerability Important
Windows Internet Connection Sharing (ICS) CVE-2026-72926 Windows Internet Connection Sharing (ICS) Elevation of Privilege Vulnerability Important
Windows Internet Connection Sharing (ICS) CVE-2026-72964 Windows Internet Connection Sharing (ICS) Tampering Vulnerability Important
Windows Internet Connection Sharing (ICS) CVE-2026-72983 Internet Connection Sharing (ICS) Remote Code Execution Vulnerability Critical
Windows IP Address Management (IPAM) Service CVE-2026-69694 Windows IP Address Management (IPAM) Service Elevation of Privilege Vulnerability Important
Windows iSCSI CVE-2026-68898 Windows iSCSI Denial of Service Vulnerability Important
Windows iSCSI CVE-2026-73025 Windows iSCSI Security Feature Bypass Vulnerability Important
Windows iSCSI CVE-2026-69598 Windows iSCSI Remote Code Execution Vulnerability Important
Windows iSCSI CVE-2026-69628 Windows iSCSI Remote Code Execution Vulnerability Important
Windows iSCSI Target Service CVE-2026-69839 Windows iSCSI Target Service Denial of Service Vulnerability Important
Windows Kerberos CVE-2026-69685 Windows Kerberos Elevation of Privilege Vulnerability Important
Windows Kerberos CVE-2026-69822 Windows Kerberos Elevation of Privilege Vulnerability Important
Windows Kerberos CVE-2026-69760 Windows Kerberos Denial of Service Vulnerability Important
Windows Kerberos CVE-2026-69676 Windows Kerberos Remote Code Execution Vulnerability Critical
Windows Kerberos CVE-2026-69744 Windows Kerberos Denial of Service Vulnerability Important
Windows Kernel CVE-2026-68846 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-83942 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-69669 Windows Kernel Remote Code Execution Vulnerability Important
Windows Kernel CVE-2026-68884 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-85360 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-69473 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-69723 Windows Kernel Information Disclosure Vulnerability Important
Windows Kernel CVE-2026-69366 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-69406 Windows Kernel Information Disclosure Vulnerability Important
Windows Kernel CVE-2026-69466 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel CVE-2026-69578 Windows Kernel Elevation of Privilege Vulnerability Important
Windows Kernel Mode Driver CVE-2026-69421 Windows Kernel-Mode Driver Elevation of Privilege Vulnerability Important
Windows Key Distribution Center CVE-2026-69712 Windows Key Distribution Center Remote Code Execution Vulnerability Critical
Windows Key Distribution Center CVE-2026-84001 Windows Key Distribution Center Denial of Service Vulnerability Important
Windows LDAP - Lightweight Directory Access Protocol CVE-2026-69428 Windows LDAP - Lightweight Directory Access Protocol Denial of Service Vulnerability Important
Windows License Manager CVE-2026-69281 Windows License Manager Elevation of Privilege Vulnerability Important
Windows License Manager CVE-2026-69315 Windows License Manager Information Disclosure Vulnerability Important
Windows Link Layer Topology Discovery Protocol CVE-2026-69732 Windows Link Layer Topology Discovery Protocol Remote Code Execution Vulnerability Important
Windows Management Instrumentation CVE-2026-69349 Windows Management Instrumentation Information Disclosure Vulnerability Important
Windows Management Instrumentation CVE-2026-69451 Windows Management Instrumentation Elevation of Privilege Vulnerability Important
Windows Management Instrumentation CVE-2026-77905 Windows Management Instrumentation Elevation of Privilege Vulnerability Important
Windows Management Instrumentation CVE-2026-70582 Windows Management Instrumentation Elevation of Privilege Vulnerability Important
Windows Management Services CVE-2026-73012 Windows Management Services Elevation of Privilege Vulnerability Important
Windows Media CVE-2026-69891 Windows Media Elevation of Privilege Vulnerability Important
Windows Media Player CVE-2026-70203 Windows Media Player Remote Code Execution Vulnerability Critical
Windows Media Player CVE-2026-72960 Windows Media Player Remote Code Execution Vulnerability Critical
Windows Message Queuing CVE-2026-83997 Windows Message Queuing Remote Code Execution Vulnerability Important
Windows Message Queuing CVE-2026-69579 Windows Message Queuing Remote Code Execution Vulnerability Critical
Windows Message Queuing CVE-2026-69645 Windows Message Queuing Elevation of Privilege Vulnerability Important
Windows Message Queuing Queue Manager CVE-2026-68887 Windows Message Queuing Queue Manager Denial of Service Vulnerability Important
Windows Message Queuing Queue Manager CVE-2026-72932 Windows Message Queuing Queue Manager Information Disclosure Vulnerability Important
Windows Microsoft DirectMusic CVE-2026-69491 Microsoft DirectMusic Remote Code Execution Vulnerability Important
Windows MIDI Service Module CVE-2026-68842 Windows MIDI Service Module Information Disclosure Vulnerability Important
Windows MIDI Service Module CVE-2026-69720 Windows MIDI Service Module Elevation of Privileges Vulnerability Important
Windows MIDI Service Module CVE-2026-69339 Windows MIDI Service Module Information Disclosure Vulnerability Important
Windows MIDI Service Module CVE-2026-78464 Windows MIDI Service Module Elevation of Privileges Vulnerability Important
Windows MIDI Service Module CVE-2026-69440 Windows MIDI Service Module Elevation of Privileges Vulnerability Important
Windows MIDI Service Module CVE-2026-69508 Windows MIDI Service Module Elevation of Privileges Vulnerability Important
Windows Mobile Broadband CVE-2026-70579 Windows Mobile Broadband Information Disclosure Vulnerability Important
Windows Modern Device Management (MDM) CVE-2026-70577 Windows Modern Device Management (MDM) Elevation of Privilege Vulnerability Important
Windows Modern Device Management (MDM) CVE-2026-69377 Windows Modern Device Management (MDM) Elevation of Privilege Vulnerability Important
Windows Modern Device Management (MDM) CVE-2026-73003 Windows Modern Device Management (MDM) Elevation of Privilege Vulnerability Important
Windows Modern Device Management (MDM) CVE-2026-69674 Windows Modern Device Management (MDM) Security Feature Bypass Vulnerability Important
Windows Modern Device Management (MDM) CVE-2026-73022 Windows Modern Device Management (MDM) Elevation of Privilege Vulnerability Important
Windows Modern Device Management (MDM) CVE-2026-69460 Windows Modern Device Management (MDM) Elevation of Privilege Vulnerability Important
Windows Modern Execution Server CVE-2026-72963 Windows Modern Execution Server Elevation of Privilege Vulnerability Important
Windows NDIS CVE-2026-69396 Windows NDIS Elevation of Privilege Vulnerability Important
Windows NDIS CVE-2026-69357 Windows NDIS Elevation of Privilege Vulnerability Important
Windows Netlogon CVE-2026-72982 Windows Netlogon Remote Code Execution Vulnerability Critical
Windows Netlogon CVE-2026-62759 Windows Netlogon Spoofing Vulnerability Important
Windows Network Connection Broker CVE-2026-72967 Windows Network Connection Broker Elevation of Privilege Vulnerability Important
Windows Network Connection Broker CVE-2026-68886 Windows Network Connection Broker Information Disclosure Vulnerability Important
Windows Network File System CVE-2026-69372 Windows Network File System Denial of Service Vulnerability Important
Windows Network File System CVE-2026-69772 Windows Network File System Remote Code Execution Vulnerability Important
Windows NFS Portmapper CVE-2026-71334 Windows NFS Portmapper Elevation of Privilege Vulnerability Important
Windows Notification CVE-2026-69648 Windows Notification Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-68838 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69638 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-68833 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-68834 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-68832 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69312 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69479 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-69505 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69504 Windows NTFS Information Disclosure Vulnerability Important
Windows NTFS CVE-2026-69463 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-69265 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69425 Windows NTFS Tampering Vulnerability Important
Windows NTFS CVE-2026-69461 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-69379 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-83995 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69567 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-68841 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69591 Windows NTFS Information Disclosure Vulnerability Important
Windows NTFS CVE-2026-69566 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-69532 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-68875 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-68851 Windows NTFS Information Disclosure Vulnerability Important
Windows NTFS CVE-2026-69340 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69332 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69709 Windows NTFS Remote Code Execution Vulnerability Important
Windows NTFS CVE-2026-72935 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-69875 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-77503 Windows NTFS Elevation of Privilege Vulnerability Important
Windows NTFS CVE-2026-71329 Windows NTFS Remote Code Execution Vulnerability Important
Windows OLE DB CVE-2026-78442 Windows OLE DB Remote Code Execution Vulnerability Important
Windows OLE DB CVE-2026-78441 Windows OLE DB Information Disclosure Vulnerability Important
Windows Online Certificate Status Protocol (OCSP) CVE-2026-69564 Windows Online Certificate Status Protocol (OCSP) Elevation of Privilege Vulnerability Important
Windows Overlay Filter CVE-2026-69474 Windows Overlay Filter Information Disclosure Vulnerability Important
Windows Overlay Filter CVE-2026-69343 Windows Overlay Filter Information Disclosure Vulnerability Important
Windows Overlay Filter CVE-2026-69373 Windows Overlay Filter Elevation of Privilege Vulnerability Important
Windows Overlay Filter CVE-2026-69368 Windows Overlay Filter Elevation of Privilege Vulnerability Important
Windows Overlay Filter CVE-2026-69371 Windows Overlay Filter Elevation of Privilege Vulnerability Important
Windows Overlay Filter CVE-2026-69350 Windows Overlay Filter Elevation of Privilege Vulnerability Important
Windows Overlay Filter CVE-2026-69316 Windows Overlay Filter Information Disclosure Vulnerability Important
Windows Paint CVE-2026-70586 Windows Paint Remote Code Execution Vulnerability Critical
Windows Partition Management Driver CVE-2026-69480 Windows Partition Management Driver Elevation of Privilege Vulnerability Important
Windows Partition Management Driver CVE-2026-71341 Windows Partition Management Driver Information Disclosure Vulnerability Important
Windows Partition Management Driver CVE-2026-69492 Windows Partition Management Driver Elevation of Privilege Vulnerability Important
Windows Performance Monitor CVE-2026-69324 Windows Performance Monitor Elevation of Privilege Vulnerability Important
Windows Power Dependency Coordinator CVE-2026-69321 Windows Power Dependency Coordinator Tampering Vulnerability Important
Windows Power Dependency Coordinator CVE-2026-69459 Windows Power Dependency Coordinator Elevation of Privilege Vulnerability Important
Windows PowerShell CVE-2026-62801 Microsoft PowerShell Security Feature Bypass Vulnerability Important
Windows PowerShell CVE-2026-69807 PowerShell Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-69309 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-69921 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-69552 Windows Print Spooler Components Information Disclosure Vulnerability Important
Windows Print Spooler Components CVE-2026-70564 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-85877 Windows Print Spooler Remote Code Execution Vulnerability Important
Windows Print Spooler Components CVE-2026-69569 Windows Print Spooler Components Denial of Service Vulnerability Important
Windows Print Spooler Components CVE-2026-68835 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-68848 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-69346 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-69344 Windows Print Spooler Components Information Disclosure Vulnerability Important
Windows Print Spooler Components CVE-2026-69838 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows Print Spooler Components CVE-2026-69364 Windows Print Spooler Components Elevation of Privilege Vulnerability Important
Windows PrintWorkflowUserSvc CVE-2026-69602 Windows PrintWorkflowUserSvc Elevation of Privilege Vulnerability Important
Windows Program Compatibility Assistant Service CVE-2026-69534 Windows Program Compatibility Assistant Service Elevation of Privilege Vulnerability Important
Windows Program Compatibility Assistant Service CVE-2026-68874 Windows Program Compatibility Assistant Service Information Disclosure Vulnerability Important
Windows Program Compatibility Assistant Service CVE-2026-68845 Windows Program Compatibility Assistant Service Elevation of Privilege Vulnerability Important
Windows Program Compatibility Assistant Service CVE-2026-69563 Windows Program Compatibility Assistant Service Elevation of Privilege Vulnerability Important
Windows Program Compatibility Assistant Service CVE-2026-68873 Windows Program Compatibility Assistant Service Information Disclosure Vulnerability Important
Windows Program Compatibility Assistant Service CVE-2026-68876 Windows Program Compatibility Assistant Service Elevation of Privilege Vulnerability Important
Windows Push Notifications CVE-2026-69300 Windows Push Notifications Elevation of Privilege Vulnerability Important
Windows Push Notifications CVE-2026-62697 Windows Push Notifications Elevation of Privilege Vulnerability Important
Windows Push Notifications CVE-2026-69280 Windows Push Notifications Elevation of Privilege Vulnerability Important
Windows Raw Image Extension CVE-2026-69649 Raw Image Extension Remote Code Execution Vulnerability Critical
Windows RDP Client CVE-2026-57098 Microsoft Remote Desktop App for Windows Information Disclosure Vulnerability Important
Windows Registry CVE-2026-69337 Windows Registry Elevation of Privilege Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-71342 Windows Remote Access Connection Manager Elevation of Privilege Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-71343 Windows Remote Access Connection Manager Remote Code Execution Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-71352 Windows Remote Access Connection Manager Remote Code Execution Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-69331 Windows Remote Access Connection Manager Elevation of Privilege Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-69455 Windows Remote Access Connection Manager Elevation of Privilege Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-71333 Windows Remote Access Connection Manager Elevation of Privilege Vulnerability Important
Windows Remote Access Connection Manager CVE-2026-72966 Windows Remote Access Connection Manager Tampering Vulnerability Important
Windows Remote Desktop CVE-2026-69518 Windows Remote Desktop Remote Code Execution Vulnerability Critical
Windows Remote Desktop Licensing Service CVE-2026-68893 Remote Desktop Licensing Service Elevation of Privilege Vulnerability Important
Windows Remote Desktop Licensing Service CVE-2026-69627 Windows Remote Desktop Licensing Service Information Disclosure Vulnerability Important
Windows Remote Desktop Protocol CVE-2026-70587 Windows Remote Desktop Protocol Information Disclosure Vulnerability Important
Windows Remote Desktop Services CVE-2026-80096 Windows Remote Desktop Services Elevation of Privilege Vulnerability Important
Windows Remote Desktop Services CVE-2026-69475 Windows Remote Desktop Services Elevation of Privilege Vulnerability Important
Windows Remote Desktop Services CVE-2026-69536 Remote Desktop Services Remote Code Execution Vulnerability Important
Windows Remote Desktop Services CVE-2026-69525 Remote Desktop Services Remote Code Execution Vulnerability Important
Windows Remote Desktop Services CVE-2026-69514 Remote Desktop Services Remote Code Execution Vulnerability Important
Windows Remote Desktop Services CVE-2026-69539 Remote Desktop Services Remote Code Execution Vulnerability Important
Windows Remote Desktop Services CVE-2026-69599 Remote Desktop Services Remote Code Execution Vulnerability Important
Windows Remote Desktop Services CVE-2026-69287 Windows Remote Desktop Services Elevation of Privilege Vulnerability Important
Windows Remote Desktop Services CVE-2026-69616 Windows Remote Desktop Services Information Disclosure Vulnerability Important
Windows Resilient File System (ReFS) CVE-2026-69617 Windows Resilient File System (ReFS) Elevation of Privilege Vulnerability Important
Windows Resilient File System (ReFS) CVE-2026-83952 Windows Resilient File System (ReFS) Elevation of Privilege Vulnerability Important
Windows Resilient File System (ReFS) Deduplication Service CVE-2026-83999 Windows Resilient File System (ReFS) Deduplication Service Elevation of Privilege Vulnerability Important
Windows RNDIS CVE-2026-69548 Windows RNDIS Information Disclosure Vulnerability Important
Windows RNDIS CVE-2026-69768 Windows RNDIS Remote Code Execution Vulnerability Important
Windows Routing and Remote Access Service (RRAS) CVE-2026-71353 Windows Routing and Remote Access Service (RRAS) Elevation of Privilege Vulnerability Important
Windows Routing and Remote Access Service (RRAS) CVE-2026-72959 Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability Critical
Windows Routing and Remote Access Service (RRAS) CVE-2026-69590 Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability Critical
Windows Routing and Remote Access Service (RRAS) CVE-2026-72939 Windows Routing and Remote Access Service (RRAS) Denial of Service Vulnerability Important
Windows Routing and Remote Access Service (RRAS) CVE-2026-69852 Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability Critical
Windows Routing and Remote Access Service (RRAS) CVE-2026-71351 Windows Routing and Remote Access Service (RRAS) Elevation of Privilege Vulnerability Important
Windows Routing and Remote Access Service (RRAS) CVE-2026-72950 Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability Critical
Windows Routing and Remote Access Service (RRAS) CVE-2026-70570 Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability Important
Windows Schannel CVE-2026-72940 Windows Schannel Remote Code Execution Vulnerability Important
Windows Schannel CVE-2026-70575 Windows Schannel Denial of Service Vulnerability Important
Windows Secure Boot CVE-2026-69713 Windows Secure Boot Security Feature Bypass Vulnerability Important
Windows Secure Kernel Mode CVE-2026-69501 Windows Secure Kernel Mode Elevation of Privilege Vulnerability Critical
Windows Secure Kernel Mode CVE-2026-83939 Windows Secure Kernel Mode Elevation of Privilege Vulnerability Critical
Windows Secure Kernel Mode CVE-2026-69846 Windows Secure Kernel Mode Elevation of Privilege Vulnerability Critical
Windows Secure Kernel Mode CVE-2026-69906 Windows Secure Kernel Mode Elevation of Privilege Vulnerability Critical
Windows Secure Socket Tunneling Protocol (SSTP) CVE-2026-72931 Windows Secure Socket Tunneling Protocol (SSTP) Denial of Service Vulnerability Important
Windows Secure Socket Tunneling Protocol (SSTP) CVE-2026-72930 Windows Secure Socket Tunneling Protocol (SSTP) Remote Code Execution Vulnerability Important
Windows Secure Socket Tunneling Protocol (SSTP) CVE-2026-71332 Windows Secure Socket Tunneling Protocol (SSTP) Elevation of Privilege Vulnerability Important
Windows Secure Socket Tunneling Protocol (SSTP) CVE-2026-73009 Windows Secure Socket Tunneling Protocol (SSTP) Remote Code Execution Vulnerability Critical
Windows Security Center CVE-2026-77899 Windows Security Center Elevation of Privilege Vulnerability Important
Windows Security Health Service CVE-2026-78457 Windows Security Health Service Elevation of Privilege Vulnerability Important
Windows Server CVE-2026-56177 Windows Server Elevation of Privilege Vulnerability Important
Windows Services for NFS ONCRPC XDR Driver CVE-2026-69595 Windows Services for NFS ONCRPC XDR Driver Remote Code Execution Vulnerability Critical
Windows Services for NFS ONCRPC XDR Driver CVE-2026-70585 Windows Services for NFS ONCRPC XDR Driver Remote Code Execution Vulnerability Critical
Windows Services for NFS ONCRPC XDR Driver CVE-2026-71330 Windows Services for NFS ONCRPC XDR Driver Information Disclosure Vulnerability Important
Windows Services for NFS ONCRPC XDR Driver CVE-2026-83989 Windows Services for NFS ONCRPC XDR Driver Denial of Service Vulnerability Important
Windows Services for NFS ONCRPC XDR Driver CVE-2026-73024 Windows Services for NFS ONCRPC XDR Driver Elevation of Privilege Vulnerability Important
Windows Services for NFS ONCRPC XDR Driver CVE-2026-78445 Windows Services for NFS ONCRPC XDR Driver Remote Code Execution Vulnerability Critical
Windows Setup Files Cleanup CVE-2026-69289 Windows Setup Files Cleanup Elevation of Privilege Vulnerability Important
Windows Shell CVE-2026-69383 Windows Shell Elevation of Privilege Vulnerability Important
Windows Shell CVE-2026-69829 Windows Shell Remote Code Execution Vulnerability Critical
Windows Shell CVE-2026-69528 Windows Shell Elevation of Privilege Vulnerability Important
Windows Shell CVE-2026-69606 Windows Shell Elevation of Privilege Vulnerability Important
Windows Shell CVE-2026-69392 Windows Shell Elevation of Privilege Vulnerability Important
Windows Shell CVE-2026-70563 Windows Shell Spoofing Vulnerability Important
Windows Smart Card CVE-2026-69785 Windows Smart Card Elevation of Privilege Vulnerability Important
Windows SMB Client CVE-2026-69544 Windows SMB Client Elevation of Privilege Vulnerability Important
Windows SMB Client CVE-2026-69572 Windows SMB Client Information Disclosure Vulnerability Important
Windows SMB Client CVE-2026-69618 Windows SMB Client Information Disclosure Vulnerability Important
Windows SMB Client CVE-2026-72936 Windows SMB Client Remote Code Execution Vulnerability Important
Windows SMB Server CVE-2026-69403 Windows SMB Server Information Disclosure Vulnerability Important
Windows SMB Server CVE-2026-69374 Windows SMB Server Denial of Service Vulnerability Important
Windows SMB Server Network Transport Driver (srvnet.sys) CVE-2026-72949 Windows SMB Server Network Transport Driver (srvnet.sys) Denial of Service Vulnerability Important
Windows Spaceport.sys CVE-2026-69643 Windows Spaceport.sys Elevation of Privilege Vulnerability Important
Windows Spaceport.sys CVE-2026-69741 Windows Spaceport.sys Information Disclosure Vulnerability Important
Windows Spaceport.sys CVE-2026-69691 Windows Spaceport.sys Elevation of Privilege Vulnerability Important
Windows Spaceport.sys CVE-2026-69770 Windows Spaceport.sys Information Disclosure Vulnerability Important
Windows Spaceport.sys CVE-2026-71349 Windows Spaceport.sys Remote Code Execution Vulnerability Important
Windows Spaceport.sys CVE-2026-71348 Windows Spaceport.sys Remote Code Execution Vulnerability Important
Windows Spaceport.sys CVE-2026-69895 Windows Spaceport.sys Information Disclosure Vulnerability Important
Windows Spaceport.sys CVE-2026-70569 Windows Spaceport.sys Elevation of Privilege Vulnerability Important
Windows Spaceport.sys CVE-2026-69535 Windows Spaceport.sys Elevation of Privilege Vulnerability Important
Windows Spaceport.sys CVE-2026-69512 Windows Spaceport.sys Elevation of Privilege Vulnerability Important
Windows Spaceport.sys CVE-2026-71345 Windows Spaceport.sys Remote Code Execution Vulnerability Important
Windows Spaceport.sys CVE-2026-69538 Windows Spaceport.sys Remote Code Execution Vulnerability Important
Windows Spaceport.sys CVE-2026-69393 Windows Spaceport.sys Information Disclosure Vulnerability Important
Windows Spaceport.sys CVE-2026-69390 Windows Spaceport.sys Information Disclosure Vulnerability Important
Windows Spaceport.sys CVE-2026-72952 Windows Spaceport.sys Remote Code Execution Vulnerability Important
Windows Spaceport.sys CVE-2026-72942 Windows Spaceport.sys Information Disclosure Vulnerability Important
Windows Spaceport.sys CVE-2026-71350 Windows Spaceport.sys Remote Code Execution Vulnerability Important
Windows Storage CVE-2026-78516 Windows Storage Information Disclosure Vulnerability Important
Windows Storage CVE-2026-69328 Windows Storage Elevation of Privilege Vulnerability Important
Windows Storage Management Provider CVE-2026-69389 Windows Storage Management Provider Elevation of Privilege Vulnerability Important
Windows Storage Management Provider CVE-2026-71337 Windows Storage Management Provider Elevation of Privilege Vulnerability Important
Windows Storage Port Driver CVE-2026-69381 Windows Storage Port Driver Information Disclosure Vulnerability Important
Windows Storage Spaces Controller CVE-2026-68877 Windows Storage Spaces Controller Remote Code Execution Vulnerability Important
Windows Storage Spaces Controller CVE-2026-69568 Storage Spaces Controller Information Disclosure Vulnerability Important
Windows Storage Spaces Controller CVE-2026-69290 Windows Storage Spaces Controller Elevation of Privilege Vulnerability Important
Windows Storage Spaces Controller CVE-2026-69575 Windows Storage Spaces Controller Elevation of Privilege Vulnerability Important
Windows Storage Spaces Controller CVE-2026-68844 Windows Storage Spaces Controller Remote Code Execution Vulnerability Important
Windows Task Scheduler CVE-2026-72945 Windows Task Scheduler Information Disclosure Vulnerability Important
Windows TCP/IP CVE-2026-69757 Windows TCP/IP Elevation of Privilege Vulnerability Important
Windows TCP/IP CVE-2026-69588 Windows TCP/IP Denial of Service Vulnerability Important
Windows TCP/IP CVE-2026-69761 Windows TCP/IP Elevation of Privilege Vulnerability Important
Windows TCP/IP CVE-2026-69404 Windows TCP/IP Elevation of Privilege Vulnerability Important
Windows TCP/IP CVE-2026-69385 Windows TCP/IP Elevation of Privilege Vulnerability Important
Windows TCP/IP CVE-2026-69793 Windows TCP/IP Security Feature Bypass Vulnerability Important
Windows Text Shaping CVE-2026-69786 Windows Text Shaping Remote Code Execution Vulnerability Important
Windows Text Shaping CVE-2026-69353 Windows Text Shaping Information Disclosure Vulnerability Important
Windows Universal Disk Format File System Driver (UDFS) CVE-2026-69573 Windows Universal Disk Format File System Driver (UDFS) Elevation of Privilege Vulnerability Important
Windows Universal Disk Format File System Driver (UDFS) CVE-2026-69758 Windows Universal Disk Format File System Driver (UDFS) Elevation of Privilege Vulnerability Important
Windows Universal Disk Format File System Driver (UDFS) CVE-2026-69592 Windows Universal Disk Format File System Driver (UDFS) Elevation of Privilege Vulnerability Important
Windows Universal Plug and Play (UPnP) Device Host CVE-2026-69351 Windows Universal Plug and Play (UPnP) Device Host Information Disclosure Vulnerability Important
Windows Universal Plug and Play (UPnP) Device Host CVE-2026-68830 Windows Universal Plug and Play (UPnP) Device Host Information Disclosure Vulnerability Important
Windows Update Stack CVE-2026-81963 Windows Update Stack Elevation of Privilege Vulnerability Important
Windows URL Moniker CVE-2026-73019 Windows URL Moniker Security Feature Bypass Vulnerability Important
Windows URL Moniker CVE-2026-69434 Windows URL Moniker Remote Code Execution Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69286 Windows USB Audio Class Driver Information Disclosure Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69687 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69707 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69270 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69469 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69571 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69307 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69413 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Audio Class driver (usbaudio.sys) CVE-2026-69859 Windows USB Audio Class driver (usbaudio.sys) Elevation of Privilege Vulnerability Important
Windows USB Driver CVE-2026-69457 Windows USB Driver Information Disclosure Vulnerability Important
Windows USB Driver CVE-2026-72953 Windows USB Driver Elevation of Privilege Vulnerability Important
Windows USB Driver CVE-2026-69503 Windows USB Driver Elevation of Privilege Vulnerability Important
Windows USB Driver CVE-2026-68840 Windows USB Driver Elevation of Privilege Vulnerability Important
Windows USB Driver CVE-2026-69295 Windows USB Driver Elevation of Privilege Vulnerability Important
Windows USB Hub Driver CVE-2026-72999 Windows USB Hub Driver Elevation of Privilege Vulnerability Important
Windows USB Mass Storage Class Driver CVE-2026-69527 Windows USB Mass Storage Class Driver Information Disclosure Vulnerability Important
Windows USB Mass Storage Class Driver CVE-2026-68839 Windows USB Mass Storage Class Driver Remote Code Execution Vulnerability Important
Windows USB Mass Storage Class Driver CVE-2026-69490 Windows USB Mass Storage Class Driver Elevation of Privilege Vulnerability Important
Windows USB Video Driver CVE-2026-69319 Windows USB Video Driver Elevation of Privilege Vulnerability Important
Windows USB Video Driver CVE-2026-69584 Windows USB Video Driver Elevation of Privilege Vulnerability Important
Windows USB Video Driver CVE-2026-69422 Windows USB Video Driver Elevation of Privilege Vulnerability Important
Windows USB Video Driver CVE-2026-69423 Windows USB Video Driver Elevation of Privilege Vulnerability Important
Windows USB Video Driver CVE-2026-72962 Windows USB Video Driver Elevation of Privilege Vulnerability Critical
Windows VHD miniport driver CVE-2026-56172 Windows VHD miniport driver Elevation of Privilege Vulnerability Important
Windows Virtual Trusted Platform Module CVE-2026-69890 Windows Virtual Trusted Platform Module Elevation of Privilege Vulnerability Critical
Windows Virtualization-Based Security (VBS) Enclave CVE-2026-83501 Windows Virtualization-Based Security (VBS) Information Disclosure Vulnerability Critical
Windows Virtualization-Based Security (VBS) Enclave CVE-2026-83498 Windows Virtualization-Based Security (VBS) Enclave Elevation of Privilege Vulnerability Critical
Windows VOLSNAP.SYS CVE-2026-69420 Microsoft VOLSNAP.SYS Elevation of Privilege Vulnerability Important
Windows VOLSNAP.SYS CVE-2026-69427 Microsoft VOLSNAP.SYS Elevation of Privilege Vulnerability Important
Windows VOLSNAP.SYS CVE-2026-69426 Windows VOLSNAP.SYS Remote Code Execution Vulnerability Important
Windows Volume Manager Extension Driver CVE-2026-69582 Windows Volume Manager Extension Driver Elevation of Privilege Vulnerability Important
Windows Volume Manager Extension Driver CVE-2026-77904 Windows Volume Manager Extension Driver Elevation of Privilege Vulnerability Important
Windows Volume Manager Extension Driver CVE-2026-69291 Windows Volume Manager Extension Driver Remote Code Execution Vulnerability Important
Windows Volume Manager Extension Driver CVE-2026-69468 Windows Volume Manager Extension Driver Elevation of Privilege Vulnerability Important
Windows Volume Manager Extension Driver CVE-2026-69334 Windows Volume Manager Extension Driver Remote Code Execution Vulnerability Important
Windows Volume Shadow Copy CVE-2026-72985 Volume Shadow Copy Elevation of Privilege Vulnerability Important
Windows Web Platform Storage CVE-2026-69708 Windows Web Platform Storage Elevation of Privilege Vulnerability Important
Windows WebClient Service CVE-2026-72965 Windows WebClient Service Elevation of Privilege Vulnerability Important
Windows Win32 Kernel Subsystem CVE-2026-70290 Win32k Information Disclosure Vulnerability Important
Windows Win32 Kernel Subsystem CVE-2026-70289 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69853 Win32k Information Disclosure Vulnerability Important
Windows Win32K CVE-2026-69410 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69498 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69348 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69333 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69832 Win32k Information Disclosure Vulnerability Important
Windows Win32K CVE-2026-69818 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69335 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69808 Win32k Information Disclosure Vulnerability Important
Windows Win32K CVE-2026-69274 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-68880 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69301 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69844 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-70283 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69792 Windows Win32K Security Feature Bypass Vulnerability Important
Windows Win32K CVE-2026-69609 Win32k Information Disclosure Vulnerability Important
Windows Win32K CVE-2026-69652 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69610 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69630 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69689 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69706 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69779 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Win32K CVE-2026-69762 Windows Win32k Elevation of Privilege Vulnerability Important
Windows Wireless Networking CVE-2026-69517 Windows Wireless Networking Elevation of Privilege Vulnerability Important
Windows Wireless Wide Area Network Service CVE-2026-69862 Windows Wireless Wide Area Network Service Information Disclosure Vulnerability Important
Windows Work Folder Service CVE-2026-69560 Windows Work Folder Service Elevation of Privilege Vulnerability Important
Windows Work Folder Service CVE-2026-71336 Windows Work Folder Service Remote Code Execution Vulnerability Important
Windows Work Folders CVE-2026-80075 Windows Work Folders Elevation of Privilege Vulnerability Important
Winsock CVE-2026-72927 Winsock Elevation of Privilege Vulnerability Important
Xbox CVE-2026-78455 Xbox Information Disclosure Vulnerability Important
XBox Gaming Services CVE-2026-58611 Xbox Gaming Services Elevation of Privilege Vulnerability Important

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.bleepingcomputer.com/news/microsoft/microsoft-september-2026-patch-tuesday-fixes-966-flaws-2-zero-days/