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

No configuration.

History

30 Jul 2026, 06:24

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.0

15 Apr 2026, 00:35

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: ALSA: ac97: corrección de una doble liberación en snd_ac97_controller_register() Si ac97_add_adapter() falla, put_device() es la forma correcta de liberar la referencia del dispositivo. kfree() no es necesario. Añadir kfree() si idr_alloc() falla y en ac97_adapter_release() para realizar la limpieza. Encontrado mediante revisión de código.

04 Feb 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-04 16:16

Updated : 2026-07-30 06:24


NVD link : CVE-2025-71192

Mitre link : CVE-2025-71192

CVE.ORG link : CVE-2025-71192


JSON object : View

Products Affected

No product.

CWE

No CWE.