Lucene search

K
osvGoogleOSV:CVE-2024-38617
HistoryJun 19, 2024 - 2:15 p.m.

CVE-2024-38617

2024-06-1914:15:00
Google
osv.dev
1
linux
kernel
vulnerability
resolved
kunit
fortify
kvalloc
vfree
kvfree

AI Score

6.8

Confidence

Low

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.