PT-2026-64649 · Linux+1 · Linux Kernel+1

CVE-2026-64428

·

Published

2026-07-25

·

Updated

2026-09-07

CVSS v3.1

5.5

Medium

VectorAV: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 An issue exists in the GPIO SCH controller where the sch irq unmask() function enables the GPIO IRQ and updates the controller state via sch irq mask unmask(). This process utilizes sch->lock with spin lock irqsave(). When the callback is reached from irq startup() during the setup of a requested IRQ, the path is non-sleepable. However, under PREEMPT RT, a standard spinlock t is converted into a sleeping lock, leading to a situation where a sleeping function is called from an invalid context.
Recommendations Convert the SCH controller lock to raw spinlock t to ensure the register lock remains non-sleeping for irqchip callbacks.

Exploit

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

AZL-93617
CVE-2026-64428
OPENSUSE-SU-2026:11476-1
USN-8726-1
USN-8727-1
USN-8728-1

Affected Products

Linux Kernel
Ubuntu