Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-71235

CVE-2025-71235: Linux Kernel QLA2XXX Driver DOS Vulnerability

CVE-2025-71235 is a denial of service flaw in the Linux kernel's qla2xxx SCSI driver that causes system crashes during module unload while fabric scan is active. This article covers technical details, impact, and mitigation.

Published: February 20, 2026

CVE-2025-71235 Overview

A race condition vulnerability has been identified in the Linux kernel's qla2xxx SCSI driver that can cause system crashes during module unload operations. The vulnerability occurs when a module unload is initiated while a fabric scan is still in progress, leading to memory management issues in interrupt context.

Critical Impact

System crash and denial of service can occur when the qla2xxx driver module is unloaded while device discovery or fabric scanning operations are active.

Affected Products

  • Linux Kernel with qla2xxx SCSI driver
  • QLogic Fibre Channel Host Bus Adapters (HBAs)
  • Systems running qla2xxx kernel module

Discovery Timeline

  • 2026-02-18 - CVE-2025-71235 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-71235

Vulnerability Analysis

This vulnerability is a race condition in the Linux kernel's qla2xxx SCSI driver that manifests during module unload operations. When a fabric scan or device discovery is in progress and an administrator initiates a module unload, the driver sets an UNLOADING flag. However, asynchronous interrupt handlers may still be processing responses from ongoing operations.

The core issue stems from attempting to free DMA-allocated memory (dma_free_attrs) within interrupt context. When the interrupt handler receives a response and attempts to schedule a work queue item, it checks the UNLOADING flag. If the flag is set, the work item allocation is bypassed, but the previously mapped DMA memory must still be freed. This results in calling memory deallocation functions from interrupt context, which is prohibited and causes a kernel panic.

The call trace reveals the crash path through qla24xx_sp_unmap being invoked during interrupt handling via qla24xx_msix_rsp_q, demonstrating the improper context for memory operations.

Root Cause

The root cause is a lack of synchronization between the module unload procedure and ongoing asynchronous fabric scan operations. The driver fails to ensure that all in-flight operations complete before proceeding with resource cleanup. Specifically:

  1. The UNLOADING flag is set without waiting for active scan operations to complete
  2. Interrupt handlers continue processing responses after the flag is set
  3. Memory deallocation occurs in interrupt context when work queue scheduling is bypassed
  4. The kernel crashes due to calling sleeping functions from atomic context

Attack Vector

This vulnerability is primarily triggered through legitimate administrative operations rather than external attacks. The attack vector involves:

  1. A fabric scan or device discovery operation is initiated on a QLogic HBA
  2. While the scan is in progress, an administrator or automated script issues a module unload command (e.g., rmmod qla2xxx)
  3. The race condition between the interrupt handler and the unload procedure triggers the crash

While this is not remotely exploitable, a local user with sufficient privileges to unload kernel modules could intentionally trigger this condition to cause a denial of service. The vulnerability could also be triggered unintentionally during maintenance operations or automated testing scenarios involving repeated load/unload cycles.

Detection Methods for CVE-2025-71235

Indicators of Compromise

  • System crash or kernel panic with call traces involving qla24xx_sp_unmap and qla_async_scan_sp_done
  • Kernel oops messages referencing the qla2xxx module during unload operations
  • System logs showing IRQ context errors related to dma_free_attrs calls
  • Repeated system reboots during HBA maintenance operations

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for call traces involving qla2xxx module functions
  • Set up crash dump analysis to capture kernel panics related to SCSI driver operations
  • Implement monitoring for unexpected system reboots during planned maintenance windows
  • Review automated scripts that perform module load/unload operations for timing issues

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture detailed information when panics occur
  • Monitor system uptime and correlate unexpected restarts with storage-related operations
  • Implement alerting on kernel panic conditions in enterprise monitoring systems
  • Track qla2xxx module state transitions and fabric scan activities in system logs

How to Mitigate CVE-2025-71235

Immediate Actions Required

  • Avoid unloading the qla2xxx module while fabric scans or device discovery operations are active
  • Ensure all I/O operations to QLogic HBAs are quiesced before module unload
  • Implement administrative procedures to verify scan completion before maintenance
  • Consider scheduling maintenance windows with sufficient time for operations to complete

Patch Information

The Linux kernel development team has released patches to address this vulnerability by delaying module unload until fabric scan operations complete. The fix ensures proper synchronization between the unload procedure and asynchronous operations.

Multiple kernel commits have been published to stable kernel branches:

  • Kernel Commit 528b2f1 Update
  • Kernel Commit 7062eb0 Fix
  • Kernel Commit 891f996 Security
  • Kernel Commit 984dc1a Improvement
  • Kernel Commit c068ebba Patch
  • Kernel Commit d70f71d4 Change
  • Kernel Commit d8af012f Update

Update to the latest stable kernel version that includes these patches.

Workarounds

  • Before unloading the qla2xxx module, verify no fabric scans are in progress by checking /sys/class/scsi_host/ entries
  • Use echo 1 > /sys/class/fc_host/host*/issue_lip to complete any pending operations before module removal
  • Implement a delay or wait mechanism in administrative scripts before calling rmmod qla2xxx
  • Consider using modprobe -r with appropriate dependencies to ensure clean unload
bash
# Configuration example
# Safe module unload procedure for qla2xxx
# Check for active fabric scan operations before unloading
for host in /sys/class/fc_host/host*; do
    echo "Checking $(basename $host) scan state..."
    cat "$host/port_state"
done

# Wait for scans to complete (adjust timeout as needed)
sleep 30

# Verify no active I/O before unloading
lsof /dev/sd* 2>/dev/null | grep -q . && echo "Warning: Active I/O detected"

# Proceed with module unload
modprobe -r qla2xxx

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Commit 7062eb0 Fix

  • Kernel Commit 891f996 Security

  • Kernel Commit 984dc1a Improvement

  • Kernel Commit c068ebba Patch

  • Kernel Commit d70f71d4 Change

  • Kernel Commit d8af012f Update
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 DoS 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