Vulnerability Database

315,294

Total vulnerabilities in the database

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 string could overflow, leading to a potential write off the end of the newly allocated string.

  • Published: Nov 26, 2025
  • Updated: Nov 27, 2025
  • CVE: CVE-2025-13601
  • Severity: High
  • Exploit:

CVSS v3:

  • Severity: High
  • Score: 7.7
  • AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

CWEs: