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-32910

CVE-2025-32910: libsoup NULL Pointer DOS Vulnerability

CVE-2025-32910 is a NULL pointer dereference flaw in libsoup's soup_auth_digest_authenticate() function that can crash client applications. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-32910 Overview

A flaw was found in libsoup, where soup_auth_digest_authenticate() is vulnerable to a NULL pointer dereference. This issue may cause the libsoup client to crash, resulting in a denial of service condition. The vulnerability affects applications that utilize the libsoup HTTP client library for digest authentication operations.

Critical Impact

Applications using libsoup for HTTP digest authentication may experience unexpected crashes when processing malformed authentication responses, potentially leading to denial of service conditions.

Affected Products

  • libsoup (HTTP client/server library for GNOME)
  • Applications utilizing libsoup for HTTP operations
  • Linux distributions including Red Hat Enterprise Linux and Debian

Discovery Timeline

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

Technical Details for CVE-2025-32910

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The flaw exists within the soup_auth_digest_authenticate() function in the libsoup library. When this function processes authentication data under certain conditions, it may attempt to dereference a NULL pointer, causing the application to crash.

libsoup is a widely-used HTTP client/server library in the GNOME ecosystem, making this vulnerability relevant to numerous Linux applications that rely on it for network operations. The attack requires network access and user interaction, as the vulnerable function is triggered during HTTP digest authentication flows.

The vulnerability can be exploited remotely by an attacker who can influence the authentication response received by a libsoup client. When the client processes a specially crafted or malformed response during digest authentication, the NULL pointer dereference is triggered, leading to an immediate application crash.

Root Cause

The root cause of this vulnerability is improper validation of pointer values before dereferencing within the soup_auth_digest_authenticate() function. The code fails to verify that required data structures are properly initialized before accessing their members, leading to a NULL pointer dereference when unexpected input conditions occur.

Attack Vector

The attack vector for CVE-2025-32910 is network-based. An attacker can exploit this vulnerability by setting up a malicious server or performing a man-in-the-middle attack to deliver crafted HTTP digest authentication responses to a vulnerable libsoup client. When the client attempts to process the authentication data, the NULL pointer dereference occurs, causing the application to crash.

The vulnerability is triggered when:

  1. A libsoup client initiates an HTTP request to a server requiring digest authentication
  2. The server (or attacker) responds with a malformed authentication challenge
  3. The soup_auth_digest_authenticate() function processes the response
  4. A NULL pointer is dereferenced due to missing validation

Detection Methods for CVE-2025-32910

Indicators of Compromise

  • Unexpected application crashes in programs using libsoup for HTTP operations
  • Core dumps or crash logs referencing soup_auth_digest_authenticate() function
  • Abnormal network traffic patterns with malformed HTTP authentication headers
  • Repeated segmentation faults in applications performing HTTP digest authentication

Detection Strategies

  • Monitor system logs for segmentation faults or SIGSEGV signals in applications linked against libsoup
  • Implement network monitoring to detect unusual HTTP authentication challenge responses
  • Review application crash reports for NULL pointer dereference patterns in libsoup functions
  • Use SentinelOne's real-time monitoring capabilities to detect exploitation attempts targeting this vulnerability

Monitoring Recommendations

  • Enable core dump collection for applications using libsoup to capture crash forensics
  • Configure application-level logging to track HTTP authentication attempts and failures
  • Deploy network intrusion detection rules to identify malformed HTTP authentication traffic
  • Utilize SentinelOne Singularity platform for comprehensive endpoint monitoring and threat detection

How to Mitigate CVE-2025-32910

Immediate Actions Required

  • Update libsoup to the latest patched version available for your distribution
  • Review applications using libsoup and prioritize patching for internet-facing services
  • Consider implementing additional network security controls to limit exposure to untrusted servers
  • Monitor for application crashes that may indicate exploitation attempts

Patch Information

Security patches are available from major Linux distributions. Refer to the following advisories for patching guidance:

  • Red Hat Security Advisory RHSA-2025:8292
  • Red Hat CVE-2025-32910 Details
  • Red Hat Bug Report #2359354
  • Debian LTS Announcement April 2025

Workarounds

  • If patching is not immediately possible, consider restricting network access for applications using libsoup
  • Implement network-level filtering to prevent connections to untrusted servers requiring digest authentication
  • Deploy application sandboxing to limit the impact of potential crashes
  • Use alternative authentication methods where feasible to avoid triggering the vulnerable code path
bash
# Check installed libsoup version on Red Hat-based systems
rpm -qa | grep libsoup

# Check installed libsoup version on Debian-based systems
dpkg -l | grep libsoup

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

# Update libsoup on Debian-based systems
sudo apt update && sudo apt upgrade libsoup*

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 RHSA-2025:8292

  • Red Hat CVE-2025-32910 Details

  • Red Hat Bug Report #2359354

  • Debian LTS Announcement April 2025
  • 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