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
    • 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-23153

CVE-2026-23153: Linux Kernel Race Condition Vulnerability

CVE-2026-23153 is a race condition vulnerability in the Linux kernel firewire core that occurs during transaction list processing. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 20, 2026

CVE-2026-23153 Overview

A race condition vulnerability has been identified in the Linux kernel's FireWire (IEEE 1394) core subsystem. The vulnerability exists in the transaction list handling mechanism, where enumeration of the transaction list occurs without properly acquiring the card lock during AR (Asynchronous Receive) response event processing. This creates a race condition when AT (Asynchronous Transmit) request completion events are processed concurrently, potentially leading to system instability or denial of service conditions.

Critical Impact

This race condition in the Linux kernel FireWire subsystem could allow local attackers to trigger kernel instability or denial of service through concurrent transaction processing.

Affected Products

  • Linux Kernel (versions with FireWire core subsystem)

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-23153 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-23153

Vulnerability Analysis

The vulnerability resides in the FireWire core subsystem's handling of concurrent transaction events. When the kernel processes AR response events, it enumerates the transaction list without holding the appropriate card lock. Simultaneously, AT request completion events may also access and modify this same transaction list. Without proper synchronization through locking mechanisms, this concurrent access creates a classic Time-of-Check Time-of-Use (TOCTOU) race condition.

The race window exists because the jiffies value in the card structure is read before the lock is acquired, allowing for potential state inconsistency between the time the transaction list is checked and when operations are performed on it. This can lead to corrupted transaction state, use of stale data, or accessing freed memory regions.

Root Cause

The root cause is improper synchronization in the FireWire core's transaction handling code. Specifically, the transaction list enumeration lacks the necessary card lock acquisition during AR response event processing. Additionally, the timer start operation for split transaction expiration was not properly enclosed within the lock scope, allowing race conditions with concurrent AT request completion processing.

Attack Vector

An attacker with local access to a system with FireWire hardware enabled could potentially exploit this race condition by:

  1. Generating FireWire traffic that triggers multiple concurrent AR response and AT request completion events
  2. Timing the transactions to maximize the probability of hitting the race window
  3. Repeatedly attempting exploitation to trigger the race condition, potentially causing kernel instability or denial of service

The vulnerability requires local access and the presence of FireWire hardware or subsystem, which limits the attack surface but remains a concern for systems with FireWire interfaces enabled.

The fix addresses this by moving the timer start operation for split transaction expiration inside the protected lock scope, ensuring proper synchronization when accessing the transaction list and card structure values. The kernel commits 20e01bba2ae4898ce65cdcacd1bd6bec5111abd9 and b038874e31fc3caa0b0d5abd259dd54b918ad4a1 implement this correction.

Detection Methods for CVE-2026-23153

Indicators of Compromise

  • Unexpected kernel panics or oops messages referencing FireWire or firewire-core modules
  • System instability when FireWire devices are connected or active
  • Kernel log entries showing warnings about list corruption or locking issues in FireWire subsystem
  • Abnormal CPU usage patterns during FireWire transaction processing

Detection Strategies

  • Monitor kernel logs for race condition warnings using dmesg | grep -i firewire or similar filtering
  • Implement kernel module auditing to track FireWire subsystem activity
  • Use kernel debugging tools such as lockdep to identify potential locking issues in the FireWire core module
  • Deploy endpoint detection solutions capable of monitoring kernel-level anomalies

Monitoring Recommendations

  • Enable kernel lockdep debugging during testing to identify synchronization issues
  • Configure syslog forwarding for kernel messages to centralized SIEM systems
  • Implement automated alerting on kernel panic events or FireWire-related warnings
  • Regularly review system stability metrics on hosts with FireWire interfaces enabled

How to Mitigate CVE-2026-23153

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix commits
  • If immediate patching is not possible, consider disabling the FireWire subsystem if not required for operations
  • Monitor affected systems for signs of instability or exploitation attempts
  • Review system logs for any anomalous FireWire-related activity

Patch Information

The vulnerability has been resolved in the Linux kernel with the following commits:

  • Commit 20e01bba2ae4898ce65cdcacd1bd6bec5111abd9
  • Commit b038874e31fc3caa0b0d5abd259dd54b918ad4a1

Organizations should apply the latest kernel updates from their distribution vendor that include these fixes. Check with your Linux distribution's security advisory channels for specific package versions containing the patch.

Workarounds

  • Disable the FireWire subsystem by blacklisting the firewire-core module if FireWire functionality is not required
  • Remove or disconnect FireWire hardware from affected systems as a temporary measure
  • Implement access controls to limit local access to systems with FireWire interfaces
  • Consider using virtualization to isolate systems requiring FireWire access
bash
# Disable FireWire module by blacklisting
echo "blacklist firewire-core" | sudo tee /etc/modprobe.d/disable-firewire.conf
echo "blacklist firewire-ohci" | sudo tee -a /etc/modprobe.d/disable-firewire.conf

# Unload FireWire modules if currently loaded
sudo modprobe -r firewire-ohci
sudo modprobe -r firewire-core

# Verify modules are not loaded
lsmod | grep firewire

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit Changes
  • Related CVEs
  • CVE-2026-23440: Linux Kernel Race Condition Vulnerability

  • CVE-2026-23434: Linux Kernel Race Condition Vulnerability

  • CVE-2026-23436: Linux Kernel Race Condition Vulnerability

  • CVE-2026-23463: Linux Kernel QBMAN Race Condition Flaw
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