Deadlock Vulnerability in Amlogic A4 Pin Control within Linux Kernel
CVE-2026-64521

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
25 July 2026

What is CVE-2026-64521?

A vulnerability exists in the Amlogic A4 pin control component of the Linux kernel, which can lead to a deadlock situation when accessing the pinconf-pins sysfs node. The issue arises during the execution of the pinconf_pins_show() function, which holds a mutex, and when the platform driver attempts to call pinctrl_find_gpio_range_from_pin(), it inadvertently tries to acquire the same mutex again. This results in a deadlock. The recommended fix is to utilize the pinctrl_find_gpio_range_from_pin_nolock() function, which addresses this conflict by preventing the re-acquisition of the mutex, thus resolving the deadlock issue.

Affected Version(s)

Linux 6e9be3abb78c2f6c97a51070004a5165702f0ed9

Linux 6e9be3abb78c2f6c97a51070004a5165702f0ed9 < 744ac926c0e55267a10b49b5b72582afef4ad49f

Linux 6e9be3abb78c2f6c97a51070004a5165702f0ed9

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.