Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-32912

CVE-2025-32912: libsoup SoupAuthDigest DoS Vulnerability

CVE-2025-32912 is a denial of service flaw in libsoup's SoupAuthDigest component caused by a NULL pointer dereference. HTTP servers can exploit this to crash libsoup clients. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-32912 Overview

A NULL pointer dereference vulnerability has been identified in libsoup, specifically within the SoupAuthDigest component. This flaw allows a malicious HTTP server to cause libsoup client applications to crash, resulting in a denial of service condition. The vulnerability affects applications that utilize libsoup for HTTP communication and implement digest authentication.

Critical Impact

A remote attacker operating a malicious HTTP server can trigger a NULL pointer dereference in libsoup clients, causing application crashes and denial of service without requiring authentication.

Affected Products

  • libsoup (HTTP client/server library for GNOME)
  • Applications utilizing libsoup for HTTP communication
  • Linux distributions shipping vulnerable libsoup versions (Red Hat, Debian, and derivatives)

Discovery Timeline

  • 2025-04-14 - CVE-2025-32912 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-32912

Vulnerability Analysis

This vulnerability falls under CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when a program attempts to dereference a pointer that has not been properly initialized or has been set to NULL. In the context of libsoup's SoupAuthDigest implementation, the flaw manifests during the processing of HTTP digest authentication responses from a server.

The attack can be initiated remotely over a network connection and requires user interaction (the client must connect to the malicious server). When successfully exploited, the vulnerability affects the availability of the client application but does not compromise confidentiality or integrity of data.

Root Cause

The root cause lies in insufficient validation of server-provided authentication parameters within the SoupAuthDigest authentication handler. When libsoup processes a digest authentication challenge from an HTTP server, certain fields are expected to contain valid data. If a malicious server sends a crafted response with missing or malformed authentication parameters, the code path may attempt to access a NULL pointer, triggering an immediate crash of the client application.

This type of vulnerability typically occurs when defensive programming practices such as NULL checks are missing before pointer dereference operations in authentication parsing routines.

Attack Vector

The attack requires a victim's application using libsoup to connect to an attacker-controlled HTTP server. The attack sequence involves:

  1. The attacker sets up a malicious HTTP server configured to respond with crafted digest authentication challenges
  2. When a libsoup-based client connects and requests a resource requiring authentication, the server responds with a malformed WWW-Authenticate header
  3. The SoupAuthDigest component processes the malformed response and attempts to dereference a NULL pointer
  4. The client application crashes, resulting in denial of service

The vulnerability is network-exploitable but requires user interaction—the victim must initiate a connection to the malicious server, potentially through social engineering or by embedding malicious URLs in content.

Detection Methods for CVE-2025-32912

Indicators of Compromise

  • Unexpected crashes in applications utilizing libsoup for HTTP requests
  • Core dumps or crash reports referencing SoupAuthDigest or related authentication functions
  • Segmentation fault signals (SIGSEGV) in libsoup-dependent applications
  • Application logs showing failed connections followed by abrupt termination

Detection Strategies

  • Monitor application crash logs for patterns indicating NULL pointer dereference in libsoup components
  • Implement network monitoring to detect unusual HTTP 401 responses with malformed WWW-Authenticate headers
  • Deploy endpoint detection to identify repeated crashes of libsoup-based applications
  • Audit network traffic for connections to untrusted or newly-registered domains from applications using libsoup

Monitoring Recommendations

  • Enable crash reporting and analysis for all applications utilizing libsoup
  • Configure system monitoring to alert on abnormal process termination rates
  • Implement network security monitoring for HTTP authentication anomalies
  • Review logs from web-accessing applications for patterns of failed authentication followed by crashes

How to Mitigate CVE-2025-32912

Immediate Actions Required

  • Update libsoup to the latest patched version available from your distribution
  • Review and restrict which external URLs your applications can access
  • Consider implementing application-level restart mechanisms to maintain service availability
  • Audit applications in your environment that depend on libsoup for HTTP functionality

Patch Information

Security patches addressing this vulnerability have been released by major Linux distributions. Organizations should apply the following updates based on their environment:

  • Red Hat: Refer to Red Hat Security Advisory RHSA-2025:7505 for patched package versions
  • Debian: See the Debian LTS Security Announcement for update instructions

Additional technical details and tracking information can be found at:

  • Red Hat CVE Database Entry
  • Red Hat Bugzilla #2359356

Workarounds

  • Restrict network access for libsoup-based applications to trusted servers only
  • Implement network-level filtering to block connections to untrusted or suspicious hosts
  • Deploy application sandboxing to limit the impact of potential crashes
  • Configure process supervision to automatically restart crashed applications to maintain availability
  • Consider temporarily disabling digest authentication if not required for your use case
bash
# Check installed libsoup version on Red Hat/CentOS/Fedora
rpm -qa | grep libsoup

# Check installed libsoup version on Debian/Ubuntu
dpkg -l | grep libsoup

# Update libsoup on Red Hat-based systems
sudo dnf update libsoup --security

# Update libsoup on Debian-based systems
sudo apt-get update && sudo apt-get upgrade libsoup2.4-1

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLibsoup

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Red Hat Security Advisory

  • CVE-2025-32912 Red Hat CVE

  • Red Hat Bug Report #2359356

  • Debian LTS Security Announcement
  • Related CVEs
  • CVE-2026-2436: libsoup SoupServer DoS Vulnerability

  • CVE-2025-4948: libsoup HTTP Library DoS Vulnerability

  • CVE-2025-32913: libsoup NULL Pointer DOS Vulnerability

  • CVE-2025-32906: libsoup HTTP Server DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English