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

CVE-2026-31775: Linux Kernel ALSA ctxfi DoS Vulnerability

CVE-2026-31775 is a denial of service flaw in Linux Kernel's ALSA ctxfi driver that causes kernel crashes on hw20k2 hardware due to improper SPDIF1 enumeration. This article covers technical details, affected versions, and fixes.

Published: May 7, 2026

CVE-2026-31775 Overview

CVE-2026-31775 is a local denial of service vulnerability in the Linux kernel's Advanced Linux Sound Architecture (ALSA) ctxfi driver. The flaw exists in the Creative X-Fi sound card driver after a refactoring change in atc_get_resources() modified how the atc->daios[] array is populated. The function now iterates over all enum DAIOTYP entries, including the SPDIF1 type, which is only valid for the hw20k1 CTSB073X model and has no equivalent definition for hw20k2 hardware. Local users on systems with affected hardware can trigger a kernel crash, resulting in availability impact.

Critical Impact

A local low-privileged user on a system with hw20k2 Creative X-Fi audio hardware can trigger a kernel crash through the ALSA ctxfi driver initialization path, causing system-wide denial of service.

Affected Products

  • Linux Kernel 7.0-rc1 through 7.0-rc6
  • Linux Kernel mainline branches containing the ctxfi driver refactoring
  • Systems using the ALSA ctxfi driver with Creative X-Fi hw20k2 hardware

Discovery Timeline

  • 2026-05-01 - CVE-2026-31775 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-31775

Vulnerability Analysis

The vulnerability resides in the Creative X-Fi sound card driver (sound/pci/ctxfi/) within the Linux kernel's ALSA subsystem. A recent refactor of the xfi driver changed how the Digital Audio Input/Output (DAIO) resource array atc->daios[] is assigned during initialization in atc_get_resources(). The previous implementation iterated over only a subset of enum DAIOTYP values, but the refactored code loops over every enumeration entry.

The last entry, SPDIF1, is a special-purpose type used exclusively by the hw20k1 CTSB073X model as a replacement for SPDIFIO. No corresponding definition exists for the hw20k2 hardware variant. When the parser encounters SPDIF1 on hw20k2 systems, the missing hardware information triggers a kernel crash. A prior workaround in commit b045ab3dff97 ("ALSA: ctxfi: Fix missing SPDIFI1 index handling") masked the symptom, but the upstream fix addresses the root cause by skipping the unsupported SPDIF1 type in the parser loop.

Root Cause

The root cause is improper input validation [CWE-noinfo] during DAIO enumeration. The refactored loop assumes every enum DAIOTYP value has a valid hardware mapping on every supported chipset. The hw20k2 code path lacks a definition for SPDIF1, so the dereference of missing hardware information leads to a kernel-level fault.

Attack Vector

Exploitation requires local access with low privileges. An attacker capable of triggering driver initialization, such as through module loading or device probing on hardware combinations that expose the issue, causes the kernel to crash. The vulnerability does not provide code execution or information disclosure—impact is limited to availability. The vulnerability manifests in the atc_get_resources() function during DAIO enumeration. See the upstream kernel commits for technical details.

Detection Methods for CVE-2026-31775

Indicators of Compromise

  • Unexpected kernel oops or panic entries in dmesg or /var/log/kern.log referencing ctxfi, atc_get_resources, or SPDIF1
  • System crashes coinciding with audio subsystem initialization or snd_ctxfi module load events
  • Repeated module load failures for the snd-ctxfi driver on systems with Creative X-Fi hw20k2 hardware

Detection Strategies

  • Monitor kernel ring buffer output for crash signatures involving the ctxfi driver and DAIO initialization paths
  • Inventory hosts running affected kernel versions (7.0-rc1 through 7.0-rc6) using package management telemetry
  • Correlate audio device probe events with system reboot or crash events to identify exploitation patterns

Monitoring Recommendations

  • Centralize kernel logs and alert on BUG:, Oops:, or kernel panic strings paired with ctxfi references
  • Track Linux kernel versions across the fleet and flag hosts running pre-patch release candidates
  • Audit module load activity for snd-ctxfi originating from non-administrative users or unexpected processes

How to Mitigate CVE-2026-31775

Immediate Actions Required

  • Apply the upstream kernel patches from commits 75dc1980cf48826287e43dc7a49e310c6691f97e and a79c4c42057818bd9de45d2627464b4f0e02196a once available in your distribution
  • Restrict local access on systems with Creative X-Fi audio hardware until patching is complete
  • Blacklist the snd-ctxfi module on affected hosts that do not require Creative X-Fi audio support

Patch Information

The Linux kernel maintainers resolved the issue by skipping the unsupported SPDIF1 type in the DAIO parser loop within atc_get_resources(). The fix is available in the upstream stable tree via the Kernel Git Commit 75dc1980 and Kernel Git Commit a79c4c42. Distribution-provided kernel updates incorporating these commits should be deployed through standard patch management processes.

Workarounds

  • Blacklist the snd-ctxfi kernel module by adding blacklist snd-ctxfi to /etc/modprobe.d/blacklist.conf on systems that do not require Creative X-Fi audio
  • Downgrade to a Linux kernel release prior to the ctxfi refactoring change if the patched kernel is not yet available
  • Limit physical and shell access on systems with the affected hardware to reduce local attack surface
bash
# Blacklist the affected ALSA ctxfi module
echo "blacklist snd-ctxfi" | sudo tee /etc/modprobe.d/disable-ctxfi.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
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • Kernel Git Commit a79c4c42
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

  • CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget 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