Bugzilla – Bug 1226859
VUL-0: CVE-2024-38617: kernel: kunit/fortify: Fix mismatched kvalloc()/vfree() usage
Last modified: 2024-07-08 15:14:56 UTC
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. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-38617 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-38617.mbox https://git.kernel.org/stable/c/7880dbf4eafe22a6a41a42e774f1122c814ed02d https://git.kernel.org/stable/c/42d21c9727028fe7ee392223ba127484b1b8677e https://git.kernel.org/stable/c/03758d5a0932016b6d5f5bfbca580177e6bc937a https://git.kernel.org/stable/c/998b18072ceb0613629c256b409f4d299829c7ec https://www.cve.org/CVERecord?id=CVE-2024-38617 https://bugzilla.redhat.com/show_bug.cgi?id=2293197 https://bugzilla.redhat.com/show_bug.cgi?id=2293198
All done, closing.