PT-2026-35493 · Linux · Linux Kernel
Published
2026-04-27
·
Updated
2026-05-06
·
CVE-2026-31687
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A deadlock condition exists in the GPIO OMAP driver. The
omap mpuio driver was being registered within the omap gpio probe() function. Because the driver core prohibits registering drivers while a device lock is already held, this sequence can lead to a system deadlock. Additionally, the omap mpuio driver was not being unregistered when the module was unloaded.Recommendations
Register the
omap mpuio driver from the module initcall and ensure it is unregistered in module exit().Fix
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel