RHSA-2026:68235
Vulnerability from csaf_redhat - Published: 2026-09-16 17:18 - Updated: 2026-09-16 23:35A flaw was found in libsoup's WebSocket implementation when using the permessage-deflate extension. The extension's decompression loop (inflate()) processes data in chunks without enforcing an upper boundary limit on the output buffer size. While libsoup limits the incoming compressed frame size via max_incoming_payload_size, it fails to track or limit memory allocation during decompression. A separate check for decompressed size (max_total_message_size) exists but executes only after inflation is complete, and it is entirely disabled by default for client connections. A remote, unauthenticated attacker can exploit this by sending a small, highly compressed payload (a decompression bomb), causing unbounded memory allocation that triggers an Out-of-Memory (OOM) crash and a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch | — |
Vendor Fix
fix
Workaround
|
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.
A flaw was found in libsoup. A malicious HTTP/2 server or a Man-in-the-Middle (MITM) attacker can exploit a heap use-after-free vulnerability in the HTTP/2 client implementation. This occurs when a GNOME application uploads a file using HTTP/2, and the server sends a GOAWAY frame while the file body is being read asynchronously. This can lead to memory corruption, potentially resulting in information disclosure or arbitrary code execution.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsoup3 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Libsoup is an HTTP library implementation in C. It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. libsoup uses the Glib main loop and is designed to work well with GTK applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it), but the SOAP parts were removed long ago.\n\nSecurity Fix(es):\n\n* SoupWebsocketExtensionDeflate: libsoup: libsoup: WebSocket permessage-deflate Unbounded Decompression Remote Denial of Service (CVE-2026-15709)\n\n* libsoup: SoupWebsocketConnection: libsoup: WebSocket remote denial of service via oversized control frame protocol violation (CVE-2026-15711)\n\n* libsoup: libsoup: Heap use-after-free in libsoup HTTP/2 client on_data_read() via GOAWAY during body upload (CVE-2026-85197)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:68235",
"url": "https://access.redhat.com/errata/RHSA-2026:68235"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499922"
},
{
"category": "external",
"summary": "2499924",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499924"
},
{
"category": "external",
"summary": "2528425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2528425"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_68235.json"
}
],
"title": "Red Hat Security Advisory: libsoup3 security update",
"tracking": {
"current_release_date": "2026-09-16T23:35:16+00:00",
"generator": {
"date": "2026-09-16T23:35:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.21"
}
},
"id": "RHSA-2026:68235",
"initial_release_date": "2026-09-16T17:18:00+00:00",
"revision_history": [
{
"date": "2026-09-16T17:18:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-16T17:18:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-16T23:35:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsoup3-0:3.6.5-3.el10_2.14.src",
"product": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.src",
"product_id": "libsoup3-0:3.6.5-3.el10_2.14.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3@3.6.5-3.el10_2.14?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"product": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"product_id": "libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3@3.6.5-3.el10_2.14?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"product": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"product_id": "libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-devel@3.6.5-3.el10_2.14?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"product": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"product_id": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debugsource@3.6.5-3.el10_2.14?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"product": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"product_id": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debuginfo@3.6.5-3.el10_2.14?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"product": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"product_id": "libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3@3.6.5-3.el10_2.14?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"product": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"product_id": "libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-devel@3.6.5-3.el10_2.14?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"product": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"product_id": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debugsource@3.6.5-3.el10_2.14?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"product": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"product_id": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debuginfo@3.6.5-3.el10_2.14?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsoup3-0:3.6.5-3.el10_2.14.s390x",
"product": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.s390x",
"product_id": "libsoup3-0:3.6.5-3.el10_2.14.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3@3.6.5-3.el10_2.14?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"product": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"product_id": "libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-devel@3.6.5-3.el10_2.14?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"product": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"product_id": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debugsource@3.6.5-3.el10_2.14?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"product": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"product_id": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debuginfo@3.6.5-3.el10_2.14?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"product": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"product_id": "libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3@3.6.5-3.el10_2.14?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"product": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"product_id": "libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-devel@3.6.5-3.el10_2.14?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"product": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"product_id": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debugsource@3.6.5-3.el10_2.14?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"product": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"product_id": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-debuginfo@3.6.5-3.el10_2.14?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsoup3-doc-0:3.6.5-3.el10_2.14.noarch",
"product": {
"name": "libsoup3-doc-0:3.6.5-3.el10_2.14.noarch",
"product_id": "libsoup3-doc-0:3.6.5-3.el10_2.14.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsoup3-doc@3.6.5-3.el10_2.14?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64"
},
"product_reference": "libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le"
},
"product_reference": "libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x"
},
"product_reference": "libsoup3-0:3.6.5-3.el10_2.14.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src"
},
"product_reference": "libsoup3-0:3.6.5-3.el10_2.14.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-0:3.6.5-3.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64"
},
"product_reference": "libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64"
},
"product_reference": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le"
},
"product_reference": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x"
},
"product_reference": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64"
},
"product_reference": "libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64"
},
"product_reference": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le"
},
"product_reference": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x"
},
"product_reference": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64"
},
"product_reference": "libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64"
},
"product_reference": "libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le"
},
"product_reference": "libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x"
},
"product_reference": "libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64"
},
"product_reference": "libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsoup3-doc-0:3.6.5-3.el10_2.14.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
},
"product_reference": "libsoup3-doc-0:3.6.5-3.el10_2.14.noarch",
"relates_to_product_reference": "CRB-10.2.Z"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Tristan Madani"
]
}
],
"cve": "CVE-2026-15709",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-14T09:34:32.593000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libsoup\u0027s WebSocket implementation when using the permessage-deflate extension. The extension\u0027s decompression loop (inflate()) processes data in chunks without enforcing an upper boundary limit on the output buffer size. While libsoup limits the incoming compressed frame size via max_incoming_payload_size, it fails to track or limit memory allocation during decompression. A separate check for decompressed size (max_total_message_size) exists but executes only after inflation is complete, and it is entirely disabled by default for client connections. A remote, unauthenticated attacker can exploit this by sending a small, highly compressed payload (a decompression bomb), causing unbounded memory allocation that triggers an Out-of-Memory (OOM) crash and a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "SoupWebsocketExtensionDeflate: libsoup: libsoup: WebSocket permessage-deflate Unbounded Decompression Remote Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability poses a high availability risk to both clients and servers utilizing libsoup for WebSocket communication. Because the memory exhaustion occurs during the extraction process before payload size validations are applied, standard post-decompression limits fail to mitigate the threat. A network-based attacker requires no privileges or user interaction to deliberately crash vulnerable applications or desktop services that establish connections using the default permessage-deflate configuration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15709"
},
{
"category": "external",
"summary": "RHBZ#2499922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15709",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15709"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15709",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15709"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libsoup/-/issues/511",
"url": "https://gitlab.gnome.org/GNOME/libsoup/-/issues/511"
}
],
"release_date": "2026-07-14T09:42:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-16T17:18:00+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:68235"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "SoupWebsocketExtensionDeflate: libsoup: libsoup: WebSocket permessage-deflate Unbounded Decompression Remote Denial of Service"
},
{
"acknowledgments": [
{
"names": [
"Sebasti\u00e1n Alba Vives (@Sebasteuo / 0xS4bb1)"
]
}
],
"cve": "CVE-2026-15711",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T09:46:13.021000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499924"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libsoup\u0027s WebSocket frame parsing implementation. The library fails to validate length rules specified in RFC 6455 \u00a75.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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsoup: SoupWebsocketConnection: libsoup: WebSocket remote denial of service via oversized control frame protocol violation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw poses a moderate availability risk to both client and server applications depending on libsoup for WebSocket networking. By failing to drop connections that break core protocol design rules, the library allows low-complexity remote inputs to abruptly terminate the service state machine. Exploitation requires no authentication or user interaction, allowing any hostile peer on the wire to forcibly disconnect endpoints or crash application wrapper logic by intentionally packing data into a signaling frame.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15711"
},
{
"category": "external",
"summary": "RHBZ#2499924",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499924"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15711",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15711"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libsoup/-/issues/515",
"url": "https://gitlab.gnome.org/GNOME/libsoup/-/issues/515"
}
],
"release_date": "2026-07-14T09:52:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-16T17:18:00+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:68235"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libsoup: SoupWebsocketConnection: libsoup: WebSocket remote denial of service via oversized control frame protocol violation"
},
{
"acknowledgments": [
{
"names": [
"Naresh Kandula (Nottiboy_1337)"
]
}
],
"cve": "CVE-2026-85197",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-09-04T07:12:40.870000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2528425"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libsoup. A malicious HTTP/2 server or a Man-in-the-Middle (MITM) attacker can exploit a heap use-after-free vulnerability in the HTTP/2 client implementation. This occurs when a GNOME application uploads a file using HTTP/2, and the server sends a GOAWAY frame while the file body is being read asynchronously. This can lead to memory corruption, potentially resulting in information disclosure or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsoup: libsoup: Heap use-after-free in libsoup HTTP/2 client on_data_read() via GOAWAY during body upload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw only affects libsoup3. HTTP/2 client support was introduced in libsoup 3.x; the legacy libsoup 2.x library does not implement an HTTP/2 client and therefore does not contain the vulnerable code path.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-85197"
},
{
"category": "external",
"summary": "RHBZ#2528425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2528425"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-85197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-85197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-85197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-85197"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libsoup/-/work_items/552",
"url": "https://gitlab.gnome.org/GNOME/libsoup/-/work_items/552"
}
],
"release_date": "2026-09-03T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-16T17:18:00+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:68235"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.src",
"AppStream-10.2.Z:libsoup3-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debuginfo-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-debugsource-0:3.6.5-3.el10_2.14.x86_64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.aarch64",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.ppc64le",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.s390x",
"AppStream-10.2.Z:libsoup3-devel-0:3.6.5-3.el10_2.14.x86_64",
"CRB-10.2.Z:libsoup3-doc-0:3.6.5-3.el10_2.14.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsoup: libsoup: Heap use-after-free in libsoup HTTP/2 client on_data_read() via GOAWAY during body upload"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.