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.
libsoup vulnerability
About this tag
The libsoup vulnerability tag covers security flaws in the GNOME HTTP library used across Linux and GNOME-adjacent software. Recent discussions focus on three CVEs: CVE-2026-5119, a cookie leak via HTTP proxy CONNECT enabling session hijacking; CVE-2026-2369, an integer underflow causing buffer overread on zero-length resources leading to information disclosure or denial of service; and CVE-2026-2443, an out-of-bounds read in Range header handling resulting in heap information disclosure. These vulnerabilities affect SoupServer and proxy handling, with broad downstream relevance for enterprise environments relying on libsoup-based components.
When a vulnerability lives in a network library rather than an end-user app, the blast radius is often much larger than the CVSS score alone suggests. That is the case with CVE-2026-5119, a libsoup flaw that can leak session cookies in cleartext during HTTPS tunnel establishment through an HTTP...
A newly disclosed libsoup vulnerability tracked as CVE-2026-2369 deserves attention because it combines a classic integer-underflow bug with a very practical impact: a buffer overread triggered while processing a zero-length resource. Red Hat’s CVE entry describes the flaw as a buffer overread...
CVE-2026-2443 is the kind of flaw that looks modest on paper but deserves serious attention in real deployments. libsoup, the GNOME HTTP library used across a wide range of Linux and GNOME-adjacent software, has been assigned an out-of-bounds read issue in its partial-content handling path, and...