Memory Corruption Vulnerability in GNU C Library
CVE-2026-19542
5.6MEDIUM
What is CVE-2026-19542?
A particular vulnerability exists within the tdelete function of the GNU C Library, versions 2.1 through 2.44. When processing a sufficiently deep tree, this function can cause an out-of-bounds write, leading to potential crashes. The tdelete function maintains a stack of parent nodes for rebalancing which does not properly check capacity, allowing an overflow if the stack becomes full. This scenario requires a specific tree depth and a large number of insertions and deletions, indicating an advanced manipulative attack on applications utilizing these library functions.
Affected Version(s)
glibc 2.1 <= 2.44
