CVE-2025-32049: Libsoup: denial of service attack to websocket server
A flaw was found in libsoup. The SoupWebsocketConnection may accept a large WebSocket message, which may cause libsoup to allocate memory and lead to a denial of service (DoS).
Security readout for executives and security teams
Plain-English summary
CVE-2025-32049 is a denial-of-service flaw in libsoup WebSocket handling. A remote unauthenticated sender may cause excessive memory allocation by sending a large WebSocket message, potentially making affected services unavailable. The supplied sources list multiple affected Red Hat Enterprise Linux streams and advisories.
Executive priority
Patch on a normal high-priority vulnerability timeline, faster for exposed WebSocket services. This is not described as data theft or code execution, but it can create service outages without authentication. Business urgency depends on whether affected libsoup-based WebSocket services are externally reachable or support critical workflows.
Technical view
The flaw is mapped to CWE-770 and affects SoupWebsocketConnection behavior in libsoup/libsoup3. CVSS 3.1 is 7.5, with network attack vector, low complexity, no privileges, no user interaction, and high availability impact only. The provided data does not show confidentiality or integrity impact.
Likely exposure
Most relevant exposure is servers or applications using affected libsoup or libsoup3 builds to accept WebSocket connections, especially if reachable over a network. The supplied affected list focuses on RHEL 7 ELS, RHEL 8 variants, RHEL 9 variants, and RHEL 10. RHEL 6 status is listed as unknown.
Exploitation context
The CVSS vector indicates unauthenticated network exploitation with low complexity, but the bundle marks KEV as false and provides no cited evidence of active exploitation. Treat this as a realistic availability risk for exposed WebSocket services rather than proven in-the-wild compromise.
Researcher notes
The key research question is reachability: package presence alone does not prove exploitable exposure. Validate whether SoupWebsocketConnection is used in server-side paths and whether large inbound messages can reach it. The supplied bundle does not include exploit proof, workaround details, or active exploitation evidence.
Mitigation direction
Apply the applicable Red Hat security advisory updates for affected RHEL streams.
Prioritize internet-facing or partner-facing WebSocket services using libsoup or libsoup3.
Check GNOME libsoup and Red Hat guidance for upstream and distribution-specific fixes.
Reduce unnecessary network exposure for affected WebSocket endpoints until patched.
Monitor affected services for memory exhaustion, crashes, or restart loops.
Validation and detection
Inventory systems with installed libsoup or libsoup3 packages.
Compare installed package versions with the affected Red Hat versions in the source bundle.
Identify applications using libsoup WebSocket server functionality.
Confirm updated packages align with the relevant RHSA advisory for each RHEL stream.
Review telemetry for availability incidents consistent with memory exhaustion.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-770: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-770 · source CWE mapping
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.