A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-46267

CVE-2026-46267: Linux Kernel NFC Use-After-Free Flaw

CVE-2026-46267 is a use-after-free vulnerability in the Linux kernel NFC HCI SHDLC component that can lead to memory corruption during teardown. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-46267 Overview

CVE-2026-46267 is a use-after-free vulnerability in the Linux kernel's Near Field Communication (NFC) Host Controller Interface (HCI) Simplified High-Level Data Link Control (SHDLC) implementation. The flaw resides in llc_shdlc_deinit(), which purges SHDLC skb queues and frees the llc_shdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule sm_work, and sm_work accesses SHDLC state and the skb queues concurrently with teardown. The issue was reported by the Linux Verification Center (linuxtesting.org) using the SVACE static analysis tool.

Critical Impact

Concurrent execution of SHDLC timers or sm_work with context teardown can dereference freed memory, leading to use-after-free conditions and shutdown races in kernel space.

Affected Products

  • Linux kernel — NFC HCI SHDLC subsystem (net/nfc/hci/llc_shdlc.c)
  • Stable kernel branches referenced in the upstream commits
  • Distributions shipping unpatched Linux kernels with NFC HCI enabled

Discovery Timeline

  • 2026-06-03 - CVE-2026-46267 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-46267

Vulnerability Analysis

The Linux kernel's NFC stack implements SHDLC as a link-layer protocol between the host and the NFC controller. The SHDLC layer maintains a state machine driven by sm_work and several timers governing acknowledgements, connection, and retransmission events. llc_shdlc_deinit() is responsible for tearing down this context when an NFC device is removed or reinitialized.

The defect lies in the teardown ordering. llc_shdlc_deinit() purges the receive and transmit skb queues and frees the llc_shdlc structure without first stopping the SHDLC timers or cancelling sm_work synchronously. Any pending timer can still fire and schedule sm_work, and an in-flight sm_work instance can dereference state that has already been freed.

The fix stops all SHDLC timers and cancels sm_work synchronously before purging the queues and freeing the context, closing the window in which freed memory can be accessed.

Root Cause

The root cause is improper teardown sequencing in the SHDLC deinitialization path. Asynchronous timers and workqueue items retain references to a context that the cleanup routine releases prematurely, producing a classic use-after-free condition.

Attack Vector

Triggering the race requires inducing teardown of the SHDLC link while timer-driven state machine work is queued or running. This typically demands local interaction with an NFC adapter exercising the HCI SHDLC path. Exploitation difficulty depends on the timing window and the attacker's ability to influence NFC driver lifecycle events.

No verified public exploit code is available. See the upstream commits referenced under Linux Kernel Change Log for the corrective patch.

Detection Methods for CVE-2026-46267

Indicators of Compromise

  • Kernel oops or panic traces referencing llc_shdlc_sm_work, llc_shdlc_deinit, or NFC HCI symbols during device removal
  • KASAN reports indicating use-after-free in net/nfc/hci/llc_shdlc.c
  • Unexpected NFC subsystem crashes coinciding with adapter hot-unplug or driver unload

Detection Strategies

  • Enable KASAN (Kernel Address Sanitizer) on test kernels to surface use-after-free conditions in the NFC HCI path
  • Audit installed kernel versions against the fixed commits listed in the upstream change logs
  • Review dmesg and persistent kernel logs for SHDLC-related warnings during NFC initialization and teardown

Monitoring Recommendations

  • Collect kernel crash dumps and forward them to a central log pipeline for analysis
  • Monitor for repeated NFC driver reloads or device resets that could be used to time the race
  • Track package inventory to confirm timely deployment of kernel security updates across Linux fleets

How to Mitigate CVE-2026-46267

Immediate Actions Required

  • Update to a Linux kernel that includes the SHDLC teardown ordering fix from the referenced stable commits
  • Restrict physical and local access to systems with NFC hardware where patching is delayed
  • Disable the NFC subsystem on hosts that do not require it, removing the attack surface entirely

Patch Information

The upstream fix stops all SHDLC timers and cancels sm_work synchronously before purging the skb queues and freeing the llc_shdlc structure. Corrective commits are published across stable branches including 1cb97b1225450af3f7b728777929ba50c6a58ced, 276820278e9717cc7d4bb32381892dd3ddf418d4, 77eef9f2eef045c3c37a3df82d3e661afb866b98, a24a676329d40481b2331bfa1418a679577dfd3a, c60f41022eaad2a1dafecd3ae6f249a3bd6d4b6e, c9efde1e537baed7648a94022b43836a348a074f, and cf70cedce327833296ebe6043364d1e44b76a2ab. See the Linux Kernel Change Log for details.

Workarounds

  • Unload the nfc and associated HCI driver modules on systems that do not use NFC functionality
  • Blacklist NFC kernel modules through /etc/modprobe.d/ configuration to prevent automatic loading
  • Limit access to user accounts and processes capable of interacting with NFC device nodes
bash
# Configuration example: disable NFC HCI modules until the kernel is patched
echo 'blacklist nfc' | sudo tee /etc/modprobe.d/disable-nfc.conf
echo 'blacklist nfc_hci' | sudo tee -a /etc/modprobe.d/disable-nfc.conf
sudo update-initramfs -u
sudo reboot

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
  • Linux Kernel Change Log

  • Linux Kernel Change Log

  • Linux Kernel Change Log

  • Linux Kernel Change Log

  • Linux Kernel Change Log

  • Linux Kernel Change Log

  • Linux Kernel Change Log
  • Related CVEs
  • CVE-2026-46270: Linux Kernel Use-After-Free Vulnerability

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

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

  • CVE-2026-46246: Linux Kernel Use-After-Free 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