PT-2026-37425 · Linux · Linux Kernel
Published
2026-05-06
·
Updated
2026-05-06
·
CVE-2026-43115
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
An issue exists in the tiny SRCU (Sleep-based Read-Copy-Update) implementation where the
srcu gp start if needed() function directly calls schedule work(). This sequence acquires the pool->lock, which can lead to a lockdep splat (a deadlock detection warning) when call srcu() is invoked while a scheduler lock is held. Specifically, a conflict occurs between the pi lock and the pool->lock. Additionally, a use-after-free condition could occur if a queued irq work fires after the cleanup process begins in cleanup srcu struct().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel