CVE-2023-54268
CVE-2023-54268 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (7th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60373
- Published:
- Last modified:
Description
In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't wake up kswapd from fill_pool() syzbot is reporting a lockdep warning in fill_pool() because the allocation from debugobjects is using GFP_ATOMIC, which is (__GFP_HIGH | __GFP_KSWAPD_RECLAIM) and therefore tries to wake up kswapd, which acquires kswapd_wait::lock. Since fill_pool() might be called with arbitrary locks held, fill_pool() should not assume that acquiring kswapd_wait::lock is safe. Use __GFP_HIGH instead and remove __GFP_NORETRY as it is pointless for !__GFP_DIRECT_RECLAIM allocation.
Frequently asked questions
- What is CVE-2023-54268?
- In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't wake up kswapd from fill_pool() syzbot is reporting a lockdep warning in fill_pool() because the allocation from debugobjects is using GFP_ATOMIC, which is (__GFP_HIGH | __GFP_KSWAPD_RECLAIM) and therefore tries to wake up kswapd, which acquires kswapd_wait::lock. Since fill_pool() might be called with arbitrary locks held, fill_pool() should not assume that acquiring kswapd_wait::lock is safe. Use __GFP_HIGH instead and remove __GFP_NORETRY as it is pointless for !__GFP_DIRECT_RECLAIM allocation.
- Is CVE-2023-54268 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (7th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-54268?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-54268 have an EU (EUVD) identifier?
- Yes. CVE-2023-54268 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60373.
- When was CVE-2023-54268 published?
- CVE-2023-54268 was published on 2025-12-30 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/4c088d30a72d9b8f9c6ae9362222942e4075cb00
- https://git.kernel.org/stable/c/aee97eec77029270866c704f66cdf2881cbd2fe1
- https://git.kernel.org/stable/c/be646802b3dc408c4dc72a3ac32c3f4a0282414d
- https://git.kernel.org/stable/c/d7fff52c99d52f180d8bef95d8ed8fec6343889c
- https://git.kernel.org/stable/c/eb799279fb1f9c63c520fe8c1c41cb9154252db6
- https://git.kernel.org/stable/c/fd673079749bac97bb30f1461df079e6c8e86511