Vulnerability Description
The fix for CVE-2026-0716 (commit 6ff7ef0, libsoup 3.6.6) placed the integer overflow guard inside the if (masked) block, leaving unmasked server-to-client frames unprotected. A malicious WebSocket server can send a crafted unmasked frame with a payload length near UINT64_MAX to trigger an OOB read in a libsoup-based client when max_incoming_payload_size is set to 0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-12478
- https://access.redhat.com/security/cve/cve-2026-0716
- https://bugzilla.redhat.com/show_bug.cgi?id=2489655
- https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/518
FAQ
What is CVE-2026-12478?
CVE-2026-12478 is a vulnerability with a CVSS score of 4.8 (MEDIUM). The fix for CVE-2026-0716 (commit 6ff7ef0, libsoup 3.6.6) placed the integer overflow guard inside the if (masked) block, leaving unmasked server-to-client frames unprotected. A malicious WebSocket se...
How severe is CVE-2026-12478?
CVE-2026-12478 has been rated MEDIUM with a CVSS base score of 4.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-12478?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.