Bug 2523249 (CVE-2026-19542) - CVE-2026-19542 glibc: Fix out-of-bounds array write in tdelete
Summary: CVE-2026-19542 glibc: Fix out-of-bounds array write in tdelete
Keywords:
Status: NEW
Alias: CVE-2026-19542
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2523250 2523251 2523252
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-25 06:50 UTC by OSIDB Bzimport
Modified: 2026-08-26 12:14 UTC (History)
22 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-25 06:50:00 UTC
misc: Fix out-of-bounds array write in tdelete (bug 34506)
    
    Allocate the maximum array sizes directly, instead of resizing
    the arrays as needed.  This eliminates alloca usage from the
    function, and fixes the out-of-bounds accesses.  The asserts
    guard against the bug coming back if the balancing of the tree
    turns out not to work correctly.


Note You need to log in before you can comment on or make changes to this bug.