CVE-2025-40275
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's ALSA usb-audio driver. Specifically, in the snd_usb_mixer_controls_badd() function, the code assumes that the Interface Association Descriptor (IAD) retrieved by usb_ifnum_to_if() is always valid and does not check for NULL. If usb_ifnum_to_if() fails to find the interface descriptor, this leads to a NULL pointer dereference, which can cause the kernel to crash or behave unexpectedly. The issue occurs when handling UAC version 3 USB audio devices and was triggered by a crafted USB device descriptor.
How can this vulnerability impact me? :
This vulnerability can cause a NULL pointer dereference in the Linux kernel, potentially leading to a kernel crash or system instability when a crafted USB audio device is connected. This can result in denial of service or unexpected behavior on affected systems.