CVE-2026-31620
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-31620 is a NULL pointer dereference vulnerability in the Linux kernel's ALSA usx2y driver (specifically the us144mkii module) that can be triggered by a malicious USB device impersonating a TASCAM US-144MKII audio interface. When a crafted USB device presents a configuration with bInterfaceNumber=1 but omits interface 0, the kernel function usb_ifnum_to_if(dev, 0) returns NULL, which is then dereferenced without validation, causing a kernel crash. The vulnerability was disclosed on April 24, 2026, and affects Linux kernel versions 6.18.x before 6.18.24, 6.19.x before 6.19.14, and 7.0.x before 7.0.1. It carries a CVSS v3.1 base score of 4.6 (Medium) (GitHub Advisory, Red Hat Bugzilla).

Technical details

The root cause is a missing NULL return value check after calling usb_ifnum_to_if(dev, 0) in the us144mkii initialization path of the ALSA usx2y driver (CWE-476: NULL Pointer Dereference). USB configuration descriptors are not required to assign interface numbers sequentially, meaning a device can legally advertise interface 1 without providing interface 0; the kernel does not enforce sequential numbering. An attacker with physical access can craft or reprogram a USB device to present the TASCAM US-144MKII USB vendor/product ID with such a malformed descriptor, triggering the dereference when the driver probes the device. The fix involves adding a proper NULL check on the return value of usb_ifnum_to_if() before use (GitHub Advisory, Red Hat Bugzilla).

Impact

Successful exploitation causes a kernel NULL pointer dereference, resulting in a kernel panic and system crash (denial of service). There is no confidentiality or integrity impact — the vulnerability exclusively affects availability, requiring a system restart to recover. Because physical access is required to connect the malicious USB device, the blast radius is limited to the targeted host and does not enable remote exploitation or lateral movement (GitHub Advisory).

Exploitability

No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time. The attack vector is physical (AV:P), requiring an attacker to directly connect a specially crafted USB device to the target system. The EPSS score is approximately 0.017% (0.000170), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and no threat actor attribution has been reported (GitHub Advisory).

Exploitation steps

  1. Prepare a malicious USB device: Obtain a programmable USB device (e.g., a microcontroller with USB stack such as a Facedancer or similar hardware) and configure it to advertise the TASCAM US-144MKII USB vendor/product ID.
  2. Craft a malformed USB descriptor: Program the device to present a USB configuration descriptor that includes bInterfaceNumber=1 but omits interface 0, exploiting the fact that USB descriptors are not required to be sequentially numbered.
  3. Connect the device to the target: Physically plug the crafted USB device into a Linux system running a vulnerable kernel version (6.18.x < 6.18.24, 6.19.x < 6.19.14, or 7.0.x < 7.0.1) with the snd-usx2y driver loaded or auto-loadable.
  4. Trigger driver probe: The Linux USB subsystem detects the device ID match and loads the snd-usx2y driver, which calls usb_ifnum_to_if(dev, 0), receives NULL, and dereferences it — causing an immediate kernel panic and system crash (GitHub Advisory, Red Hat Bugzilla).

Indicators of compromise

  • Logs: Kernel oops or panic messages in /var/log/kern.log or dmesg output referencing snd-usx2y, us144mkii, or a NULL pointer dereference at the usb_ifnum_to_if call site.
  • Logs: System crash dumps (kdump/vmcore) generated around the time an unknown USB device was connected.
  • System Events: Unexpected system reboots or kernel panics coinciding with USB device insertion events logged in dmesg or journalctl -k.
  • Hardware: USB audit logs (if enabled via usbguard or similar) showing connection of an unrecognized device with TASCAM US-144MKII USB IDs (Vendor ID: 0x0644, Product ID: 0x8047) from an unexpected or unauthorized device.

Mitigation and workarounds

Update the Linux kernel to a patched version: 6.18.24 or later, 6.19.14 or later, or 7.0.1 or later, which include the fix that adds a proper NULL check on the usb_ifnum_to_if() return value. As a workaround where patching is not immediately possible, blacklist the snd-usx2y kernel module (echo 'blacklist snd-usx2y' >> /etc/modprobe.d/blacklist.conf) if TASCAM US-144MKII audio devices are not required. Additionally, implement physical security controls and USB device allowlisting (e.g., via usbguard) to prevent unauthorized USB device connections (GitHub Advisory, Red Hat Bugzilla).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

linux

Fixed

sid

linux: 6.19.14-1

Fixed

trixie

linux

Fixed

Ubuntu

Fixed

bionic

linux

Not Affected

bionic (esm-infra)

linux

Not Affected

bionic (fips-updates)

linux-fips

Not Affected

bionic (fips)

linux-fips

Not Affected

devel

linux-azure-fde

Affected

focal

linux

Not Affected

focal (esm-infra)

linux

Not Affected

focal (fips-updates)

linux-fips

Not Affected

RHEL / CentOS

Affected

RHEL 8

Not Affected

RHEL 9

kernel-rt.src

Affected

RHEL 10

kernel.src

Affected

SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-80904MEDIUM5.9
  • Linux Kernel logoLinux Kernel
  • linux-oracle-7.0
NoYesSep 04, 2026
CVE-2026-80905MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.8
NoYesSep 04, 2026
CVE-2026-80913MEDIUM4.4
  • Linux Kernel logoLinux Kernel
  • linux-intel-iotg
NoYesSep 04, 2026
CVE-2026-80912MEDIUM4.4
  • Linux Kernel logoLinux Kernel
  • linux-lowlatency-hwe-5.15
NoYesSep 04, 2026
CVE-2026-80906NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-4.15
NoYesSep 04, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management