The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-4476

CVE-2025-4476: libsoup HTTP Library DoS Vulnerability

CVE-2025-4476 is a denial-of-service flaw in the libsoup HTTP client library triggered by malicious WWW-Authenticate headers. Attackers can crash client applications by serving crafted responses. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-4476 Overview

A denial-of-service vulnerability has been identified in the libsoup HTTP client library. This flaw can be triggered when a libsoup client receives a 401 (Unauthorized) HTTP response containing a specifically crafted domain parameter within the WWW-Authenticate header. Processing this malformed header can lead to a crash of the client application using libsoup. An attacker could exploit this by setting up a malicious HTTP server. If a user's application using the vulnerable libsoup library connects to this malicious server, it could result in a denial-of-service. Successful exploitation requires tricking a user's client application into connecting to the attacker's malicious server.

Critical Impact

Client applications using the libsoup library may crash when connecting to malicious HTTP servers that send crafted WWW-Authenticate headers, resulting in denial-of-service conditions.

Affected Products

  • libsoup HTTP client library (vulnerable versions)
  • Applications built using libsoup for HTTP client functionality
  • GNOME-based applications utilizing libsoup for web requests

Discovery Timeline

  • May 16, 2025 - CVE-2025-4476 published to NVD
  • May 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-4476

Vulnerability Analysis

This vulnerability is classified as a Null Pointer Dereference (CWE-476), which occurs when the libsoup library attempts to process a malformed WWW-Authenticate header in an HTTP 401 response. The flaw exists in the header parsing logic that handles the domain parameter within authentication challenge responses. When a specially crafted domain value is encountered, the library fails to properly validate the input before dereferencing it, leading to a null pointer dereference and subsequent application crash.

The attack requires user interaction in that the victim's application must be induced to connect to a malicious server controlled by the attacker. This reduces the severity of the vulnerability but still presents a meaningful risk for applications that may connect to untrusted or user-supplied URLs.

Root Cause

The root cause of this vulnerability is improper input validation when parsing the domain parameter in WWW-Authenticate headers. The libsoup library does not adequately verify that the domain parameter contains valid data before attempting to process it. When encountering a malformed or specially crafted value, the parsing function returns a null pointer that is subsequently dereferenced without proper null checks, triggering a crash.

This is a classic CWE-476 (NULL Pointer Dereference) scenario where defensive programming practices were not applied to handle edge cases in HTTP header parsing.

Attack Vector

The attack vector requires network access and user interaction. An attacker must:

  1. Set up a malicious HTTP server that returns 401 Unauthorized responses
  2. Craft a WWW-Authenticate header with a malformed domain parameter designed to trigger the null pointer dereference
  3. Entice a victim to use an application with the vulnerable libsoup library to connect to the malicious server

When the victim's application connects and receives the crafted 401 response, the libsoup library crashes while attempting to parse the malicious WWW-Authenticate header, causing a denial-of-service condition for the client application.

The attack scenario might involve phishing, social engineering, or compromising a legitimate service to redirect users to the malicious server. Applications that automatically follow redirects or process user-supplied URLs are at higher risk.

Detection Methods for CVE-2025-4476

Indicators of Compromise

  • Unexpected application crashes in programs using libsoup for HTTP requests
  • Crash dumps indicating null pointer dereference in libsoup authentication header parsing functions
  • Network traffic showing connections to suspicious servers followed by 401 responses with unusual WWW-Authenticate headers
  • Application logs showing authentication failures immediately before crashes

Detection Strategies

  • Monitor for application crashes with stack traces pointing to libsoup authentication handling code
  • Implement network monitoring to detect HTTP 401 responses with abnormally long or malformed WWW-Authenticate headers
  • Use application crash reporting systems to identify patterns of null pointer dereference crashes in libsoup-dependent applications
  • Deploy intrusion detection rules to identify suspicious WWW-Authenticate header patterns in HTTP responses

Monitoring Recommendations

  • Enable verbose logging for applications using libsoup to capture HTTP response headers before potential crashes
  • Configure crash monitoring and reporting for all applications that utilize the libsoup library
  • Implement network-level inspection for anomalous HTTP 401 responses, particularly those with unusual domain parameters
  • Review application logs for repeated authentication failures or connection attempts to unknown servers

How to Mitigate CVE-2025-4476

Immediate Actions Required

  • Identify all applications and systems using the libsoup HTTP client library
  • Review the Red Hat CVE-2025-4476 Advisory for vendor-specific guidance and patch availability
  • Monitor the Red Hat Bug #2366513 for updates on the fix
  • Consider restricting applications from connecting to untrusted or user-supplied URLs where possible
  • Update libsoup to the latest patched version when available from your distribution

Patch Information

Consult the Red Hat CVE-2025-4476 Advisory for the latest patch information and affected package versions. Organizations should apply vendor-provided patches as soon as they become available through their respective Linux distributions or package managers.

For GNOME and related ecosystems, monitor upstream libsoup releases for security fixes addressing this null pointer dereference vulnerability.

Workarounds

  • Implement URL whitelisting to prevent applications from connecting to untrusted servers
  • Use a proxy or gateway that can filter or sanitize HTTP responses before they reach vulnerable clients
  • Deploy application-level sandboxing to limit the impact of crashes on the overall system
  • Consider disabling automatic authentication handling if the application allows, requiring manual user intervention for authentication challenges
bash
# Example: Check installed libsoup version on RPM-based systems
rpm -qa | grep libsoup

# Example: Check for updates to libsoup packages
dnf check-update libsoup*

# Example: Update libsoup to latest available version
sudo dnf update 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 Score4.3

  • EPSS Probability0.04%

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

  • Red Hat Bug #2366513
  • Related CVEs
  • CVE-2026-2436: libsoup SoupServer DoS Vulnerability

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

  • CVE-2025-32906: libsoup HTTP Server DoS Vulnerability

  • CVE-2025-32912: libsoup SoupAuthDigest 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