
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a vulnerability (CVE-2024-56677) was discovered in the PowerPC architecture's Firmware-Assisted Dump (fadump) functionality. The issue stems from incorrect initialization timing of fadump_cma_init(), where it's called before pageblock_order initialization during early system boot. This vulnerability was disclosed on December 28, 2024, affecting the Linux kernel's PowerPC implementation (NVD).
The vulnerability occurs during early initialization when CMA_MIN_ALIGNMENT_BYTES can be PAGE_SIZE, as pageblock_order is still zero and gets initialized later during initmem_init(). The problematic execution path is: early_setup() -> early_init_devtree() -> fadump_reserve_mem() -> fadump_cma_init(). This causes the CMA memory alignment check to be bypassed in cma_init_reserved_mem(), which can later trigger a VM_BUG_ON_PAGE when cma_activate_area() is called if the reserved memory area was not properly aligned to pageblock_order (Kernel Commit).
When triggered, this vulnerability can cause a kernel bug that results in a system crash, leading to a denial of service condition. The issue specifically affects PowerPC systems utilizing the Firmware-Assisted Dump functionality (NVD).
The vulnerability can be triggered during system initialization on affected PowerPC systems that have Firmware-Assisted Dump enabled. The issue manifests as a kernel bug when specific memory alignment conditions are not met (Kernel Commit).
The vulnerability has been fixed by moving the fadump_cma_init() call to execute after initmem_init() in setup_arch(), where other CMA reservations are typically handled. This ensures proper initialization order and memory alignment. The fix has been included in various Linux kernel versions and is available through distribution updates (Debian Update, Ubuntu Update).
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."