Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2025-167 High 7.5

A flaw was found in how GLib’s GString manages memory when adding data to strings

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Packages
Glib_jll >= 2.76.5+0, < 2.86.0+0
Upstream
CVE-2025-6052

A flaw was found in how GLib’s GString manages memory when adding data to strings. If a string is already very large, combining it with more input can cause a hidden overflow in the size calculation. This makes the system think it has enough memory when it doesn’t. As a result, data may be written past the end of the allocated memory, leading to crashes or memory corruption.

References