GHSA-99rj-3595-5frjLowCVSS 3.7
A flaw was found in how GLib’s GString manages memory when adding data to strings. If a string is...
🔗 CVE IDs covered (1)
📋 Description
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 (6)
- https://nvd.nist.gov/vuln/detail/CVE-2025-6052
- https://access.redhat.com/security/cve/CVE-2025-6052
- https://bugzilla.redhat.com/show_bug.cgi?id=2372666
- https://cert-portal.siemens.com/productcert/html/ssa-032379.html
- https://cert-portal.siemens.com/productcert/html/ssa-253495.html
- https://github.com/advisories/GHSA-99rj-3595-5frj