Vulnerability Description
A heap buffer over-read vulnerability was discovered in libsoup's (versions: libsoup 3.0 to 3.7.0) HTTP/2 connection tracking framework. When the library processes an HTTP/2 GOAWAY frame, it improperly handles the "Additional Debug Data" payload by assuming the data stream is a safely NUL-terminated C-string. Because the parser lacks strict length-boundary verification before reading this data, a remote, unauthenticated attacker can intentionally send a malformed GOAWAY frame missing the appropriate null delimiter. This causes the library to read past the end of the allocated buffer, triggering an application crash that results in a denial of service (DoS), or potentially exposing fragments of memory contents.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-15712
- https://bugzilla.redhat.com/show_bug.cgi?id=2499939
- https://gitlab.gnome.org/GNOME/libsoup/-/work_items/540
- https://gitlab.gnome.org/GNOME/libsoup/-/work_items/540
FAQ
What is CVE-2026-15712?
CVE-2026-15712 is a vulnerability with a CVSS score of 5.9 (MEDIUM). A heap buffer over-read vulnerability was discovered in libsoup's (versions: libsoup 3.0 to 3.7.0) HTTP/2 connection tracking framework. When the library processes an HTTP/2 GOAWAY frame, it improperl...
How severe is CVE-2026-15712?
CVE-2026-15712 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-15712?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.