Security Advisory

CVE-2024-38617

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-06-19 13:56:16
Last updated 2026-05-11 20:20:14
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc()/vfree() usage The kv*() family of tests were accidentally freeing with vfree() instead of kvfree(). Use kvfree() instead.