CVE-2025-32912: Libsoup: null pointer dereference in client when server omits the "nonce" parameter in an unauthorized response with digest authentication
A flaw was found in libsoup, where SoupAuthDigest is vulnerable to a NULL pointer dereference. The HTTP server may cause the libsoup client to crash.
Security readout for executives and security teams
Plain-English summary
CVE-2025-32912 is a denial-of-service issue in libsoup. A server using digest authentication can omit a required nonce value and cause a vulnerable libsoup-based client to crash. The impact is availability, not data theft or code execution based on the supplied sources.
Executive priority
Treat this as a moderate availability risk. It can crash affected clients, but the supplied sources do not support data compromise, code execution, or known active exploitation. Patch through normal security maintenance, with faster action for exposed client workflows.
Technical view
SoupAuthDigest can dereference a NULL pointer when processing an unauthorized digest authentication response missing the nonce parameter. CVSS 3.1 is 6.5 with network attack vector, low complexity, no privileges, required user interaction, unchanged scope, and high availability impact only.
Likely exposure
Exposure is most likely in applications or systems using libsoup/libsoup3 clients that connect to HTTP servers using digest authentication. The bundle lists Red Hat Enterprise Linux 8, 9, and 10 libsoup packages as affected, with RHEL 6 and 7 status unknown.
Exploitation context
The supplied data does not show CISA KEV listing or active exploitation. A malicious or faulty HTTP server could trigger a client crash by returning an unauthorized digest authentication response without nonce. No source indicates confidentiality, integrity, or remote code execution impact.
Researcher notes
Evidence supports CWE-476 NULL pointer dereference in SoupAuthDigest. The affected surface is client-side processing of server digest authentication responses. Public source details are limited; avoid assuming broader products, exploit maturity, or fixed versions beyond the cited vendor advisories.
Mitigation direction
Apply applicable vendor updates from Red Hat, Debian, or GNOME guidance.
Prioritize systems where libsoup clients contact untrusted or internet-controlled servers.
Inventory deployed libsoup and libsoup3 packages across Linux estates.
Track RHEL 6 and 7 status because the supplied bundle marks them unknown.
Monitor vendor advisories for fixed package versions and backports.
Validation and detection
Confirm installed libsoup or libsoup3 packages against vendor advisory status.
Identify applications that depend on libsoup for HTTP client behavior.
Review crash telemetry for libsoup clients during digest authentication failures.
Verify affected RHEL 8, 9, and 10 systems receive vendor fixes.
Retest normal client workflows after updates are applied.
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-476: 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-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.