CVE-2025-38629

Publication date

2025-08-22 16:00:37

Family

Linux

State

PUBLISHED

Description

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. Lets add the proper NULL check.