Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.93 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/4e6f225aefeb712cdb870176b6621f02cf235b8cPatch
- https://git.kernel.org/stable/c/5996b2b2dac739f2a27da13de8eee5b85b2550b3Patch
- https://git.kernel.org/stable/c/791f4641142e2aced85de082e5783b4fb0b977c2Patch
- https://git.kernel.org/stable/c/8019d3dd921f39a237a9fab6d2ce716bfac0f983Patch
- https://git.kernel.org/stable/c/f678c3c336559cf3255a32153e9a17c1be4e7c15Patch
- https://git.kernel.org/stable/c/4e6f225aefeb712cdb870176b6621f02cf235b8cPatch
- https://git.kernel.org/stable/c/5996b2b2dac739f2a27da13de8eee5b85b2550b3Patch
- https://git.kernel.org/stable/c/791f4641142e2aced85de082e5783b4fb0b977c2Patch
- https://git.kernel.org/stable/c/8019d3dd921f39a237a9fab6d2ce716bfac0f983Patch
- https://git.kernel.org/stable/c/f678c3c336559cf3255a32153e9a17c1be4e7c15Patch
FAQ
What is CVE-2024-38585?
CVE-2024-38585 is a vulnerability with a CVSS score of 7.1 (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 copy...
How severe is CVE-2024-38585?
CVE-2024-38585 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-38585?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.