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

CVE-2026-43350: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-43350 is a buffer overflow vulnerability in the Linux Kernel SMB client that allows malicious servers to trigger out-of-bounds memory reads. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43350 Overview

CVE-2026-43350 is an out-of-bounds read vulnerability in the Linux kernel's SMB client code. The flaw resides in the parse_dacl() function within the CIFS access control list (cifsacl) handling logic. A malicious SMB server can return a crafted Access Control Entry (ACE) that bypasses subauthority count validation, causing the client to read four bytes past the end of the ACE buffer. The vulnerability affects Linux kernel SMB client implementations that mount remote shares using CIFS with ACL support.

Critical Impact

A malicious or compromised SMB server can trigger an out-of-bounds memory read in connected Linux SMB clients, potentially leading to information disclosure or kernel instability when users mount remote shares.

Affected Products

  • Linux Kernel (SMB client, fs/smb/client/cifsacl.c)
  • Systems mounting remote shares via the CIFS/SMB client with ACL support
  • Multiple stable kernel branches receiving the backported fix

Discovery Timeline

  • 2026-05-08 - CVE-2026-43350 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43350

Vulnerability Analysis

The vulnerability resides in parse_dacl() in the Linux kernel CIFS client. The function processes the Discretionary Access Control List (DACL) returned by an SMB server and inspects each ACE to determine if it encodes Unix-style mode bits using the NFS mode Security Identifier (SID) format.

When an ACE SID matches sid_unix_NFS_mode, parse_dacl() reads sid.sub_auth[2] to extract the mode bits. This read assumes the ACE carries at least three subauthorities, but the function performs no explicit count check before dereferencing index 2 of the sub_auth[] array.

The matching logic uses compare_sids(), which only compares min(a, b) subauthorities. A server-supplied SID with num_subauth = 2 and sub_auth[] = {88, 3} matches sid_unix_NFS_mode despite being shorter than expected, causing the subsequent sub_auth[2] access to read past the ACE boundary.

Root Cause

The root cause is missing input validation [NVD-CWE-noinfo, consistent with CWE-125 Out-of-Bounds Read]. The code trusted the SID-comparison result as a proxy for ACE length, conflating identity matching with structural validation. The fix adds a num_subauth >= 3 precondition before treating the ACE as an NFS mode SID, keeping the change scoped to the special-SID path rather than altering compare_sids() semantics used elsewhere in cifsacl.

Attack Vector

An attacker must control or impersonate an SMB server that a Linux client connects to. When the victim mounts a malicious share or reconnects to a compromised server, the server returns a crafted Security Descriptor containing the undersized NFS-mode ACE. The Linux client parses it and reads memory beyond the allocated ACE structure. The CVSS vector indicates user interaction is required (mounting the share), with network attack vector and high availability impact.

No verified public exploit code is available. The vulnerability mechanism is described in prose; see the kernel commits in the references for the precise patch diff.

Detection Methods for CVE-2026-43350

Indicators of Compromise

  • Kernel log entries referencing parse_dacl, cifsacl, or KASAN slab-out-of-bounds reports tied to the CIFS module
  • Unexpected kernel oops or panic events on hosts that mount SMB shares from untrusted networks
  • SMB connections to unknown or unauthorized server endpoints from Linux clients

Detection Strategies

  • Inventory Linux hosts running affected kernel versions and identify those with active CIFS mounts using mount -t cifs or /proc/mounts inspection
  • Enable kernel address sanitizer (KASAN) on test systems to surface the out-of-bounds read during fuzzing or regression testing
  • Audit running kernel versions against the fixed commit hashes 2757ad3e4b6f, 38a69f08ee82, b53b8e98c233, c8eef12af1cc, and f8488c07bea2

Monitoring Recommendations

  • Forward kernel ring buffer logs (dmesg, journalctl -k) to a centralized logging platform to capture CIFS subsystem warnings
  • Monitor outbound SMB connections (TCP/445) from Linux hosts and alert on connections to unapproved servers
  • Track kernel package versions across the fleet and flag systems pending the cifsacl patch

How to Mitigate CVE-2026-43350

Immediate Actions Required

  • Apply the upstream Linux kernel patch that enforces num_subauth >= 3 before reading NFS mode bits in parse_dacl()
  • Restrict Linux clients to mount SMB shares only from trusted, authenticated servers within controlled network segments
  • Disable cifsacl mount option where Unix mode mapping over SMB is not required

Patch Information

The fix has been merged across multiple stable kernel branches. Refer to the upstream commits: Kernel commit 2757ad3e, Kernel commit 38a69f08, Kernel commit b53b8e98, Kernel commit c8eef12a, and Kernel commit f8488c07. Distribution vendors are expected to backport these changes to supported kernel packages.

Workarounds

  • Avoid mounting SMB shares with the cifsacl mount option until the patched kernel is installed
  • Use firewall rules to block outbound SMB (TCP/445) to untrusted hosts and constrain CIFS use to known internal servers
  • Where feasible, prefer alternative file-sharing protocols on untrusted networks until the kernel is updated
bash
# Example: remount existing CIFS shares without the cifsacl option
sudo umount /mnt/share
sudo mount -t cifs //server/share /mnt/share -o username=user,noacl

# Verify mount options exclude cifsacl
mount | grep cifs

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

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Kernel Git Commit Change

  • Kernel Git Commit Change

  • Kernel Git Commit Change

  • Kernel Git Commit Change

  • Kernel Git Commit Change
  • Related CVEs
  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

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

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

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