
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2024-56701 affects the Linux kernel's powerpc/pseries subsystem, specifically related to the dtlaccesslock implementation. The vulnerability was discovered in December 2024 and involves an incorrect lock type usage that can lead to sleeping in atomic context (NVD).
The vulnerability stems from using a rwlock (dtlaccesslock) where a sleeping lock (rwsemaphore) is required, as the code calls kmalloc() while holding the lock, which can sleep. This causes a BUG when attempting to write to /proc/powerpc/vcpudispatchstats, triggering a "sleeping function called from invalid context" error. The issue was introduced by commit 06220d78f24a which implemented the rwlock for DTLB usage gatekeeping (Kernel Commit).
When triggered, the vulnerability causes a kernel BUG condition due to sleeping in atomic context, which can lead to system instability or denial of service on affected PowerPC systems running the Linux kernel (NVD).
The fix involves changing dtlaccesslock from a rwlock to a rw_semaphore and updating all related lock/unlock operations accordingly. This has been patched in the Linux kernel with commit cadae3a45d23aa4f6485938a67cbc47aaaa25e38 and backported to various stable kernel versions (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.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
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.”