PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-15709 Red Hat CVE debrief

A flaw in libsoup's WebSocket implementation can cause a Denial of Service (DoS) via a decompression bomb. This CVE has a CVSS score of 7.5 and is considered HIGH severity. The decompression loop processes data in chunks without enforcing an upper boundary limit on the output buffer size, leading to unbounded memory allocation and a potential Out-of-Memory (OOM) crash.

Vendor
Red Hat
Product
Red Hat Enterprise Linux 10
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-09-16
Advisory published
2026-07-14
Advisory updated
2026-09-16

Who should care

Defenders responsible for systems using libsoup's WebSocket functionality, particularly those using the permessage-deflate extension, should assess exposure and prioritize patching and monitoring.

Why it matters

CVE-2026-15709 is a HIGH-severity vulnerability in libsoup's WebSocket implementation that can cause a Denial of Service (DoS) via a decompression bomb. Defenders should prioritize verifying and applying patches, monitoring memory allocation patterns, and implementing compensating controls to mitigate potential attacks.

  • Potential Denial of Service (DoS) via OOM crash
  • Unbounded memory allocation by a highly compressed payload
  • Need for verification of libsoup versions and configurations
  • Potential impact on systems with limited resources

Technical summary

The libsoup WebSocket implementation has a flaw in its permessage-deflate extension. The decompression loop does not enforce an upper boundary limit on the output buffer size, leading to unbounded memory allocation. A remote, unauthenticated attacker can exploit this by sending a small, highly compressed payload (a decompression bomb), causing an Out-of-Memory (OOM) crash and a Denial of Service (DoS).

Defensive priority

Defenders should prioritize verifying and applying patches for libsoup, particularly in systems using the WebSocket functionality with the permessage-deflate extension. They should also monitor for unusual patterns of memory allocation and implement compensating controls to mitigate potential DoS attacks.

Recommended defensive actions

  • Verify and apply patches for libsoup, particularly in systems using the WebSocket functionality with the permessage-deflate extension.
  • Monitor for unusual patterns of memory allocation and implement compensating controls to mitigate potential DoS attacks.
  • Review and update configurations for max_incoming_payload_size and max_total_message_size to ensure they are properly set.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE record and NVD detail page provide information about the vulnerability. Red Hat has also provided errata and security advisories related to this CVE. Defenders should verify the affected scope, severity, and vendor guidance. They should also review compensating controls for exposed systems while remediation is scheduled and verified. The vulnerability details indicate a flaw in libsoup's WebSocket implementation that can cause a Denial of Service (DoS) via a decompression bomb. The decompression loop processes data in chunks,

Sources and references

Verified primary and authoritative sources

  • CVE-2026-15709 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-15709

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-15709 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-15709

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.