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-43347

CVE-2026-43347: Linux Kernel Privilege Escalation Flaw

CVE-2026-43347 is a privilege escalation vulnerability in the Linux Kernel affecting arm64 platforms. Improper memory reservation causes kernel crashes when accessing hypervisor memory. This article covers technical details, impact, and fixes.

Published: May 18, 2026

CVE-2026-43347 Overview

CVE-2026-43347 is a Linux kernel vulnerability affecting arm64 Qualcomm Monaco-based platforms. The kernel inadvertently accesses hypervisor-owned memory because the EFI memory map reserves only a subset of the Gunyah metadata region. The Qualcomm hypervisor claims memory at 0x91a80000 of size 0x80000 (512 KiB), but firmware reserves only 288 KiB. The page frame allocator can hand out PFNs inside the hypervisor-owned region, triggering Synchronous External Abort exceptions (ESR=0x96000010) and kernel crashes. The issue is resolved by adding a reserved-memory carveout with no-map for the Gunyah hypervisor metadata in the device tree.

Critical Impact

Kernel allocations from hypervisor-owned memory cause fatal synchronous external aborts and full system crashes on affected Monaco platforms.

Affected Products

  • Linux kernel 7.0 release candidates (rc1 through rc7)
  • arm64 builds for Qualcomm Monaco-based platforms
  • Systems using the Gunyah hypervisor (gunyah-e78adb36e debug build)

Discovery Timeline

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

Technical Details for CVE-2026-43347

Vulnerability Analysis

The vulnerability stems from a mismatch between two firmware-provided memory descriptors. The Qualcomm hypervisor (Gunyah) reports its metadata region at 0x91a80000 spanning 0x80000 bytes (512 KiB). The Unified Extensible Firmware Interface (UEFI) memory map, however, only marks 0x91a40000–0x91a87fff as Reserved, while 0x91a88000–0x0000938fffff is exposed as Conventional memory.

Linux trusts the EFI memory map when constructing its physical memory allocator. The kernel therefore considers the upper portion of the Gunyah metadata region as usable RAM. When the allocator returns page frames inside that range, any subsequent access reaches memory owned by the hypervisor stage-2 translation, which denies the access and generates a synchronous external abort.

Root Cause

The root cause is missing device tree reservation for hypervisor-owned memory. The Monaco device tree source (arm64/boot/dts/qcom/monaco) did not declare a reserved-memory carveout covering the full Gunyah metadata region. Without a no-map reservation, memblock and the buddy allocator treat the conventional-marked subrange as free memory available for kernel and userspace allocations.

Attack Vector

This is a reliability and availability defect rather than a remotely exploitable memory corruption flaw. The CVSS vector indicates impact limited to availability. Triggering the abort requires the allocator to select a PFN inside the unreserved hypervisor region, which depends on boot-time memory layout and workload pressure. The result is a kernel crash and denial of service on affected Monaco hardware.

No public proof-of-concept exists and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. The vulnerability manifests during normal kernel operation on impacted devices and does not require attacker interaction. See the upstream commits at git.kernel.org commit 59bd9088 for technical details of the device tree change.

Detection Methods for CVE-2026-43347

Indicators of Compromise

  • Kernel oops or panic logs containing Synchronous External Abort with ESR=0x96000010 on arm64 Monaco devices.
  • Boot log line qhee_hyp_assign_remove_memory: 0x91a80000/0x80000 -> ret 0 paired with EFI map entries showing 0x91a88000 as Conventional memory.
  • Unexpected reboots or watchdog resets shortly after high memory pressure on Monaco-based hardware.

Detection Strategies

  • Parse dmesg and persistent kernel logs for synchronous external abort signatures correlated with addresses in the 0x91a80000–0x91afffff range.
  • Compare EFI memory map output against the Gunyah qhee_hyp_assign_remove_memory boot messages to identify reservation gaps.
  • Inventory deployed kernels and flag arm64 Monaco builds running Linux 7.0 release candidates without the device tree fix.

Monitoring Recommendations

  • Centralize kernel crash logs from arm64 fleets and alert on repeated synchronous external aborts.
  • Track kernel version and device tree blob hashes across managed devices to confirm patched builds are deployed.
  • Monitor hypervisor health telemetry from Gunyah for stage-2 access denials targeting metadata addresses.

How to Mitigate CVE-2026-43347

Immediate Actions Required

  • Apply the upstream Linux kernel patches referenced in the vendor advisories to all arm64 Monaco builds.
  • Rebuild and deploy the updated device tree blob containing the full 512 KiB Gunyah metadata reservation.
  • Restrict the affected Linux 7.0 release candidate kernels from production rollout until the device tree fix is in place.

Patch Information

The fix adds a reserved-memory carveout at 0x91a80000 of size 0x80000 and marks it no-map, preventing Linux from mapping or allocating from the hypervisor metadata region. The patches are available in the following stable tree commits: commit 59bd9088, commit 85d98669, and commit edde6257.

Workarounds

  • Boot affected devices with a memmap= kernel command-line entry that excludes 0x91a80000+0x80000 from usable memory until the patched device tree is deployed.
  • Pin Monaco platforms to an earlier stable kernel that predates the regression while validating the upstream fix.
  • Coordinate with the platform vendor to obtain firmware updates that emit a corrected EFI memory map covering the full Gunyah metadata region.
bash
# Configuration example: reserved-memory node added by the upstream fix
reserved-memory {
    #address-cells = <2>;
    #size-cells = <2>;
    ranges;

    gunyah_hyp_mem: gunyah-hyp@91a80000 {
        reg = <0x0 0x91a80000 0x0 0x80000>;
        no-map;
    };
};

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

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

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-43289: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43298: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43463: Linux Kernel Privilege Escalation Bug

  • CVE-2026-43391: Linux Kernel Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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