CVE-2025-32911: Libsoup: double free on soup_message_headers_get_content_disposition() through "soup-message-headers.c" via "params" ghashtable value
A use-after-free type vulnerability was found in libsoup, in the soup_message_headers_get_content_disposition() function. This flaw allows a malicious HTTP client to cause memory corruption in the libsoup server.
Security readout for executives and security teams
Plain-English summary
CVE-2025-32911 is a critical memory-safety flaw in libsoup. A malicious HTTP client may trigger memory corruption in a libsoup-based server. The main business concern is exposed services running affected Red Hat or Debian-packaged libsoup versions, where successful exploitation could affect confidentiality, integrity, and availability.
Executive priority
Prioritize remediation in the next critical patch cycle, sooner for exposed services. The impact rating is severe, but current evidence in the bundle does not confirm exploitation in the wild.
Technical view
The issue is described as a use-after-free/double-free in soup_message_headers_get_content_disposition(), involving the params GHashTable value in soup-message-headers.c. CVSS 3.1 is 9.0: network attack vector, high complexity, no privileges, no user interaction, changed scope, and high CIA impact.
Likely exposure
Most likely exposure is Linux servers, containers, or applications using affected libsoup packages. The bundle lists affected RHEL 7 ELS, RHEL 8, RHEL 8 extended streams, RHEL 9, and RHEL 9 extended streams. RHEL 10 libsoup3 is listed as unaffected.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. The vulnerability is remotely reachable in the described server context, but attack complexity is rated high. Treat exploitation claims as unconfirmed unless vendor or KEV evidence appears.
Researcher notes
Evidence is strongest for vendor-packaged exposure and the vulnerable function. The bundle does not include proof-of-concept status, exact fixed upstream commit, or full Debian affected-version matrix. Avoid extrapolating beyond listed products and advisories.
Mitigation direction
Inventory systems and containers for affected libsoup packages listed by vendor advisories.
Apply relevant Red Hat or Debian security updates where available.
Prioritize internet-facing or partner-facing services using libsoup server functionality.
If updates are unavailable, restrict untrusted client access and monitor vendor guidance.
Confirm RHEL 10 libsoup3 systems are not misclassified as affected.
Validation and detection
Check installed libsoup package names and versions against affected vendor entries.
Map applications that embed or dynamically link libsoup on exposed services.
Verify patched package versions after applying vendor updates.
Review edge, WAF, and service logs for abnormal HTTP client behavior.
Track Red Hat Bugzilla, GNOME issue, and Debian LTS notices for updates.
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-590: 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.
1CVSS vectors
5Timeline events
2ADP providers
17Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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-590 · source CWE mapping
Free of Memory not on the Heap
Free of Memory not on the Heap represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.