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

CVE-2025-32911: libsoup Use-After-Free Vulnerability

CVE-2025-32911 is a use-after-free vulnerability in libsoup that enables malicious HTTP clients to cause memory corruption on servers. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-32911 Overview

A use-after-free vulnerability was discovered in libsoup, specifically within the soup_message_headers_get_content_disposition() function. This critical flaw allows a malicious HTTP client to cause memory corruption in the libsoup server, potentially leading to arbitrary code execution or denial of service conditions.

Critical Impact

This use-after-free vulnerability enables remote attackers to corrupt server memory through malicious HTTP requests, potentially allowing complete system compromise without authentication.

Affected Products

  • libsoup (GNOME HTTP library)
  • Red Hat Enterprise Linux distributions using libsoup
  • Debian and Debian-based distributions using libsoup

Discovery Timeline

  • April 15, 2025 - CVE-2025-32911 published to NVD
  • November 18, 2025 - Last updated in NVD database

Technical Details for CVE-2025-32911

Vulnerability Analysis

This vulnerability is classified under CWE-590 (Free of Memory not on the Heap), indicating improper memory management within the affected function. The soup_message_headers_get_content_disposition() function fails to properly handle memory lifecycle, resulting in a use-after-free condition when processing HTTP Content-Disposition headers.

The vulnerability is particularly dangerous because it can be triggered remotely over the network by any malicious HTTP client connecting to a vulnerable libsoup-based server. No authentication or user interaction is required to exploit this flaw, and successful exploitation can affect resources beyond the security scope of the vulnerable component.

Root Cause

The root cause of CVE-2025-32911 lies in improper memory management within the soup_message_headers_get_content_disposition() function. When parsing Content-Disposition headers from HTTP requests, the function incorrectly frees memory that may still be referenced elsewhere in the application. This creates a dangling pointer that, when subsequently accessed, leads to use-after-free conditions.

The CWE-590 classification indicates that the vulnerability involves freeing memory that was not allocated from the heap in the expected manner, leading to memory corruption when the freed region is later accessed or when the memory allocator attempts to reuse the corrupted heap metadata.

Attack Vector

An attacker can exploit this vulnerability by sending specially crafted HTTP requests to a server using the vulnerable libsoup library. The attack targets the Content-Disposition header parsing functionality:

  1. The attacker crafts a malicious HTTP request with a specially formed Content-Disposition header
  2. The vulnerable soup_message_headers_get_content_disposition() function processes the header
  3. Memory is freed prematurely while references to it still exist
  4. Subsequent operations access the freed memory, causing corruption
  5. The attacker may leverage the memory corruption to achieve code execution or crash the server

The network-based attack vector means any internet-facing service using libsoup could be targeted remotely. While the attack complexity is high, successful exploitation can result in complete confidentiality, integrity, and availability compromise of the affected system.

Detection Methods for CVE-2025-32911

Indicators of Compromise

  • Unexpected server crashes or segmentation faults in applications using libsoup
  • Anomalous HTTP requests with malformed or unusually complex Content-Disposition headers
  • Memory corruption errors or heap corruption warnings in system logs
  • Unusual process behavior following HTTP request processing

Detection Strategies

  • Deploy network intrusion detection rules to identify malformed Content-Disposition headers in HTTP traffic
  • Enable memory debugging tools (AddressSanitizer, Valgrind) in non-production environments to detect use-after-free conditions
  • Monitor application logs for heap corruption errors or unexpected terminations related to libsoup components
  • Implement application-level logging for Content-Disposition header parsing activities

Monitoring Recommendations

  • Configure continuous monitoring for libsoup-dependent services to detect service disruptions
  • Set up alerting for abnormal HTTP request patterns targeting server endpoints
  • Monitor system logs for core dumps or crash reports from applications using libsoup
  • Track network traffic for reconnaissance activity targeting HTTP header parsing

How to Mitigate CVE-2025-32911

Immediate Actions Required

  • Update libsoup to the latest patched version provided by your distribution vendor
  • Review and apply security advisories from Red Hat and Debian
  • Inventory all systems and applications dependent on libsoup to prioritize patching
  • Consider temporarily restricting network access to vulnerable services until patches can be applied

Patch Information

Multiple vendors have released security advisories and patches for this vulnerability:

  • Red Hat: Multiple advisories including RHSA-2025:4439, RHSA-2025:4440, RHSA-2025:4508, RHSA-2025:4538, and additional updates. Refer to Red Hat Bug Report #2359355 for technical details.
  • Debian: Security update announced via Debian LTS

Organizations should apply the appropriate patches for their distributions immediately given the critical severity of this vulnerability.

Workarounds

  • Implement network-level filtering to restrict HTTP client access to vulnerable services
  • Deploy a Web Application Firewall (WAF) with rules to inspect and sanitize Content-Disposition headers
  • Place vulnerable services behind a reverse proxy that can validate and normalize HTTP headers before forwarding
  • Consider temporarily disabling or removing functionality that relies on Content-Disposition header parsing if feasible
bash
# Example: Check installed libsoup version on Red Hat/CentOS systems
rpm -qa | grep libsoup

# Example: Update libsoup on RHEL/CentOS
sudo yum update libsoup

# Example: Update libsoup on Debian/Ubuntu
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
  • TypeUse After Free

  • Vendor/TechLibsoup

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-590
  • Technical References
  • Red Hat Security Advisory RHSA-2025:21657

  • Red Hat Security Advisory RHSA-2025:4439

  • Red Hat Security Advisory RHSA-2025:4440

  • Red Hat Security Advisory RHSA-2025:4508

  • Red Hat Security Advisory RHSA-2025:4538

  • Red Hat Security Advisory RHSA-2025:4560

  • Red Hat Security Advisory RHSA-2025:4568

  • Red Hat Security Advisory RHSA-2025:4609

  • Red Hat Security Advisory RHSA-2025:4624

  • Red Hat Security Advisory RHSA-2025:7436

  • Red Hat Security Advisory RHSA-2025:8292

  • Red Hat Security Advisory RHSA-2025:9179

  • Red Hat CVE-2025-32911 Details

  • Red Hat Bug Report #2359355

  • Debian LTS Announcement April 2025
  • Related CVEs
  • CVE-2026-4271: Gnome Libsoup Use-After-Free Vulnerability

  • CVE-2026-5119: Gnome Libsoup Information Disclosure Flaw

  • CVE-2026-2436: libsoup SoupServer DoS Vulnerability

  • CVE-2026-3632: Gnome Libsoup SSRF 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