Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-93677.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-93677
Upstream
Published
2026-07-25T10:17:27Z
Modified
2026-08-28T17:48:12.864564019Z
Summary
CVE-2026-64429 affecting package kernel for versions less than 6.6.145.2-1
Details

In the Linux kernel, the following vulnerability has been resolved:

gpio: eic-sprd: use rawspinlockt in the irq startup path

sprdeicirqunmask() enables the GPIO IRQ and then updates controller state through sprdeicupdate(), which takes sprdeic->lock with spinlockirqsave(). The callback can be reached from irqstartup() while setting up a requested IRQ. That path is not sleepable, but on PREEMPTRT a regular spinlock_t becomes a sleeping lock.

This issue was found by our static analysis tool and then manually reviewed against the current tree.

The grounded PoC kept the requestthreadedirq() -> __setupirq() -> irqstartup() -> sprdeicirqunmask() -> sprdeicupdate() carrier and used the original spinlockirqsave(&sprdeic->lock) edge. Lockdep

BUG: sleeping function called from invalid context hardirqs last disabled at ... __setupirq.constprop.0 ... [vulnmsv] sprdrtspinlockirqsave+0x1c/0x30 [vulnmsv] sprdeicupdate.constprop.0+0x48/0x90 [vulnmsv] sprdeicirqunmask.constprop.0+0x35/0x50 [vulnmsv] __setupirq.constprop.0+0xd/0x30 [vulnmsv]

Convert the Spreadtrum EIC controller lock to rawspinlockt. The locked section only serializes MMIO register updates and does not contain sleepable operations, so keeping it non-sleeping is appropriate for the irqchip callbacks.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.6.145.2-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-93677.json"