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

CVE-2026-43467: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-43467 is a buffer overflow vulnerability in the Linux kernel affecting mlx5 network driver switchdev mode transitions. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43467 Overview

CVE-2026-43467 is a Linux kernel vulnerability in the Mellanox mlx5 network driver. The flaw causes a kernel crash when an administrator transitions the device to switchdev mode on hardware that does not support IPsec. The driver attempts to clean up IPsec resources unconditionally, dereferencing uninitialized structures and triggering a page fault in mlx5e_ipsec_disable_events. The fix adds a proper capability check before tearing down IPsec state.

Critical Impact

A local user with CAP_NET_ADMIN privileges can crash the kernel by issuing a devlink command to switch eswitch mode on affected mlx5 hardware, resulting in denial of service.

Affected Products

  • Linux kernel containing the mlx5_core driver prior to the upstream fix
  • Systems using Mellanox ConnectX adapters without IPsec offload capability
  • Distributions shipping kernel 6.19.0-rc5 and related stable branches before backport

Discovery Timeline

  • 2026-05-08 - CVE-2026-43467 published to the National Vulnerability Database
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-43467

Vulnerability Analysis

The vulnerability resides in the mlx5_core driver's eswitch mode transition logic. When userspace invokes devlink dev eswitch set ... mode switchdev, the driver calls mlx5e_vport_rep_load, which triggers mlx5e_netdev_change_profile and eventually mlx5e_nic_disable. During the disable path, mlx5e_ipsec_disable_events is invoked without verifying that the underlying device advertises IPsec offload support.

The kernel oops trace shows a page fault at _raw_spin_lock_irqsave+0x10/0x30 called from complete_all+0x20/0x90 inside mlx5e_ipsec_disable_events. CR2 holds 0x00000000000000a0, indicating dereference of a structure offset on a NULL or uninitialized ipsec pointer. The fault occurs in kernel mode but is reported through do_user_addr_fault, generating a warning and oops.

This is a [CWE-476] NULL pointer dereference triggered by missing capability validation. The remediation, applied across four stable branches via commits 05c9a6df3646, 24b2795f9683, 835778685f15, and bc72f739f398, introduces an explicit IPsec support check before invoking the cleanup routine.

Root Cause

The mlx5e_ipsec_disable_events cleanup helper assumes IPsec resources were initialized. On devices lacking IPsec capability, the corresponding ipsec member of the private state remains unallocated. Cleanup code dereferences this pointer to access a completion structure and acquire its wait.lock, faulting at offset 0xa0.

Attack Vector

Exploitation requires local privileges sufficient to call devlink netlink operations, typically CAP_NET_ADMIN. An attacker on a host with affected Mellanox hardware that lacks IPsec offload can trigger the crash by switching the eswitch mode to switchdev. The result is a kernel oops and likely panic, producing a denial-of-service condition on the host.

Detection Methods for CVE-2026-43467

Indicators of Compromise

  • Kernel log entries containing WARNING: arch/x86/mm/fault.c followed by mlx5e_ipsec_disable_events in the call trace
  • Unexpected devlink invocations with eswitch set mode switchdev from non-administrative user sessions
  • Host reboots or kernel panics correlated with mlx5_core module activity on hardware without IPsec offload

Detection Strategies

  • Monitor dmesg and journalctl -k for mlx5_core oops traces referencing mlx5e_nic_disable or mlx5e_ipsec_disable_events.
  • Audit devlink command execution through auditd rules on /usr/sbin/devlink and the underlying genl netlink family.
  • Inventory deployed Mellanox NIC firmware and capabilities using mlx5_core sysfs entries to identify hosts running affected hardware combinations.

Monitoring Recommendations

  • Centralize kernel logs and alert on call traces containing mlx5e_ symbols paired with page fault warnings.
  • Track privileged use of devlink and netlink DEVLINK_CMD_ESWITCH_SET operations across the fleet.
  • Correlate sudden host unavailability with recent network configuration changes on systems using mlx5_core.

How to Mitigate CVE-2026-43467

Immediate Actions Required

  • Apply the upstream Linux kernel patch corresponding to your stable branch as soon as the vendor releases an updated package.
  • Restrict CAP_NET_ADMIN and access to the devlink utility to trusted administrators only.
  • Avoid switching eswitch mode to switchdev on mlx5 adapters that do not support IPsec offload until patched kernels are deployed.

Patch Information

The fix is available in upstream Linux kernel commits 05c9a6df3646, 24b2795f9683, 835778685f15, and bc72f739f398. The patch adds an IPsec support check before cleanup of IPsec resources during eswitch mode transitions. Rebuild and reboot into the patched kernel to remediate.

Workarounds

  • Keep the eswitch in legacy mode on hosts where IPsec offload is not supported by the hardware.
  • Remove or block the mlx5_core module on systems that do not require Mellanox networking until kernel updates are applied.
  • Limit interactive shell access on hosts with affected adapters to reduce the attack surface for local privileged users.
bash
# Verify running kernel and mlx5_core status before applying mitigations
uname -r
lsmod | grep mlx5_core
devlink dev eswitch show pci/0000:00:00.0
# Keep legacy mode until patched
devlink dev eswitch set pci/0000:00:00.0 mode legacy

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Linux Kernel Commit Log

  • Linux Kernel Commit Log

  • Linux Kernel Commit Log
  • Related CVEs
  • CVE-2026-43490: Linux Kernel ksmbd Buffer Overflow Flaw

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43337: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43341: Linux Kernel Buffer Overflow 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