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

CVE-2026-43048: Linux Kernel Use-After-Free Vulnerability

CVE-2026-43048 is a use-after-free vulnerability in the Linux Kernel's HID core that can lead to out-of-bounds reads and writes. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43048 Overview

CVE-2026-43048 is an out-of-bounds (OOB) read vulnerability in the Linux kernel's Human Interface Device (HID) core subsystem. The flaw resides in the hid_report_raw_event() function, where a memset() call intended to zero out bogus data could trigger OOB reads and writes in subsequent execution paths. The issue affects Linux kernel versions ranging from 2.6.15 through 7.0-rc4, indicating a long-lived defect in the HID input handling path. The vulnerability is tracked under [CWE-125] (Out-of-Bounds Read) and is exploitable from an adjacent network position through HID-capable transports such as Bluetooth.

Critical Impact

An attacker on an adjacent network can deliver a malformed HID report to trigger out-of-bounds memory access in the Linux kernel, leading to kernel memory disclosure, corruption, or denial of service.

Affected Products

  • Linux Kernel (mainline) up to and including 7.0-rc4
  • Linux Kernel 2.6.15 (including rc6 and rc7 pre-releases)
  • Linux Kernel 7.0 release candidates rc1 through rc4

Discovery Timeline

  • 2026-05-01 - CVE-2026-43048 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43048

Vulnerability Analysis

The vulnerability resides in the hid_report_raw_event() function within the Linux kernel HID core. The function processes raw HID reports received from input devices over transports including USB, Bluetooth, and I2C-HID. To defensively clear unexpected trailing bytes, the function previously called memset() to zero out the region from the end of the incoming data to the assumed end of the report buffer.

When the incoming event buffer is smaller than the report size derived from the HID descriptor, the memset() operation crosses buffer boundaries. This produces an out-of-bounds write into adjacent kernel memory and enables subsequent OOB reads when the cleared region is consumed by HID parsing logic.

The maintainer fix removes the memset() entirely. The function now returns early when the incoming event buffer size is insufficient to populate the associated report, eliminating the unsafe boundary assumption.

Root Cause

The root cause is an incorrect assumption about buffer size invariants. The memset() was added with defensive intent but operated on a buffer whose actual length could be smaller than the HID-descriptor-defined report length. Trusting the descriptor-defined length over the runtime buffer length produces classic OOB memory access patterns.

Attack Vector

Exploitation requires the ability to deliver crafted HID reports to a vulnerable Linux host. This is reachable from adjacent network positions, most notably through Bluetooth HID profiles where a paired or proximate attacker can transmit malformed report payloads. Successful exploitation can corrupt kernel memory, leak kernel data, or panic the kernel.

No public proof-of-concept exploit has been published, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-43048

Indicators of Compromise

  • Kernel log entries referencing hid_report_raw_event faults, KASAN out-of-bounds splats, or general protection faults originating from HID subsystem call stacks
  • Unexpected kernel panics or oopses correlated with Bluetooth or USB HID device connections
  • New or unrecognized HID devices pairing with hosts shortly before kernel instability

Detection Strategies

  • Enable Kernel Address Sanitizer (KASAN) on test and pre-production kernels to catch OOB reads and writes in the HID path
  • Monitor dmesg and journalctl -k output for HID-related stack traces and call chains containing hid_input_report or hid_report_raw_event
  • Track installed kernel package versions across the fleet against the patched commits referenced in the kernel.org advisories

Monitoring Recommendations

  • Inventory Bluetooth-enabled Linux endpoints and servers, prioritizing those exposed in shared physical environments
  • Alert on Bluetooth pairing events from unmanaged or unknown devices through endpoint telemetry
  • Aggregate kernel crash dumps and HID-subsystem warnings into a centralized log platform for retrospective analysis

How to Mitigate CVE-2026-43048

Immediate Actions Required

  • Identify all Linux systems running affected kernel versions and prioritize patching of mobile, laptop, and IoT systems with active Bluetooth or HID interfaces
  • Apply the upstream kernel fix or the distribution-provided update referencing commits 0a3fe97, 8f71034, or bd6e1d0
  • Disable Bluetooth on systems where it is not operationally required to reduce adjacent-network exposure

Patch Information

The fix removes the unsafe memset() and adds an early return when the incoming HID event buffer is smaller than the associated report size. The patch is committed upstream and is available through the following kernel.org references: Kernel Git Commit 0a3fe97, Kernel Git Commit 8f71034, and Kernel Git Commit bd6e1d0. Linux distribution vendors backport these commits into supported stable kernel branches.

Workarounds

  • Disable the Bluetooth stack using systemctl disable --now bluetooth on systems that do not require wireless HID peripherals
  • Restrict USB HID device attachment via udev rules or USB device control policies on sensitive endpoints
  • Unload the hid and bluetooth kernel modules where feasible, and blacklist them through /etc/modprobe.d/ configuration files until the patched kernel is deployed

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

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

  • Kernel Git Commit 8f71034

  • Kernel Git Commit bd6e1d0
  • Related CVEs
  • CVE-2026-31745: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43049: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43056: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43050: Linux Kernel Use-After-Free Vulnerability
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