CVE-2026-89944: ASoC: hdac_hda: Fix hlink refcount leak on component registration failure

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ASoC: hdachda: Fix hlink refcount leak on component registration failure

hdachdadevprobe() gets the HDA link with sndhdacextbuslinkget() before registering the ASoC component. If component registration fails, the function returns without dropping the link reference.

Always call sndhdacextbuslinkput() after the registration attempt so the reference taken during probe is balanced on both success and failure.

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

When does the reference leak occur?

It occurs when hdac_hda_dev_probe() successfully obtains the HDA link and the subsequent ASoC component registration attempt fails.

2

What change resolves the issue?

The fix calls snd_hdac_ext_bus_link_put() after the component registration attempt, balancing the HDA link reference on both successful and failed registration paths.

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