CVE-2025-46420: Libsoup: memory leak on soup_header_parse_quality_list() via soup-headers.c
A flaw was found in libsoup. It is vulnerable to memory leaks in the soup_header_parse_quality_list() function when parsing a quality list that contains elements with all zeroes.
Security readout for executives and security teams
Plain-English summary
Libsoup, a GNOME HTTP library used by Linux applications, can leak memory when parsing a malformed quality-list header containing all-zero elements. Repeated exposure could exhaust memory in affected applications and cause service disruption. The evidence points to availability impact, not data theft or code execution.
Executive priority
Treat as a moderate availability risk. It is not presented as code execution or data exposure, but memory leaks can still disrupt business services if affected applications process malicious or malformed HTTP header input. Patch through normal security maintenance, accelerating for exposed or reliability-critical systems.
Technical view
The flaw is a memory leak in libsoup's soup_header_parse_quality_list() parsing path for quality-list elements with all zeroes. CVSS is 6.5 with network attack vector, low complexity, no privileges, user interaction required, and high availability impact. Red Hat lists affected libsoup packages across RHEL 8 and 9 streams; RHEL 10 libsoup3 is listed unaffected.
Likely exposure
Most relevant to Red Hat Enterprise Linux 8 and 9 systems or applications linked against affected libsoup packages that parse attacker-influenced HTTP headers. Exposure depends on whether a reachable application invokes the vulnerable parser on untrusted quality-list header input. RHEL 6 and 7 status is unknown in the supplied data.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. The CVSS vector indicates remote delivery is possible but requires user interaction. A successful attack would aim at memory growth and denial of service, not confidentiality or integrity compromise.
Researcher notes
Evidence is centered on Red Hat package impact and the GNOME libsoup issue. The vulnerable function and trigger condition are named, but the bundle does not provide exploit details, broad exploit telemetry, or non-Red Hat fixed version mapping. Avoid assuming every libsoup-using application is practically reachable.
Mitigation direction
Apply the relevant Red Hat security advisory updates for affected RHEL streams.
Prioritize internet-facing or user-driven applications that use libsoup for HTTP parsing.
Check vendor guidance for non-Red Hat distributions or bundled libsoup copies.
Use compensating monitoring for abnormal process memory growth until updates are applied.
Validation and detection
Inventory installed libsoup or libsoup3 packages and map versions to affected RHEL streams.
Identify services and desktop applications linked against libsoup on exposed systems.
Confirm updated packages from the relevant RHSA are installed after remediation.
Monitor affected applications for repeatable memory growth during suspicious header processing.
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-401: 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-401 · source CWE mapping
Missing Release of Memory after Effective Lifetime
Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.