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):
A vulnerability was found in libsoup's WebSocket frame parsing implementation. The library fails to validate length rules specified in RFC 6455 ยง5.5, which mandates that all WebSocket control frames (e.g., PING, PONG, CLOSE) contain a payload of 125 bytes or less. A remote, unauthenticated attacker can exploit this by sending a non-compliant, oversized control frame. Because the parser handles this protocol violation improperly instead of throwing an immediate connection termination error, it triggers a internal processing crash, resulting in a remote denial of service (DoS) for applications utilizing libsoup WebSockets.(CVE-2026-15711)
{
"severity": "High"
}{
"aarch64": [
"libsoup-2.71.0-22.oe2003sp4.aarch64.rpm",
"libsoup-debuginfo-2.71.0-22.oe2003sp4.aarch64.rpm",
"libsoup-debugsource-2.71.0-22.oe2003sp4.aarch64.rpm",
"libsoup-devel-2.71.0-22.oe2003sp4.aarch64.rpm"
],
"noarch": [
"libsoup-help-2.71.0-22.oe2003sp4.noarch.rpm"
],
"src": [
"libsoup-2.71.0-22.oe2003sp4.src.rpm"
],
"x86_64": [
"libsoup-2.71.0-22.oe2003sp4.x86_64.rpm",
"libsoup-debuginfo-2.71.0-22.oe2003sp4.x86_64.rpm",
"libsoup-debugsource-2.71.0-22.oe2003sp4.x86_64.rpm",
"libsoup-devel-2.71.0-22.oe2003sp4.x86_64.rpm"
]
}