SB2026091570 - Multiple vulnerabilities in GNU C Library
Published: September 15, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 4 vulnerabilities.
1) Out-of-bounds write (CVE-ID: CVE-2026-19499)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: 8.4 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:H/SC:N/SI:N/SA:N]
The vulnerability allows a remote attacker to write beyond a caller-supplied output buffer.
The vulnerability exists due to a buffer overflow in strfmon and strfmon_l when processing a conversion with right-justified width padding. A remote attacker can supply a crafted format or field width to write beyond a caller-supplied output buffer.
Exploitation requires a destination buffer large enough for padding but too small for the internal memmove operation.
2) Out-of-bounds write (CVE-ID: CVE-2026-19542)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: 6.3 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a stack-based out-of-bounds write in tdelete when rebalancing a sufficiently deep tree. A remote attacker can drive a large number of insertions and deletions through an application that uses tsearch and tdelete to cause a denial of service.
Triggering requires a node depth of exactly 40 or 40 plus a multiple of 20; the written value is a pointer into a tree node and is not directly attacker controlled.
3) Infinite loop (CVE-ID: CVE-2026-80489)
CWE-ID: CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
CVSSv4: 8.2 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to failure to clear a pending character in the EUC_JISX0213 converter when converting crafted input with an output buffer that splits a two-code-point sequence. A remote attacker can supply crafted EUC_JISX0213 input to cause a denial of service.
Only the EUC_JISX0213 character set is affected.
4) Infinite loop (CVE-ID: CVE-2026-77117)
CWE-ID: CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
CVSSv4: 8.2 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to failure to clear a pending character in the SHIFT_JISX0213 converter when converting crafted input with an output buffer that splits a two-code-point sequence. A remote attacker can supply crafted SHIFT_JISX0213 input to cause a denial of service.
Only the SHIFT_JISX0213 character set is affected.
Remediation
Install update from vendor's website.
References
- https://www.openwall.com/lists/oss-security/2026/09/14/31
- https://sourceware.org/git/?p=glibc.git;a=commit;h=b090cf226ff65b913e41536f1f573f500855615c
- https://sourceware.org/git/?p=glibc.git;a=commit;h=e2789c46e3bfdcd67a82bea9946b315c179e83d3
- https://sourceware.org/git/?p=glibc.git;a=commit;h=4dafa087ff5fe7df45bd37dc727e988da6b8c935
- https://sourceware.org/git/?p=glibc.git;a=commit;h=68d94bbe50b7577d48998107d632ef3a0df050e3