You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2026 0716
About this tag
CVE-2026-0716 is a security vulnerability in libsoup, a GNOME HTTP library, affecting its WebSocket frame parser. When the maximum incoming payload size is left unset, the parser can read beyond allocated memory, leading to potential memory exposure or application crash. Red Hat assigned CWE-805 and a CVSS 3.1 score of 4.8, indicating a network-reachable issue. This tag covers discussions about the flaw, its impact on applications using libsoup, and mitigation steps. Topics include the out-of-bounds read mechanism, affected configurations, and patching guidance for Linux distributions.
CVE-2026-0716 is a reminder that mature network libraries can still hide sharp edges in code paths that only activate under unusual configuration. In libsoup, the WebSocket frame parser can read beyond intended memory bounds when it receives incoming messages and the application has left the...