Vulnerability Description
A flaw was found in the GLib Base64 encoding routine when processing very large input data. Due to incorrect use of integer types during length calculation, the library may miscalculate buffer boundaries. This can cause memory writes outside the allocated buffer. Applications that process untrusted or extremely large Base64 input using GLib may crash or behave unpredictably.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-1484
- https://bugzilla.redhat.com/show_bug.cgi?id=2433259
- https://gitlab.gnome.org/GNOME/glib/-/issues/3870
FAQ
What is CVE-2026-1484?
CVE-2026-1484 is a vulnerability with a CVSS score of 4.2 (MEDIUM). A flaw was found in the GLib Base64 encoding routine when processing very large input data. Due to incorrect use of integer types during length calculation, the library may miscalculate buffer boundar...
How severe is CVE-2026-1484?
CVE-2026-1484 has been rated MEDIUM with a CVSS base score of 4.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-1484?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.