Lucene search

K
redhatcveRedhat.comRH:CVE-2024-38585
HistoryJun 20, 2024 - 3:28 p.m.

CVE-2024-38585

2024-06-2015:28:59
redhat.com
access.redhat.com
9
cve-2024-38585
linux kernel
vulnerability
memory error
realloc()
memcpy()

AI Score

6.9

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc() Pass user_p_len to memcpy() instead of heap->len to prevent realloc() from copying an extra sizeof(heap) bytes from beyond the allocated region.