Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-38585
HistoryJun 19, 2024 - 1:37 p.m.

CVE-2024-38585 tools/nolibc/stdlib: fix memory error in realloc()

2024-06-1913:37:41
Linux
github.com
2
linux kernel
vulnerability resolved
memory error

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial