CVE-2025-13601
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-26

Last updated on: 2026-04-19

Assigner: Red Hat, Inc.

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-26
Last Modified
2026-04-19
Generated
2026-05-06
AI Q&A
2025-11-26
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 25 associated CPEs
Vendor Product Version / Range
redhat openshift_container_platform_for_power 4.12
redhat openshift_container_platform 4.12
redhat openshift_container_platform_for_linuxone 4.12
redhat openshift_container_platform_for_arm64 4.12
redhat openshift_container_platform 4.17
redhat openshift_container_platform 4.16
redhat openshift_container_platform_for_ibm_z 4.12
redhat openshift_container_platform_for_arm64 4.16
redhat openshift_container_platform_for_ibm_z 4.16
redhat openshift_container_platform_for_linuxone 4.16
redhat openshift_container_platform_for_power 4.16
redhat openshift_container_platform 4.18
redhat openshift_container_platform_for_arm64 4.17
redhat openshift_container_platform_for_arm64 4.18
redhat openshift_container_platform_for_ibm_z 4.17
redhat openshift_container_platform_for_ibm_z 4.18
redhat openshift_container_platform_for_linuxone 4.17
redhat openshift_container_platform_for_linuxone 4.18
redhat openshift_container_platform_for_power 4.17
redhat openshift_container_platform_for_power 4.18
redhat openshift_container_platform 4.19
redhat openshift_container_platform_for_arm64 4.19
redhat openshift_container_platform_for_ibm_z 4.19
redhat openshift_container_platform_for_linuxone 4.19
redhat openshift_container_platform_for_power 4.19
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a heap-based buffer overflow in the glib library's g_escape_uri_string() function. It occurs because the function incorrectly calculates the buffer size needed when escaping a string that contains a very large number of characters requiring escaping. This miscalculation can cause the length calculation to overflow, leading to writing beyond the allocated memory buffer.


How can this vulnerability impact me? :

The vulnerability can lead to a heap-based buffer overflow, which may allow an attacker to write data beyond the allocated buffer. This can result in potential memory corruption, causing application crashes or enabling an attacker to execute arbitrary code, thereby compromising the integrity and availability of the affected system.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart