CVE-2026-89944

Unknown

Last modified

CVE-2026-89944 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ASoC: hdac_hda: Fix hlink refcount leak on component registration failure hdac_hda_dev_probe() gets the HDA link with snd_hdac_ext_bus_link_get() before registering the ASoC component. If component registration fails, the function returns without dropping the link reference. Always call snd_hdac_ext_bus_link_put() after the registration attempt so the reference taken during probe is balanced on both success and failure..

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: hdac_hda: Fix hlink refcount leak on component registration failure hdac_hda_dev_probe() gets the HDA link with snd_hdac_ext_bus_link_get() before registering the ASoC component. If component registration fails, the function returns without dropping the link reference. Always call snd_hdac_ext_bus_link_put() after the registration attempt so the reference taken during probe is balanced on both success and failure.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 6bae5ea9498926440ffc883f3dbceb0adc65e492, < 7eef9ae3b4ef782557526dd8ba0c206f028d8c2f; >= 6bae5ea9498926440ffc883f3dbceb0adc65e492, < e8ea01a0457080b0cc7c69c430c0ab65d84dc377; >= 6bae5ea9498926440ffc883f3dbceb0adc65e492, < cb6b0b1a9d5a61ef841739d42c6211094e9c8e2c; >= 6bae5ea9498926440ffc883f3dbceb0adc65e492, < 6ad4892c4f5cb437a928a02f5b7d37d496aa9268
LinuxLinux4.20

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-89944?
In the Linux kernel, the following vulnerability has been resolved: ASoC: hdac_hda: Fix hlink refcount leak on component registration failure hdac_hda_dev_probe() gets the HDA link with snd_hdac_ext_bus_link_get() before registering the ASoC component. If component registration fails, the function returns without dropping the link reference. Always call snd_hdac_ext_bus_link_put() after the registration attempt so the reference taken during probe is balanced on both success and failure.
How severe is CVE-2026-89944?
Severity scoring for CVE-2026-89944 is pending analysis.
How do I fix CVE-2026-89944?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-89944?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST