A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43149

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

CVE-2026-43149 is a use-after-free vulnerability in the Linux kernel's FSL UCC HDLC driver affecting DMA buffer management. This post covers the technical details, affected versions, security impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43149 Overview

CVE-2026-43149 is a memory management vulnerability in the Linux kernel's fsl_ucc_hdlc WAN driver. The flaw resides in the uhdlc_memclean() cleanup routine, which incorrectly frees DMA-coherent memory. The priv->rx_buffer and priv->tx_buffer regions are allocated as a single contiguous buffer in uhdlc_init() but released as two separate buffers during cleanup. This mismatch between allocation and deallocation produces an improper dma_free_coherent() call sequence affecting Freescale Unified Communications Controller (UCC) HDLC hardware.

Critical Impact

Improper DMA buffer release in the kernel can corrupt DMA allocator state, leading to memory corruption or denial of service on systems using the fsl_ucc_hdlc driver.

Affected Products

  • Linux kernel versions containing the drivers/net/wan/fsl_ucc_hdlc.c driver prior to the fix
  • Systems using Freescale QUICC Engine UCC HDLC controllers
  • Stable kernel branches referenced by the upstream commits 011ae5d, 0f85a96, 36bd7d5, 6496fb8, 84b932b, ba8d842, d68994e, and d8a5220

Discovery Timeline

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

Technical Details for CVE-2026-43149

Vulnerability Analysis

The fsl_ucc_hdlc driver provides High-Level Data Link Control (HDLC) support for Freescale QUICC Engine UCC hardware. During initialization, uhdlc_init() performs a single dma_alloc_coherent() call sized to hold both the receive and transmit ring buffers. The driver then stores pointers into this region as priv->rx_buffer and priv->tx_buffer. These pointers reference offsets within one contiguous DMA allocation, not two independent allocations.

The uhdlc_memclean() teardown path treats them as separate allocations. It invokes dma_free_coherent() twice — once for the receive buffer and once for the transmit buffer. The DMA allocator receives a free request for an address it never returned from dma_alloc_coherent(), and a second free against the original allocation is effectively skipped or mishandled. The fix replaces the two cleanup calls with a single dma_free_coherent() invocation against the entire allocated region.

The vulnerability has an EPSS probability of 0.024%, indicating low likelihood of opportunistic exploitation.

Root Cause

The root cause is an asymmetry between paired allocation and free operations. Kernel DMA APIs require that each dma_alloc_coherent() be matched by exactly one dma_free_coherent() using the original returned virtual address, DMA handle, and size. Splitting a single allocation across two free calls violates this contract and can corrupt DMA bookkeeping. This pattern is consistent with [CWE-415: Double Free] and improper resource release semantics.

Attack Vector

The affected code path runs during driver teardown, typically triggered by module unload, device removal, or an initialization failure that invokes the cleanup routine. Triggering the bug requires the fsl_ucc_hdlc driver to be loaded against UCC HDLC hardware, which is found primarily on PowerPC-based Freescale QorIQ platforms. An attacker without local access cannot reach this code path remotely. Local privileged users able to load, unload, or reconfigure network drivers can reach the vulnerable function. The technical details are documented in the upstream Linux stable commits, including Kernel Git Commit d8a5220 and Kernel Git Commit 36bd7d5.

Detection Methods for CVE-2026-43149

Indicators of Compromise

  • Kernel log messages from the DMA subsystem reporting freeing of an unknown or unmatched coherent allocation during fsl_ucc_hdlc unload
  • Kernel oops or warning traces referencing uhdlc_memclean in the call stack
  • DMA debug warnings (CONFIG_DMA_API_DEBUG) flagging release of an address not returned by dma_alloc_coherent()

Detection Strategies

  • Inventory running kernels and confirm whether the fsl_ucc_hdlc module is built or loaded on Freescale QorIQ/PowerPC hosts
  • Compare deployed kernel versions against the fixed stable branches identified by the listed upstream commit hashes
  • Enable CONFIG_DMA_API_DEBUG in non-production builds to surface mismatched DMA free calls during driver lifecycle testing

Monitoring Recommendations

  • Forward kernel ring buffer events containing strings such as fsl_ucc_hdlc, dma_free_coherent, and WARNING to a centralized log pipeline
  • Alert on repeated module load/unload sequences for fsl_ucc_hdlc on production network appliances
  • Track host stability metrics (kernel panics, watchdog resets) on devices using QUICC Engine UCC HDLC interfaces

How to Mitigate CVE-2026-43149

Immediate Actions Required

  • Apply the upstream Linux kernel patch that consolidates uhdlc_memclean() into a single dma_free_coherent() call
  • Update to a stable kernel release that incorporates the listed merge commits for the fsl_ucc_hdlc driver
  • Restrict module loading and network device reconfiguration to trusted administrators on affected hardware

Patch Information

The fix is available in multiple Linux stable trees. Reference patches include Kernel Git Commit 011ae5d, Kernel Git Commit 0f85a96, Kernel Git Commit 6496fb8, Kernel Git Commit 84b932b, Kernel Git Commit ba8d842, and Kernel Git Commit d68994e. The patch replaces the two-call free sequence with a single dma_free_coherent() against the original allocation pointer, length, and DMA handle established in uhdlc_init().

Workarounds

  • Blacklist the fsl_ucc_hdlc module on systems that do not require UCC HDLC connectivity until the patched kernel is deployed
  • Avoid runtime unloading of the driver on production systems where a patched kernel is not yet available
  • Limit physical and administrative access to QorIQ-based appliances where local users could trigger driver teardown
bash
# Prevent fsl_ucc_hdlc from loading until the patched kernel is installed
echo 'blacklist fsl_ucc_hdlc' | sudo tee /etc/modprobe.d/blacklist-fsl-ucc-hdlc.conf
sudo update-initramfs -u

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit 011ae5d

  • Kernel Git Commit 0f85a96

  • Kernel Git Commit 36bd7d5

  • Kernel Git Commit 6496fb8

  • Kernel Git Commit 84b932b

  • Kernel Git Commit ba8d842

  • Kernel Git Commit d68994e

  • Kernel Git Commit d8a5220
  • Related CVEs
  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability

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

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

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