Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-38617
HistoryJun 19, 2024 - 12:00 a.m.

CVE-2024-38617

2024-06-1900:00:00
ubuntu.com
ubuntu.com
4
linux kernel
vulnerability
cve-2024-38617
kunit/fortify
mismatched
kvalloc()
vfree()
kvfree()

AI Score

6.6

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.