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-2025-71291

CVE-2025-71291: Linux Kernel Use-After-Free Vulnerability

CVE-2025-71291 is a use-after-free vulnerability in the Linux kernel's bcm_vk driver that can cause null-pointer dereferences. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 7, 2026

CVE-2025-71291 Overview

CVE-2025-71291 is a null pointer dereference vulnerability in the Linux kernel's Broadcom VK (bcm_vk) misc driver. The flaw resides in the bcm_vk_read() function, where the entry pointer is checked for NULL but subsequently dereferenced when rc is set to -EMSGSIZE. An attacker with local access to the device interface can trigger the dereference, causing a kernel crash and a denial-of-service condition. Upstream maintainers resolved the issue by copying the required fields (to_h_msg, usr_msg_id, and to_h_blks) from the iterator into temporary variables before they are returned to userspace.

Critical Impact

Local users with access to the bcm_vk character device can crash the kernel through a null pointer dereference, resulting in denial of service.

Affected Products

  • Linux kernel versions containing the bcm_vk misc driver prior to the patched commits
  • Distributions shipping the unpatched Broadcom VK driver
  • Systems exposing the bcm_vk device node to non-privileged users

Discovery Timeline

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

Technical Details for CVE-2025-71291

Vulnerability Analysis

The vulnerability is a null pointer dereference [CWE-476] in the bcm_vk_read() function of the Broadcom VK misc driver. The function explicitly verifies that the entry pointer may be NULL before continuing execution. However, when the return code rc is assigned -EMSGSIZE, subsequent code paths still dereference entry to access entry->to_h_msg[0], entry->usr_msg_id, and entry->to_h_blks. Reaching this state with a NULLentry causes the kernel to fault.

The upstream fix relocates the data copy. Instead of dereferencing entry after the null check fails, the patch reads the message header, user message ID, and block count from the iterator earlier in the function and stores them in stack-local temporaries. The function then returns those temporaries to the caller, eliminating the unsafe dereference path.

Root Cause

The root cause is inconsistent handling of a pointer that the code itself documents as potentially NULL. Defensive checks were added without refactoring the downstream consumers, leaving a window where an error branch reuses a freed or unset entry reference.

Attack Vector

Exploitation requires local access to the bcm_vk character device exposed by the driver. A user-space process issuing read operations under specific message-size error conditions can drive the function into the vulnerable branch. The result is a kernel oops or panic, producing denial of service on systems where the Broadcom VK accelerator driver is loaded.

No verified public proof-of-concept code is available. See the linked stable kernel commits for the authoritative source-level changes.

Detection Methods for CVE-2025-71291

Indicators of Compromise

  • Kernel oops or panic messages referencing bcm_vk_read in dmesg or /var/log/kern.log
  • Unexpected crashes on systems with Broadcom VK accelerator hardware and the bcm_vk module loaded
  • Repeated short reads or -EMSGSIZE errors on /dev/bcm-vk.* device nodes followed by process or system instability

Detection Strategies

  • Inventory hosts where lsmod | grep bcm_vk returns the module and confirm kernel build versus the patched stable commits
  • Monitor kernel ring buffer for null pointer dereference traces with frames originating in the bcm_vk driver
  • Correlate process activity that opens /dev/bcm-vk* device files with subsequent kernel fault events

Monitoring Recommendations

  • Forward kernel logs to a centralized logging or SIEM platform and alert on BUG: kernel NULL pointer dereference events tied to bcm_vk symbols
  • Track package versions for the running kernel and flag hosts that are not aligned with the fixed stable releases
  • Restrict and audit user access to Broadcom VK device nodes through Linux Audit (auditd) rules

How to Mitigate CVE-2025-71291

Immediate Actions Required

  • Update affected systems to a Linux kernel build that includes the upstream stable fixes referenced below
  • Where patching is not immediate, unload or blacklist the bcm_vk module on hosts that do not require Broadcom VK functionality
  • Restrict permissions on /dev/bcm-vk* device nodes so only trusted service accounts can open them

Patch Information

The issue is resolved across multiple Linux stable branches in the following commits: Linux Kernel Commit 20f2d9d, Linux Kernel Commit 3842f93e, Linux Kernel Commit 741c5a3a, Linux Kernel Commit aa97ccc3, Linux Kernel Commit ba75ecb9, and Linux Kernel Commit ece37221. Apply the kernel update appropriate to your distribution and reboot to load the fixed image.

Workarounds

  • Blacklist the bcm_vk module via /etc/modprobe.d/ on systems that do not use Broadcom VK accelerators
  • Tighten device permissions with udev rules so unprivileged users cannot open /dev/bcm-vk*
  • Limit container and VM exposure of the host bcm_vk device to reduce the attack surface until patches are deployed
bash
# Configuration example: blacklist the bcm_vk module until the kernel is patched
echo "blacklist bcm_vk" | sudo tee /etc/modprobe.d/blacklist-bcm_vk.conf
sudo rmmod bcm_vk 2>/dev/null || true
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
  • Linux Kernel Commit 20f2d9d

  • Linux Kernel Commit 3842f93e

  • Linux Kernel Commit 741c5a3a

  • Linux Kernel Commit aa97ccc3

  • Linux Kernel Commit ba75ecb9

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

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

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

  • CVE-2026-43056: 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