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

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

CVE-2025-68800 is a use-after-free vulnerability in the Linux kernel's mlxsw spectrum_mr component that can occur when updating multicast route stats. This article covers the technical details, affected systems, and mitigation.

Updated: January 22, 2026

CVE-2025-68800 Overview

A use-after-free vulnerability has been identified in the Linux kernel's mlxsw (Mellanox Spectrum) driver, specifically within the spectrum_mr component responsible for multicast route statistics management. The vulnerability occurs during the periodic traversal of the multicast route list when updating kernel statistics from device queries. A race condition exists where a route entry deletion during route replacement operations was not properly protected by the dedicated mutex, leading to potential memory corruption.

Critical Impact

Local attackers with access to affected Mellanox Spectrum network hardware could potentially exploit this use-after-free condition to cause system crashes or potentially achieve privilege escalation through memory corruption.

Affected Products

  • Linux kernel with mlxsw_spectrum driver
  • Mellanox Spectrum-based network switches (MSN2010/SA002610)
  • Linux kernel versions prior to the security patch

Discovery Timeline

  • 2026-01-13 - CVE-2025-68800 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-68800

Vulnerability Analysis

This use-after-free vulnerability resides in the mlxsw_sp_mr_stats_update function within drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c. The kernel workqueue periodically invokes this function to traverse the multicast route list and update statistics that have been queried from the Mellanox Spectrum device.

A previous commit introduced a dedicated mutex (replacing RTNL) to protect the multicast route list during these periodic traversals. However, one critical instance of list entry deletion during route replacement operations was missed, creating a window where the stats update worker could access freed memory.

The KASAN (Kernel Address Sanitizer) report indicates a read of 8 bytes from freed memory at the address associated with a multicast route structure. The allocation trace shows the memory was allocated via mlxsw_sp_mr_route_add, and subsequently freed during route replacement operations in the same function path.

Root Cause

The root cause is a missing mutex acquisition around list entry deletion during multicast route replacement. While the dedicated mutex was correctly implemented to protect list traversal operations, the deletion path in mlxsw_sp_mr_route_add (specifically around line 444 in spectrum_mr.c) failed to acquire the mutex before removing entries from the list. This created a race condition between the stats update worker thread and the route replacement operation.

Attack Vector

The vulnerability requires local access with the ability to trigger multicast route replacement operations on systems with Mellanox Spectrum network hardware. An attacker could potentially exploit this by:

  1. Triggering rapid multicast route additions and replacements via the routing subsystem
  2. Racing the route replacement against the periodic stats update worker (mlxsw_sp_mr_stats_update)
  3. Causing the worker to access freed memory, potentially leading to information disclosure or kernel memory corruption

The vulnerability is exploitable through the kernel's multicast routing subsystem events, which are processed via the mlxsw_sp_router_fibmr_event_work worker. The timing window exists between when a route entry is freed during replacement and when the stats update worker attempts to read from that memory.

Detection Methods for CVE-2025-68800

Indicators of Compromise

  • KASAN slab-use-after-free reports in kernel logs referencing mlxsw_sp_mr_stats_update
  • Kernel panic or oops messages originating from the mlxsw_spectrum module
  • Unexpected system crashes on servers with Mellanox Spectrum network adapters during multicast routing operations
  • Workqueue crash reports for mlxsw_core workqueue with mlxsw_sp_mr_stats_update in the call trace

Detection Strategies

  • Enable KASAN (Kernel Address Sanitizer) in development and test environments to detect use-after-free conditions
  • Monitor kernel logs for BUG reports containing slab-use-after-free and mlxsw_spectrum references
  • Implement system monitoring for unexpected kernel worker thread crashes in the mlxsw_core workqueue
  • Deploy kernel crash dump analysis tools to identify memory corruption patterns

Monitoring Recommendations

  • Configure kernel log monitoring to alert on KASAN reports and memory corruption messages
  • Monitor system stability metrics on hosts with Mellanox Spectrum hardware
  • Track multicast routing events and correlate with system stability issues
  • Implement automated kernel crash dump collection and analysis for affected systems

How to Mitigate CVE-2025-68800

Immediate Actions Required

  • Apply the kernel security patches from the official kernel.org repository immediately
  • Schedule system reboots to activate patched kernels on affected systems
  • Consider temporarily reducing multicast routing activity on critical production systems until patched
  • Enable KASAN in test environments to validate patch effectiveness

Patch Information

The fix involves acquiring the dedicated mutex before deleting entries from the multicast route list and releasing it afterwards during route replacement operations. Multiple kernel commits have been released to address this vulnerability:

  • Kernel Commit 216afc198484
  • Kernel Commit 37ca08b35a27
  • Kernel Commit 4049a6ace209
  • Kernel Commit 5f2831fc593c
  • Kernel Commit 8ac1dacec458

Workarounds

  • Limit multicast routing configuration changes on systems with Mellanox Spectrum hardware until patched
  • Consider temporarily blacklisting the mlxsw_spectrum module if multicast routing is not required
  • Implement network isolation for systems that cannot be immediately patched
  • Monitor affected systems closely for signs of exploitation or instability
bash
# Check if mlxsw_spectrum module is loaded
lsmod | grep mlxsw_spectrum

# Verify current kernel version
uname -r

# Check for available kernel updates with the security fix
apt-cache policy linux-image-$(uname -r)

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

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

  • Kernel Commit Update

  • Kernel Commit Update

  • Kernel Commit Update

  • Kernel Commit Update
  • Related CVEs
  • CVE-2026-23462: Linux Kernel Use-After-Free Vulnerability

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

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

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