CVE-2025-2784: Libsoup: heap buffer over-read in `skip_insignificant_space` when sniffing content
A flaw was found in libsoup. The package is vulnerable to a heap buffer over-read when sniffing content via the skip_insight_whitespace() function. Libsoup clients may read one byte out-of-bounds in response to a crafted HTTP response by an HTTP server.
Security readout for executives and security teams
Plain-English summary
CVE-2025-2784 is a libsoup memory-read flaw triggered while processing a crafted HTTP response. A vulnerable client can read one byte outside its heap buffer. Business risk is mainly service instability, with limited confidentiality and integrity impact reported by the CVSS vector.
Executive priority
Treat this as high priority patching for affected Linux endpoints and servers, especially where software consumes external HTTP content. It is not currently documented as exploited in the provided sources, but availability impact is high and vendor advisories exist.
Technical view
The flaw is a CWE-125 heap buffer over-read in libsoup content sniffing, associated with skip_insignificant_space in the title and a similarly named function in the description. A malicious HTTP server response can cause a libsoup client to read one byte out of bounds. CVSS is 7.0, with high attack complexity and high availability impact.
Likely exposure
Exposure is most likely on Red Hat systems using affected libsoup or libsoup3 packages, including listed RHEL 7 ELS, 8, selected 8.x support streams, 9, selected 9.x streams, and 10. RHEL 6 status is listed as unknown. Non-Red Hat exposure is not fully described in the provided sources.
Exploitation context
The bundle does not show CISA KEV listing, and no provided source states active exploitation. The attack scenario requires a crafted HTTP response from a server to a vulnerable libsoup client. The CVSS vector marks network attack, no privileges, no user interaction, but high attack complexity.
Researcher notes
Evidence supports a small out-of-bounds read during content sniffing, not arbitrary code execution. Source naming differs between skip_insignificant_space and skip_insight_whitespace, so verify against upstream GNOME issue details. Avoid over-scoping beyond listed Red Hat packages and Debian/GNOME references without additional vendor data.
Mitigation direction
Apply the relevant Red Hat errata updates for affected RHEL streams.
Prioritize systems where libsoup clients fetch untrusted or internet-hosted HTTP content.
For non-Red Hat distributions, check vendor advisories before assuming fixed or unaffected status.
Monitor Red Hat CVE and GNOME libsoup issue references for updated remediation details.
Validation and detection
Inventory installed libsoup and libsoup3 packages across Linux fleets.
Compare package versions and streams against the affected list and Red Hat errata.
Identify applications linking to libsoup that process external HTTP responses.
Confirm patched packages are installed after maintenance windows.
Track RHEL 6 separately because the provided status is unknown.
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-125: 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-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.