← Volver al buscador de CVEs

CVE-2026-64521

Linux Kernel

Descripción

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconf_pins_show() holds pctldev->mutex, and the platform driver calls pinctrl_find_gpio_range_from_pin(), which tries to acquire the same mutex again, leading to a deadlock. Use pinctrl_find_gpio_range_from_pin_nolock() to fix this issue.

EPSS 0.166%Riesgo 0
Ver fuente
Publicación
2026-07-25 10:17:38
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-07-25 10:17:38
Vector
Pending