GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

RHSA-2026:68234

Vulnerability from csaf_redhat - Published: 2026-09-16 17:18 - Updated: 2026-09-16 23:35
Summary
Red Hat Security Advisory: libsoup security update
Severity
Moderate
Notes
Topic: An update for libsoup is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details: The libsoup packages provide an HTTP client and server library for GNOME. Security Fix(es): * SoupWebsocketExtensionDeflate: libsoup: libsoup: WebSocket permessage-deflate Unbounded Decompression Remote Denial of Service (CVE-2026-15709) * libsoup: SoupWebsocketConnection: libsoup: WebSocket remote denial of service via oversized control frame protocol violation (CVE-2026-15711) For 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.
Terms of Use: 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.

A 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).

CWE-409 - Improper Handling of Highly Compressed Data (Data Amplification)
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

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.

CWE-770 - Allocation of Resources Without Limits or Throttling
Affected products
Fixed 21 products, the same list as for CVE-2026-15709
Threats
Impact Moderate

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "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 libsoup is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "The libsoup packages provide an HTTP client and server library for GNOME.\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\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:68234",
        "url": "https://access.redhat.com/errata/RHSA-2026:68234"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_68234.json"
      }
    ],
    "title": "Red Hat Security Advisory: libsoup 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:68234",
      "initial_release_date": "2026-09-16T17:18:25+00:00",
      "revision_history": [
        {
          "date": "2026-09-16T17:18:25+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-09-16T17:18:25+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. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsoup-0:2.72.0-16.el9_8.3.i686",
                "product": {
                  "name": "libsoup-0:2.72.0-16.el9_8.3.i686",
                  "product_id": "libsoup-0:2.72.0-16.el9_8.3.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup@2.72.0-16.el9_8.3?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-devel-0:2.72.0-16.el9_8.3.i686",
                "product": {
                  "name": "libsoup-devel-0:2.72.0-16.el9_8.3.i686",
                  "product_id": "libsoup-devel-0:2.72.0-16.el9_8.3.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-devel@2.72.0-16.el9_8.3?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
                "product": {
                  "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
                  "product_id": "libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debugsource@2.72.0-16.el9_8.3?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
                "product": {
                  "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
                  "product_id": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debuginfo@2.72.0-16.el9_8.3?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsoup-0:2.72.0-16.el9_8.3.x86_64",
                "product": {
                  "name": "libsoup-0:2.72.0-16.el9_8.3.x86_64",
                  "product_id": "libsoup-0:2.72.0-16.el9_8.3.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup@2.72.0-16.el9_8.3?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-devel-0:2.72.0-16.el9_8.3.x86_64",
                "product": {
                  "name": "libsoup-devel-0:2.72.0-16.el9_8.3.x86_64",
                  "product_id": "libsoup-devel-0:2.72.0-16.el9_8.3.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-devel@2.72.0-16.el9_8.3?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
                "product": {
                  "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
                  "product_id": "libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debugsource@2.72.0-16.el9_8.3?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
                "product": {
                  "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
                  "product_id": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debuginfo@2.72.0-16.el9_8.3?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsoup-0:2.72.0-16.el9_8.3.ppc64le",
                "product": {
                  "name": "libsoup-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_id": "libsoup-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup@2.72.0-16.el9_8.3?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
                "product": {
                  "name": "libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_id": "libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-devel@2.72.0-16.el9_8.3?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
                "product": {
                  "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_id": "libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debugsource@2.72.0-16.el9_8.3?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
                "product": {
                  "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_id": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debuginfo@2.72.0-16.el9_8.3?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsoup-0:2.72.0-16.el9_8.3.s390x",
                "product": {
                  "name": "libsoup-0:2.72.0-16.el9_8.3.s390x",
                  "product_id": "libsoup-0:2.72.0-16.el9_8.3.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup@2.72.0-16.el9_8.3?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
                "product": {
                  "name": "libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
                  "product_id": "libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-devel@2.72.0-16.el9_8.3?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
                "product": {
                  "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
                  "product_id": "libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debugsource@2.72.0-16.el9_8.3?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
                "product": {
                  "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
                  "product_id": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debuginfo@2.72.0-16.el9_8.3?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsoup-0:2.72.0-16.el9_8.3.src",
                "product": {
                  "name": "libsoup-0:2.72.0-16.el9_8.3.src",
                  "product_id": "libsoup-0:2.72.0-16.el9_8.3.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup@2.72.0-16.el9_8.3?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libsoup-0:2.72.0-16.el9_8.3.aarch64",
                "product": {
                  "name": "libsoup-0:2.72.0-16.el9_8.3.aarch64",
                  "product_id": "libsoup-0:2.72.0-16.el9_8.3.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup@2.72.0-16.el9_8.3?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
                "product": {
                  "name": "libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
                  "product_id": "libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-devel@2.72.0-16.el9_8.3?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
                "product": {
                  "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
                  "product_id": "libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debugsource@2.72.0-16.el9_8.3?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
                "product": {
                  "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
                  "product_id": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libsoup-debuginfo@2.72.0-16.el9_8.3?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-0:2.72.0-16.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64"
        },
        "product_reference": "libsoup-0:2.72.0-16.el9_8.3.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-0:2.72.0-16.el9_8.3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686"
        },
        "product_reference": "libsoup-0:2.72.0-16.el9_8.3.i686",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-0:2.72.0-16.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le"
        },
        "product_reference": "libsoup-0:2.72.0-16.el9_8.3.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-0:2.72.0-16.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x"
        },
        "product_reference": "libsoup-0:2.72.0-16.el9_8.3.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-0:2.72.0-16.el9_8.3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src"
        },
        "product_reference": "libsoup-0:2.72.0-16.el9_8.3.src",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-0:2.72.0-16.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64"
        },
        "product_reference": "libsoup-0:2.72.0-16.el9_8.3.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64"
        },
        "product_reference": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686"
        },
        "product_reference": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le"
        },
        "product_reference": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x"
        },
        "product_reference": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64"
        },
        "product_reference": "libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64"
        },
        "product_reference": "libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686"
        },
        "product_reference": "libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le"
        },
        "product_reference": "libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x"
        },
        "product_reference": "libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64"
        },
        "product_reference": "libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-devel-0:2.72.0-16.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64"
        },
        "product_reference": "libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-devel-0:2.72.0-16.el9_8.3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686"
        },
        "product_reference": "libsoup-devel-0:2.72.0-16.el9_8.3.i686",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le"
        },
        "product_reference": "libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-devel-0:2.72.0-16.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x"
        },
        "product_reference": "libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libsoup-devel-0:2.72.0-16.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
        },
        "product_reference": "libsoup-devel-0:2.72.0-16.el9_8.3.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      }
    ]
  },
  "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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
        ]
      },
      "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:25+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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:68234"
        },
        {
          "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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
          ]
        }
      ],
      "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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
          ]
        }
      ],
      "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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
        ]
      },
      "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:25+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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:68234"
        },
        {
          "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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
          ]
        }
      ],
      "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-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.src",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debuginfo-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-debugsource-0:2.72.0-16.el9_8.3.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.i686",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libsoup-devel-0:2.72.0-16.el9_8.3.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "libsoup: SoupWebsocketConnection: libsoup: WebSocket remote denial of service via oversized control frame protocol violation"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

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.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

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.


Loading…