Buffer overflow in The GNU C Library Glibc
CVE-2026-19542
Calling tdelete on a sufficiently deep tree in the GNU C Library version 2.1 to 2.44 may write one pointer past the end of an alloca-allocated array on the stack, which may crash the application. The tdelete implementation keeps an explicit stack of parent nodes for rebalancing, which is grown as needed while descending the tree. Two rebalancing branches push an additional entry without checking the capacity, and write past the array when the stack is exactly full. Triggering this requires a node at a depth of exactly 40 (or 40 plus a multiple of 20), which implies a tree with at least a million nodes, so an attacker must drive a large number of insertions and deletions through an application that uses tsearch and tdelete. The written value is a pointer into a tree node and is not directly attacker controlled. No affected application in common distributions has been identified.
Vulnerability class: Buffer Overflow
CVSS v3 metric
CVSS v3 base score 5.6 (Medium). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L.
Affected products
Weakness classification (CWE)
References
- 3ff69d7a-14f2-4f67-a097-88dee7810d18 (issue-tracking)
- 3ff69d7a-14f2-4f67-a097-88dee7810d18 (vendor-advisory)
Frequently asked questions
- What is CVE-2026-19542?
- CVE-2026-19542 is a medium-severity vulnerability in The GNU C Library Glibc, classified under Stack-based Buffer Overflow. CVSS score: 5.6/10. Published 2026-09-14.
- How severe is CVE-2026-19542?
- Medium severity. CVSS v3 base score is 5.6 out of 10.