Vulnerability Description
An out-of-bounds read vulnerability was found in libsoup's multipart processing subsystem. The flaw exists in the soup_multipart_input_stream_read_headers() function inside soup-multipart-input-stream.c, which does not adequately restrict or validate the size of incoming multipart boundary strings. When processing a crafted HTTP response containing a malformed or oversized boundary parameter, the internal stream reader reads past the allocated buffer bounds. A remote, unauthenticated attacker can exploit this behavior to cause a service denial (DoS) through application failure or potentially read fragments of unauthorized memory metadata.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-15714
- https://bugzilla.redhat.com/show_bug.cgi?id=2499942
- https://gitlab.gnome.org/GNOME/libsoup/-/work_items/542
- https://gitlab.gnome.org/GNOME/libsoup/-/work_items/542
FAQ
What is CVE-2026-15714?
CVE-2026-15714 is a vulnerability with a CVSS score of 6.5 (MEDIUM). An out-of-bounds read vulnerability was found in libsoup's multipart processing subsystem. The flaw exists in the soup_multipart_input_stream_read_headers() function inside soup-multipart-input-stream...
How severe is CVE-2026-15714?
CVE-2026-15714 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-15714?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.