Buffer Handling Vulnerability in GNU C Library Affects Input Conversion
CVE-2026-80489
5.9MEDIUM
What is CVE-2026-80489?
A vulnerability exists in the GNU C Library where specific input sequences from the EUC_JISX0213 character set can lead to an application hang during conversion to UCS-4 encoding. This issue arises when the output buffer cannot accommodate multiple code points, resulting in the converter failing to process input effectively. When encountering such situations, the conversion process can enter an infinite loop, as it continuously tries to emit a pending character without consuming additional input. This issue is particularly relevant for applications that use the EUC_JISX0213 encoding, which is infrequently implemented in systems.
Affected Version(s)
glibc 2.3 <= 2.44
