
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-38617 is a vulnerability discovered in the Linux kernel related to memory management. The issue was identified in the kunit/fortify testing framework where there was a mismatch between memory allocation and deallocation functions. Specifically, the kv*() family of tests were incorrectly using vfree() instead of kvfree() for memory deallocation (Kernel Git).
The vulnerability stems from a memory management inconsistency in the Linux kernel's kunit/fortify testing framework. The issue involves the improper pairing of memory allocation and deallocation functions, where memory allocated using kvalloc() family functions was being freed using vfree() instead of the correct kvfree() function. This was fixed by replacing all instances of vfree() with kvfree() in the affected code paths (Kernel Git).
The impact of this vulnerability appears to be limited as it affects the kernel's testing framework rather than production code. The issue was present in the kunit testing infrastructure used for validating memory allocation functions (NVD).
Based on the available information, this vulnerability appears to have low exploitability as it exists within the kernel's testing framework rather than in production code paths. No known exploits have been reported in the wild (NVD).
The vulnerability has been fixed in various Linux kernel versions. Ubuntu has released patches for version 24.04 LTS (noble) with kernel version 6.8.0-40.40, and similar fixes have been applied to other distributions. The fix involves replacing vfree() calls with kvfree() in the affected code (Ubuntu Security).
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."