NONE · 0

CVE-2025-71192

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in snd_ac97_controller_register() If ac97_add_adapter() fails, put_device() is the correct way to dr...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in snd_ac97_controller_register() If ac97_add_adapter() fails, put_device() is the correct way to drop the device reference. kfree() is not required. Add kfree() if idr_alloc() fails and in ac97_adapter_release() to do the cleanup. Found by code review.

References

FAQ

What is CVE-2025-71192?

CVE-2025-71192 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in snd_ac97_controller_register() If ac97_add_adapter() fails, put_device() is the correct way to dr...

How severe is CVE-2025-71192?

CVSS scoring is not yet available for CVE-2025-71192. Check NVD for updates.

Is there a patch for CVE-2025-71192?

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