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

CVE-2026-43156: Linux Kernel Pegasus USB Driver Vulnerability

CVE-2026-43156 is an endpoint validation flaw in the Linux kernel pegasus USB driver that could allow malformed USB devices to trigger assertions. This post covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43156 Overview

CVE-2026-43156 is a Linux kernel vulnerability in the pegasus USB-to-Ethernet driver located at drivers/net/usb/pegasus.c. The driver's pegasus_probe() function fills USB Request Blocks (URBs) with hardcoded endpoint pipes without verifying the corresponding endpoint descriptors. A malformed or malicious USB device can present endpoints whose transfer types differ from what the driver assumes, triggering kernel assertions when the URBs are submitted.

Critical Impact

A crafted USB device attached to a vulnerable Linux host can trigger a kernel assertion failure in the pegasus driver during device probing, leading to denial of service.

Affected Products

  • Linux kernel versions containing the pegasus USB Ethernet driver prior to the fix
  • Stable kernel branches referenced by commits 229dc9b, 26b3ec6, 2705709, 35854ed, 3d7e6ce, 67ba6b1, a3e64e9, and d2e7c89
  • Systems exposing USB ports to untrusted physical access

Discovery Timeline

  • 2026-05-06 - CVE-2026-43156 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43156

Vulnerability Analysis

The pegasus_probe() function constructs URBs using fixed endpoint numbers without first validating the device's endpoint descriptors. Specifically, the driver calls usb_rcvbulkpipe(dev, 1) for receive (RX) data, usb_sndbulkpipe(dev, 2) for transmit (TX) data, and usb_rcvintpipe(dev, 3) for status interrupts. These calls assume the corresponding endpoints exist and use the expected transfer types.

When a USB device advertises endpoint numbers 1, 2, or 3 with mismatched transfer types — for example, an interrupt endpoint where the driver expects a bulk endpoint — the URB submission path triggers a kernel assertion. This is a kernel driver input validation flaw that can be exploited by attaching a malicious USB device to a target system.

Root Cause

The root cause is missing input validation on USB endpoint descriptors. The driver trusts hardcoded endpoint numbers and transfer types instead of querying the device's actual descriptor table. The fix introduces a pegasus_usb_ep enum to replace magic constants and adds usb_check_bulk_endpoints() and usb_check_int_endpoints() calls before any resource allocation. Devices presenting mismatched descriptors are now rejected at probe time.

Attack Vector

Exploitation requires the attacker to attach a malformed USB device to the target Linux host or to compromise an already-attached device's firmware. When the kernel enumerates the device and matches it to the pegasus driver, the unverified endpoint usage triggers the assertion. The same class of bug was previously addressed in the rtl8150 driver (commit 90b7f2961798) and catc driver (commit 9e7021d2aeae).

No verified public proof-of-concept code is available. See the Linux Kernel Commit 229dc9b for the patch implementation.

Detection Methods for CVE-2026-43156

Indicators of Compromise

  • Kernel log entries referencing pegasus_probe failures or USB endpoint assertion warnings
  • Unexpected kernel panics or BUG() traces tied to URB submission shortly after USB device attachment
  • Connection of unrecognized USB-to-Ethernet adapters claiming pegasus-compatible vendor and product identifiers

Detection Strategies

  • Monitor dmesg and journalctl -k for pegasus driver warnings and URB-related kernel oops messages
  • Audit USB device enumeration events using udev logging or auditd rules tracking USB subsystem activity
  • Compare loaded kernel versions against the fixed stable releases referenced in the upstream commits

Monitoring Recommendations

  • Forward kernel logs to a centralized logging platform and alert on driver-level assertion strings
  • Track USB attach and detach events on servers and workstations that should not normally accept removable peripherals
  • Maintain an inventory of kernel versions across the fleet to identify unpatched hosts

How to Mitigate CVE-2026-43156

Immediate Actions Required

  • Apply the upstream Linux kernel patches referenced by commits 229dc9b9db47, 26b3ec62fa1a, 2705709f6574, 35854ed5c40b, 3d7e6ce34f4f, 67ba6b13dbca, a3e64e950a39, and d2e7c898cc02
  • Update to a stable kernel release that incorporates the endpoint validation fix
  • Restrict physical access to USB ports on systems that handle sensitive workloads

Patch Information

The fix adds usb_check_bulk_endpoints() and usb_check_int_endpoints() calls to pegasus_probe() before any resource allocation, ensuring devices with mismatched descriptors are rejected at probe time. Distribution maintainers have backported the change across multiple stable branches. Refer to the Linux Kernel Commit a3e64e9 and the Linux Kernel Commit d2e7c89 for the canonical implementations.

Workarounds

  • Blacklist the pegasus kernel module on systems that do not require legacy USB-to-Ethernet adapters by adding blacklist pegasus to /etc/modprobe.d/
  • Enforce USB device authorization policies using usbguard to allow only known-good vendor and product identifiers
  • Disable unused USB controllers in BIOS or UEFI on dedicated server hardware
bash
# Configuration example
echo 'blacklist pegasus' | sudo tee /etc/modprobe.d/blacklist-pegasus.conf
sudo update-initramfs -u
sudo modprobe -r pegasus

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit 229dc9b

  • Linux Kernel Commit 26b3ec6

  • Linux Kernel Commit 2705709

  • Linux Kernel Commit 35854ed

  • Linux Kernel Commit 3d7e6ce

  • Linux Kernel Commit 67ba6b1

  • Linux Kernel Commit a3e64e9

  • Linux Kernel Commit d2e7c89
  • Related CVEs
  • CVE-2026-43066: Linux Kernel ext4 Memory Leak Vulnerability

  • CVE-2026-43093: Linux Kernel XSK UMEM Validation Flaw

  • CVE-2026-43209: Linux Kernel Minix Filesystem Vulnerability

  • CVE-2026-23442: Linux Kernel NULL Pointer 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