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
    • 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-2025-71185

CVE-2025-71185: Linux Kernel DMA Crossbar Leak Vulnerability

CVE-2025-71185 is a device reference leak in the Linux kernel's TI DMA crossbar driver affecting AM335x systems. This article covers the technical details, affected kernel versions, security impact, and mitigation strategies.

Published: February 6, 2026

CVE-2025-71185 Overview

A memory leak vulnerability has been identified in the Linux kernel's DMA engine subsystem, specifically affecting the Texas Instruments DMA crossbar driver. The vulnerability occurs during AM335x route allocation when a device reference is obtained but not properly released when looking up the crossbar platform device.

Critical Impact

This memory leak vulnerability can lead to gradual resource exhaustion on affected AM335x-based systems, potentially causing system instability or denial of service conditions over extended periods of operation.

Affected Products

  • Linux kernel (versions with affected dma-crossbar driver)
  • Texas Instruments AM335x-based embedded systems
  • Devices utilizing the TI DMA crossbar subsystem

Discovery Timeline

  • 2026-01-31 - CVE CVE-2025-71185 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-71185

Vulnerability Analysis

This vulnerability resides in the dmaengine: ti: dma-crossbar component of the Linux kernel. The issue is a classic device reference leak where the kernel fails to properly release a reference count obtained during platform device lookup operations.

When the DMA crossbar driver performs route allocation for AM335x devices, it looks up the crossbar platform device using kernel APIs that increment a reference counter. Under normal circumstances, this reference should be dropped (decremented) when no longer needed. However, the vulnerable code path fails to call the appropriate reference release function, causing the reference count to remain elevated indefinitely.

Over time, as route allocations occur repeatedly, unreleased device references accumulate, leading to kernel memory consumption that cannot be reclaimed. This represents a resource exhaustion condition that affects long-running embedded systems built on the AM335x platform.

Root Cause

The root cause is an improper resource management issue in the DMA crossbar driver's AM335x route allocation code path. When the driver uses of_find_device_by_node() or similar functions to locate the crossbar platform device, these functions take a reference on the device structure. The original code neglected to call put_device() or the equivalent reference-dropping function after the device lookup was complete, resulting in a persistent reference leak.

Attack Vector

This vulnerability has a local attack vector since it requires access to the affected system to trigger route allocation operations that cause the memory leak. While not directly exploitable for code execution, an attacker with local access could potentially:

  • Trigger repeated DMA route allocations to accelerate memory exhaustion
  • Cause denial of service through resource depletion on embedded systems with limited memory
  • Exploit the memory leak in conjunction with other vulnerabilities

The vulnerability is primarily a reliability and availability concern rather than a direct security exploit vector. Embedded systems and IoT devices running on AM335x platforms are the primary targets, as these systems often run continuously for extended periods where memory leaks become more impactful.

Detection Methods for CVE-2025-71185

Indicators of Compromise

  • Gradual increase in kernel memory consumption over time on AM335x-based systems
  • Elevated device reference counts in /sys/kernel/debug/ related to DMA subsystem
  • System logs showing memory allocation failures or warnings
  • Unexpected system slowdowns on long-running embedded devices

Detection Strategies

  • Monitor kernel memory usage trends using tools like slabtop or /proc/meminfo
  • Implement periodic kernel memory auditing on affected embedded systems
  • Check for the presence of patched kernel versions using uname -r
  • Review system logs for DMA-related errors or memory pressure indicators

Monitoring Recommendations

  • Deploy memory monitoring solutions on AM335x-based embedded systems
  • Set up alerts for abnormal kernel memory growth patterns
  • Periodically restart affected systems as a mitigation measure until patching is complete
  • Monitor system uptime correlation with memory consumption increases

How to Mitigate CVE-2025-71185

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix
  • Review all AM335x-based deployments for exposure to this vulnerability
  • Implement scheduled restarts for critical systems until patches can be applied
  • Monitor affected systems for signs of memory exhaustion

Patch Information

The Linux kernel development team has released patches to address this vulnerability. The fix ensures that device references taken during crossbar platform device lookups are properly dropped using the appropriate reference release functions.

Patches are available through the following kernel git commits:

  • Kernel Git Commit 30352277
  • Kernel Git Commit 4fc17b1c
  • Kernel Git Commit 6fdf168f
  • Kernel Git Commit f810132e

Workarounds

  • Schedule periodic system reboots to clear accumulated leaked references
  • Limit DMA route allocation frequency where application design permits
  • Monitor system memory and trigger proactive restarts before exhaustion
  • Consider disabling unused DMA crossbar functionality if not required for operation
bash
# Check current kernel version and DMA crossbar module status
uname -r
lsmod | grep dma
cat /proc/meminfo | grep -E "(MemFree|Slab|SReclaimable)"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit 4fc17b1c

  • Kernel Git Commit 6fdf168f

  • Kernel Git Commit f810132e
  • Related CVEs
  • CVE-2026-23457: Linux Kernel Integer Truncation Vulnerability

  • CVE-2026-23442: Linux Kernel IPv6 SRv6 Null Pointer Flaw

  • CVE-2026-23431: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-31391: Linux Kernel Atmel SHA204A OOM 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