PT-2025-54097 · Linux · Linux Kernel
Published
2025-12-30
·
Updated
2026-01-01
·
CVE-2023-54268
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw in the debugobjects subsystem related to memory allocation within the
fill pool() function. Specifically, the allocation from debugobjects was using GFP ATOMIC, which attempts to wake up the kswapd process while holding arbitrary locks. This can lead to a lock dependency warning as acquiring kswapd wait::lock is not safe when called from fill pool() with arbitrary locks held. The issue is addressed by using GFP HIGH instead and removing GFP NORETRY.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel