LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
7

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-32912 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6redhat

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-32912Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Made public.

  2. Source timelineredhat

    Reported to Red Hat.

  3. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorlibsouplibsoup, 0unaffected
Red HatRed Hat Enterprise Linux 10libsoup3, 0:3.6.5-3.el10_0affected
Red HatRed Hat Enterprise Linux 6libsoupunknown
Red HatRed Hat Enterprise Linux 7libsoupunknown
Red HatRed Hat Enterprise Linux 8libsoupaffected
Red HatRed Hat Enterprise Linux 9libsoupaffected
Weakness

CWE details

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.