In the Linux kernel, the following vulnerability has been resolved:
ALSA: usb-audio: Fix NULL pointer deference in try_to_register_card
In try_to_register_card(), the return value of usb_ifnum_to_if() is
passed directly to usb_interface_claimed() without a NULL check, which
will lead to a NULL pointer dereference when creating an invalid
USB audio device. Fix this by adding a check to ensure the interface
pointer is valid before passing it to usb_interface_claimed().
CVSS
No CVSS.
References
Configurations
No configuration.
History
29 Oct 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-10-29 14:15
Updated : 2025-10-30 15:03
NVD link : CVE-2025-40085
Mitre link : CVE-2025-40085
CVE.ORG link : CVE-2025-40085
JSON object : View
Products Affected
No product.
CWE
No CWE.
