In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: scarlett2: Fix missing NULL check scarlett2_input_select_ctl_info() sets up the string arrays allocated via kasprintf(), but it misses NULL checks, which may lead to NULL dereference Oops. Let's add the proper NULL check.
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2025082231-CVE-2025-38629-4f55@gregkh/T