CVE 2026 8863 is a Secure Boot vulnerability allowing attackers with admin privileges to use old, Microsoft signed UEFI shim bootloaders to run arbitrary pre OS code, bypassing a foundational Windows security layer. The fix requires a UEFI DBX update to revoke the vulnerable bootloaders; enterprise IT teams must aud...

Create a landscape editorial hero image for this Studio Global article: What was the Secure Boot bypass vulnerability (CVE-2026-8863) disclosed in Microsoft's June 2026 Patch Tuesday, including the affected UEFI. Article summary: CVE-2026-8863 is a **UEFI Secure Boot security feature bypass vulnerability** listed by Microsoft on June 9, 2026, involving multiple Microsoft-signed UEFI shim bootloaders that can be used to bypass Secure Boot protecti. Topic tags: general, general web, user generated, documentation. Reference image context from search candidates: Reference image 1: visual subject "# Microsoft Patch Tuesday April 2026: Critical Vulnerabilities, RDP and Secure Boot Zero-Days Impacting Windows Systems. This release is distinguished by the presence of **11 Criti" source context "Microsoft Patch Tuesday April 2026: Critical Vulnerabilities, RDP ..." Reference image 2: visual subje
In its June 9, 2026 Patch Tuesday, Microsoft disclosed a significant UEFI Secure Boot security feature bypass tracked as CVE-2026-8863 . The vulnerability centers on a collection of Microsoft-signed UEFI shim bootloaders that, because of their valid cryptographic signatures, are natively trusted by Secure Boot. This trust becomes a liability when those bootloaders are outdated and contain flaws that allow an attacker to execute arbitrary code before the operating system (OS) has even begun to load
. This effectively dismantles Secure Boot’s core promise of establishing a trusted foundation for the OS, and it continues a multi-year trend of attackers targeting the pre-boot environment.
At the heart of CVE-2026-8863 is a supply-chain problem. The vulnerable components are bootloaders from the open-source shim project, a small application that acts as a bridge between the UEFI firmware and a full bootloader like GRUB2 on Linux systems. Microsoft had previously signed shim versions to enable Secure Boot compatibility for Linux distributions and other third-party operating systems .
The primary affected versions were shim 0.9 and earlier. Crucially, these older versions lacked proper enforcement and validation of the Secure Boot Advanced Targeting (SBAT) mechanism . SBAT is a revocation framework that allows specific, vulnerable bootloader generations to be blocked without revoking an entire vendor’s signing certificate
. Because these older shims did not respect SBAT, they remained executable even after their known vulnerabilities were discovered and new, secure shim versions were released
.
The persistence of these vulnerable bootloaders in the wild is due to various hardware and software vendors who forked the open-source shim for their own products but never updated them. Positive Technologies identified specific affected products, including WhiteCanyon WipeDrive, Baramundi Management Suite, PC-Doctor Service Center, and Finland’s Matriculation Exam Abitti system . These third-party tools installed their outdated, Microsoft-signed shims into the EFI System Partition, leaving a permanent backdoor on systems even after their primary OS was fully patched
.
Exploiting CVE-2026-8863 is not a remote, unauthenticated attack. A threat actor must first gain administrative privileges or the ability to modify the boot process of the target machine . Once this access is obtained, the attacker leverages a "Bring Your Own Vulnerable Driver" (BYOVD)-style technique. Instead of a kernel driver, they place one of the vulnerable, but legitimate, Microsoft-signed shim bootloaders in the boot path.
When the system boots with Secure Boot enabled, the UEFI firmware will check the shim’s digital signature, find it valid (signed by the trusted Microsoft UEFI CA 2011 certificate), and execute it . The attacker can then use the outdated shim to divert the boot process, loading a malicious payload before Windows or any security software initializes. This grants them full system control during the earliest stage of machine operation, a state known as arbitrary pre-OS code execution
.
The capability for pre-OS code execution maps directly to the MITRE ATT&CK technique T1542.003 — Pre-OS Boot: Bootkit . A bootkit is a form of malware that operates below the OS layer, providing a stealthy persistence mechanism that survives OS reinstallation and can evade most traditional antivirus software
.
A successful attack via CVE-2026-8863 could allow an adversary to disable BitLocker, inject malicious code into the OS kernel, or establish a persistent backdoor that runs at every system startup. Remediating a bootkit infection is notoriously difficult and often requires a full re-flash of the system’s firmware, making this vulnerability a high-priority concern for enterprise security teams even though it requires local access to exploit. The Rapid7 assessment listed the vulnerability with a CVSS v3.1 base score of 7.8 and categorized its exploitation as "Less Likely," but its technical impact on confidentiality, integrity, and availability is rated High .
CVE-2026-8863 is not an isolated incident; it’s the latest chapter in the ongoing battle to secure the UEFI boot process. The technique echoes the 2020 “BootHole” vulnerability (CVE-2020-10713) in GRUB2, which also allowed Secure Boot bypass and required a massive DBX update to fix , and the “BlackLotus” bootkit, which exploited a Windows bootloader flaw to achieve similar pre-OS persistence
.
The issue is compounded by a large-scale trust expiration event occurring simultaneously. The Microsoft Corporation UEFI CA 2011 certificate, which signed the vulnerable shims and countless other third-party boot components, was itself set to expire on June 27, 2026 . Microsoft had been pushing the entire ecosystem to migrate to new 2023-era certificates, a complex operation that, for many organizations, was still in progress when CVE-2026-8863 was disclosed
.
Fixing CVE-2026-8863 isn’t a simple Windows Update patch. The core mitigation is a UEFI Forbidden Signature Database (DBX) update that adds the cryptographic hashes of the vulnerable shim bootloaders to the firmware’s revocation list. Once applied, the UEFI firmware will refuse to execute those bootloaders, even though they are validly signed .
For enterprise IT and security teams, rolling out the DBX update requires careful planning:
The CVE-2026-8863 vulnerability serves as a powerful reminder that Secure Boot’s protection is only as strong as the ecosystem of signed third-party code it trusts. Vigilant auditing of the pre-boot environment and swift application of DBX revocations are now essential, ongoing tasks for maintaining platform integrity.
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
CVE 2026 8863 is a Secure Boot vulnerability allowing attackers with admin privileges to use old, Microsoft signed UEFI shim bootloaders to run arbitrary pre OS code, bypassing a foundational Windows security layer.
CVE 2026 8863 is a Secure Boot vulnerability allowing attackers with admin privileges to use old, Microsoft signed UEFI shim bootloaders to run arbitrary pre OS code, bypassing a foundational Windows security layer. The fix requires a UEFI DBX update to revoke the vulnerable bootloaders; enterprise IT teams must audit for affected third party tools and test carefully to avoid boot failures.
Rated 7.8 CVSS v3.1, this is the latest in a series of Secure Boot bypasses exploiting the complex, supply chain ecosystem of signed pre boot components.