CVE-2026-98066: ALSA: caiaq: Fix potential double-free at error path

Published Sep 25, 2026
·
Updated

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.

Affected Software

1 affected component
Linux ALSA caiaq driver

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In the ALSA caiaq driver error paths, release resources through the common destructor function and clear resource pointers after resources such as URBs are freed to prevent double-free.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:24 AM
Data Sourced
via MITRE·10:24 AM
Description

Frequently Asked Questions

1

Which systems should be assessed for exposure?

Systems using the Linux ALSA caiaq driver should be assessed. The issue is specific to that driver’s audio resource cleanup handling.

2

Under what conditions can the issue occur?

The problem is in an error-handling path where some audio resources, including URBs, may already have been freed before a common destructor runs. Releasing those resources again can result in a double-free.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203