Lucene search

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

CVE-2024-38585

2024-06-1914:15:00
Google
osv.dev
2
linux
kernel
memory error
realloc()
software

AI Score

6.6

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.