NONE · 0

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-89944?

CVE-2026-89944 is a documented vulnerability. 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...

How severe is CVE-2026-89944?

CVSS scoring is not yet available for CVE-2026-89944. Check NVD for updates.

Is there a patch for CVE-2026-89944?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.