
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-57888 is a vulnerability in the Linux kernel related to workqueue memory reclaim functionality. The issue was discovered when the AMD GPU driver (amdgpu) started generating false positive warnings after commit 746ae46c1113 which marked scheduler work queues with WQMEMRECLAIM. The vulnerability was disclosed on January 15, 2025, and affects the Linux kernel workqueue subsystem (NVD).
The vulnerability stems from incorrect warning behavior in the workqueue subsystem when cancelling WQMEMRECLAIM work from a non-WQMEMRECLAIM worker. The issue occurs in the checkflushdependency function, which verifies forward progress during memory reclaim by flagging cases when either a memory reclaim process or a memory reclaim work item is flushed from a context not marked as memory reclaim safe. While this verification is correct for flushing operations, it produces false positives when called from cancel(delayed)work_sync() paths, as the work is either already running or will not run at all (Kernel Commit).
The impact of this vulnerability is relatively low as it primarily manifests as false positive warnings in the system log. These warnings occur when the AMD GPU driver attempts to cancel memory reclaim work from a non-memory reclaim worker context, which could potentially lead to log spam but does not pose a direct security risk (Kernel Commit).
The issue has been resolved through a patch that modifies the checkflushdependency function to include a new parameter (from_cancel) which helps distinguish between regular flush operations and cancellation paths. The fix relaxes the warning criteria when the operation is a cancellation, preventing false positive warnings (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."