CVE-2026-58013
GLib contains a buffer over-read in g_io_channel_read_line_backend() within giochannel.c when a custom line terminator longer than one is used. This causes memcmp to read past the GString buffer, enabling a minor information disclosure of 7 bytes or a denial of service if the over-read crosses a ...