CVE-2025-13601

A heap-based buffer overflow problem was found in glib through an incorrect calculation of buffer size in the g_escape_uri_string() function. If the string to escape contains a very large number of unacceptable characters (which would need escaping), the calculation of the length of the escaped stri...

high 7.7 CVSS 3.1
Published: Nov 26, 2025
Modified: Jun 2, 2026
Vendor: Redhat
Product: Codeready Linux Builder
Versions: 9.0,9.0_s390x,9.0_ppc64le,10.0,10.0_s390x,10.0_ppc64le,8.0,8.0_s390x,8.0_ppc64le,9.2

Description

A heap-based buffer overflow problem was found in glib through an incorrect calculation of buffer size in the g_escape_uri_string() function. If the string to escape contains a very large number of unacceptable characters (which would need escaping), the calculation of the length of the escaped string could overflow, leading to a potential write off the end of the newly allocated string.

References

Related CVEs