libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications, and also has a synchronous API, for use in threaded applications.
Security Fix(es):
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 UINT64MAX to trigger an OOB read in a libsoup-based client when maxincomingpayloadsize is set to 0.(CVE-2026-12478)
A request smuggling vulnerability exists in libsoup's HTTP/1 header parsing logic. The soupmessageheadersappendcommon() function in libsoup/soup-message-headers.c unconditionally appends each header value without validating for duplicate or conflicting Content-Length fields. This allows an attacker to send HTTP requests containing multiple Content-Length headers with differing values.(CVE-2026-2708)
{
"severity": "Medium"
}{
"noarch": [
"libsoup-help-2.74.3-24.oe2403sp4.noarch.rpm"
],
"src": [
"libsoup-2.74.3-24.oe2403sp4.src.rpm"
],
"x86_64": [
"libsoup-2.74.3-24.oe2403sp4.x86_64.rpm",
"libsoup-debuginfo-2.74.3-24.oe2403sp4.x86_64.rpm",
"libsoup-debugsource-2.74.3-24.oe2403sp4.x86_64.rpm",
"libsoup-devel-2.74.3-24.oe2403sp4.x86_64.rpm"
],
"aarch64": [
"libsoup-2.74.3-24.oe2403sp4.aarch64.rpm",
"libsoup-debuginfo-2.74.3-24.oe2403sp4.aarch64.rpm",
"libsoup-debugsource-2.74.3-24.oe2403sp4.aarch64.rpm",
"libsoup-devel-2.74.3-24.oe2403sp4.aarch64.rpm"
]
}