
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-39904 is a vulnerability discovered in the Linux kernel, specifically affecting the arm64 kexec functionality. The issue was disclosed on October 1, 2025, and involves an uninitialized kexecbuf structure in the loadother_segments() function (NVD).
The vulnerability stems from the kexecbuf structure being declared without proper initialization. This issue was introduced when commit bf454ec31add added a field that is always read but not consistently populated by all architectures. The uninitialized field contains garbage data, which triggers UBSAN warnings when accessed, specifically showing an invalid-load warning in ./include/linux/kexec.h:210:10 where a load of value 252 is detected as an invalid value for type 'Bool' (NVD).
The use of uninitialized memory in the kexec functionality could potentially lead to system instability or unpredictable behavior in the Linux kernel's arm64 and RISC-V architectures (NVD).
The vulnerability has been addressed by zero-initializing the kexec_buf structure at declaration, ensuring all fields are cleanly set and preventing future instances of uninitialized memory usage. An initial fix was implemented for arm64, followed by fixes for the remaining arm64 code and RISC-V architecture (NVD).
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."