In the Linux kernel, the following vulnerability has been resolved:
ALSA: scarlett2: Add missing error check to scarlett2usbset_config()
scarlett2usbsetconfig() calls scarlett2usb_get() but was not checking the result. Return the error if it fails rather than continuing with an invalid value.