CVE-2026-64521
In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-p
CVSS
—
No CVSS
EPSS
0.2%
p6
KEV
—
Exploit Today
2
0-100
Published: Jul 25, 2026 · Last modified: Jul 25, 2026
0.2%EPSS · 30 days0.2%
2026-07-252026-08-01
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.
No related CVEs by CWE or product.