CVE Catalog

CVE-2026-98066

Unknown
Published: Translated: NVD NIST

Summary

In the ALSA caiaq driver in the Linux kernel, a vulnerability involves a potential double-free during error handling. Resources such as URBs may be freed multiple times, leading to improper memory management.

Risk Assessment

The risk includes system crashes, memory corruption, or potential exploitation to execute code in kernel context.

Recommendation

It is recommended to update the Linux kernel to a version with the fix that ensures the common destructor is called from each place and resource pointers are cleared to avoid double-free.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Fix potential double-free at error path The fix for caiaq driver's resource management to handle the errors tries to release the resources in a common destructor call, but as a sashiko review for another patch suggested, some of the audio resources such as URBs have been already freed, and this may lead to a double-free. For addressing the double-free, call the common destructor function from each place, and assure that the resource pointers get cleared.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS