
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's BPF (Berkeley Packet Filter) subsystem has been identified and resolved. The issue (CVE-2024-56592) involves a locking mechanism problem where bpfmapfdputptr() is invoked while holding a bucket lock (rawspinlockt), and bpfmapfreeid() attempts to acquire mapidrlock (spinlock_t), leading to potential lock ordering violations. The vulnerability was discovered and patched in December 2024 (Kernel Git).
The vulnerability occurs in the htab (hash table) implementation of BPF maps. When a map is removed from the htab, it may hold the last reference of the map. The issue manifests when bpfmapfdputptr() attempts to free the ID of the removed map element by calling bpfmapfreeid() while holding a bucket lock, which violates lock ordering rules. This triggers a lockdep warning due to attempting to acquire mapidrlock while holding a rawspinlockt. The fix involves deferring the invocation of freehtabelem() and htabputfdvalue() until after htabunlock_bucket() is called (Kernel Git).
The vulnerability could potentially lead to lock ordering violations in the Linux kernel's BPF subsystem. While the immediate impact appears to be limited to triggering lockdep warnings, such lock ordering issues could potentially lead to deadlocks or system stability problems in certain conditions (NVD).
The issue has been fixed in the Linux kernel through a patch that modifies the locking behavior in the BPF subsystem. The solution involves calling freehtabelem() after htabunlockbucket() and implementing additional safeguards for map pointer handling. Users should update to the patched kernel version that includes these fixes (Kernel Git).
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."