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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-19 14:15
Updated : 2025-09-17 21:06
NVD link : CVE-2024-38585
Mitre link : CVE-2024-38585
CVE.ORG link : CVE-2024-38585
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
