The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43363

CVE-2026-43363: Linux Kernel x2apic DOS Vulnerability

CVE-2026-43363 is a denial of service vulnerability in the Linux Kernel x2apic component that causes system hangs after resume from S2RAM. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 18, 2026

CVE-2026-43363 Overview

CVE-2026-43363 is a Linux kernel vulnerability in the x86 Advanced Programmable Interrupt Controller (APIC) subsystem. The flaw occurs during system resume from suspend-to-RAM (s2ram). Firmware may re-enable x2apic mode after a wake event even when the kernel disabled x2apic during boot due to missing IRQ remapping support or other reasons. The kernel continues using the xapic interface while the hardware operates in x2apic mode, causing the system to hang.

The issue affects bare metal systems running defconfig kernels and triggers reliably on s2ram cycles. It is tracked as a local availability issue in the linux:linux_kernel component.

Critical Impact

Local users can trigger a system hang following resume from S2/S3 sleep states, denying availability on affected x86 systems with mismatched x2apic firmware and kernel state.

Affected Products

  • Linux kernel (multiple stable branches prior to fix commits)
  • Linux kernel 7.0-rc1, 7.0-rc2, 7.0-rc3 release candidates
  • Bare metal x86 systems using defconfig with s2ram enabled

Discovery Timeline

  • 2026-05-08 - CVE-2026-43363 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43363

Vulnerability Analysis

The vulnerability resides in the local APIC (lapic) resume path on x86 platforms. During boot, the kernel may disable x2apic mode when interrupt remapping is unavailable or otherwise unsupported, falling back to the legacy xapic interface. The kernel tracks this decision through the x2apic_mode variable.

When the system enters S2 or S3 sleep and later resumes, platform firmware restores the pre-sleep or initial boot CPU configuration as permitted by the ACPI v6.6 specification, Section 16.3. If x2apic was part of the initial boot configuration, firmware re-enables x2apic mode in the APIC base MSR before handing control back to the kernel. The kernel's lapic_resume() routine previously did not reconcile this state, leaving the hardware in x2apic mode while kernel code continued issuing memory-mapped xapic accesses.

The mismatch causes interrupt delivery to fail and the CPU to hang. The fix updates lapic_resume() to explicitly disable x2apic when x2apic_mode = 0, restoring the kernel-expected configuration on wake.

Root Cause

The root cause is a kernel-firmware state synchronization gap. The kernel did not validate APIC mode on resume, assuming firmware preserved the pre-sleep configuration the kernel had established. ACPI permits restoration of either pre-sleep or initial boot CPU MSR state, so platforms may re-enable x2apic legitimately. This is classified under [NVD-CWE-noinfo].

Attack Vector

Exploitation requires local access with low privileges to initiate a suspend-to-RAM cycle. No user interaction beyond triggering suspend or resume is needed. The impact is limited to availability through a system hang. Confidentiality and integrity are not affected. The vulnerability does not enable code execution or privilege escalation.

The issue manifests deterministically on affected hardware configurations where firmware re-enables x2apic on resume. See the upstream commits referenced below for the resolved code path.

Detection Methods for CVE-2026-43363

Indicators of Compromise

  • System hangs or unresponsive console immediately following resume from suspend-to-RAM on x86 bare metal hosts.
  • Kernel logs showing x2apic disabled at boot followed by APIC delivery errors after a resume event.
  • Repeated requirement for hard power cycles to recover from S2/S3 wake on defconfig kernels.

Detection Strategies

  • Audit kernel boot logs for Disabling x2apic or x2apic disabled messages combined with subsequent suspend/resume cycles.
  • Inspect /sys/firmware/acpi and dmesg after resume to confirm APIC mode consistency between kernel state and hardware MSR IA32_APIC_BASE.
  • Compare running kernel version against the fixed commits listed in the vendor advisories to identify exposure on managed Linux fleets.

Monitoring Recommendations

  • Collect kernel crash and hang telemetry from endpoints performing frequent suspend/resume cycles, such as laptops and workstations.
  • Track kernel package versions across the fleet and flag hosts running pre-patch builds of the Linux kernel.
  • Alert on unexpected reboots or watchdog-triggered resets following ACPI wake events.

How to Mitigate CVE-2026-43363

Immediate Actions Required

  • Update the Linux kernel to a version containing the upstream fix from one of the referenced stable commits.
  • Prioritize patching bare metal x86 endpoints and servers that rely on suspend-to-RAM functionality.
  • Validate that distribution-provided kernel updates include the lapic_resume() x2apic reconciliation change.

Patch Information

The fix is available across multiple Linux stable branches. Apply the appropriate commit from the kernel.org references: Kernel Commit 11712c4, Kernel Commit 1a85f84, Kernel Commit 1d8440c, Kernel Commit 3dd0812, Kernel Commit 8cc7dd7, Kernel Commit 965289b, Kernel Commit a6ad6f2, and Kernel Commit f591938. Consult the ACPI v6.6 specification, Section 16.3 for the firmware behavior context.

Workarounds

  • Disable suspend-to-RAM on affected hosts by masking the suspend.target systemd unit until the kernel is patched.
  • Boot with the nox2apic kernel parameter on systems where IRQ remapping is unavailable to ensure consistent xapic mode across boot and resume.
  • Enable interrupt remapping in firmware where supported so the kernel retains x2apic mode and avoids the mismatched-state condition.
bash
# Configuration example: disable suspend until patched
sudo systemctl mask suspend.target sleep.target hibernate.target hybrid-sleep.target

# Alternative: force xapic mode via kernel command line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nox2apic"
sudo update-grub

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Kernel Commit 11712c4

  • Kernel Commit 1a85f84

  • Kernel Commit 1d8440c

  • Kernel Commit 3dd0812

  • Kernel Commit 8cc7dd7

  • Kernel Commit 965289b

  • Kernel Commit a6ad6f2

  • Kernel Commit f591938
  • Related CVEs
  • CVE-2026-43492: Linux Kernel MPI Integer Underflow DoS

  • CVE-2026-43491: Linux Kernel QRTR NS DoS Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English