CVE-2024-56677
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitability

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-68422NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 10, 2026
CVE-2026-68399NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 10, 2026
CVE-2026-68398NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 10, 2026
CVE-2026-68376NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 10, 2026
CVE-2026-68374NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 10, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management