Lucene search

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

CVE-2024-38585

2024-06-1900:00:00
ubuntu.com
ubuntu.com
3
cve-2024-38585
linux kernel
realloc memory error

AI Score

6.6

Confidence

High

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.