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

CVE-2025-11021: libsoup Information Disclosure Vulnerability

CVE-2025-11021 is an information disclosure flaw in libsoup HTTP library affecting GNOME applications. Malicious cookie dates trigger out-of-bounds reads, exposing memory. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2025-11021 Overview

A flaw was found in the cookie date handling logic of the libsoup HTTP library, widely used by GNOME and other applications for web communication. When processing cookies with specially crafted expiration dates, the library may perform an out-of-bounds memory read. This flaw could result in unintended disclosure of memory contents, potentially exposing sensitive information from the process using libsoup.

Critical Impact

An attacker can exploit this out-of-bounds read vulnerability remotely over the network without authentication to potentially leak sensitive process memory, including credentials, session tokens, or other confidential data from applications using the libsoup library.

Affected Products

  • libsoup HTTP library
  • GNOME applications using libsoup
  • Red Hat Enterprise Linux distributions (multiple versions addressed in security advisories)

Discovery Timeline

  • 2025-09-26 - CVE-2025-11021 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-11021

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), which occurs when the software reads data past the end or before the beginning of an intended buffer. In the context of libsoup, the flaw resides in the cookie date parsing functionality that handles HTTP cookie expiration timestamps.

When a malicious server sends an HTTP response containing a Set-Cookie header with a specially crafted expiration date value, the libsoup library's date parsing routine fails to properly validate the input boundaries before reading memory. This allows an attacker to trigger reads beyond the allocated buffer, potentially exposing adjacent memory contents.

The vulnerability can be exploited remotely over the network without requiring any user interaction or authentication. Since libsoup is a foundational library used by many GNOME desktop applications and other software for HTTP communication, the attack surface is considerable. Any application that connects to attacker-controlled servers and processes cookies could be affected.

Root Cause

The root cause of this vulnerability lies in insufficient boundary checking within libsoup's cookie date parsing logic. The parsing routine handles various date format components (day, month, year, time) but fails to properly validate string lengths and offsets before accessing memory. When processing malformed date strings with unexpected or truncated format specifiers, the parser continues reading beyond the intended buffer boundaries.

Attack Vector

An attacker can exploit this vulnerability by setting up a malicious web server that responds with HTTP cookies containing specially crafted expiration date values. When a victim application using libsoup connects to this server and processes the response, the vulnerable date parsing code is triggered.

The attack can be conducted in several scenarios:

  • A user browsing to a malicious website using a libsoup-based browser or application
  • An application making automated HTTP requests to attacker-controlled endpoints
  • Man-in-the-middle scenarios where an attacker injects malicious cookie headers

The out-of-bounds read could expose sensitive data residing in adjacent memory regions, such as authentication tokens, session data, encryption keys, or other application secrets. The attacker receives this information through the resulting application behavior or through timing/side-channel analysis depending on how the leaked memory is subsequently used.

Detection Methods for CVE-2025-11021

Indicators of Compromise

  • Unusual HTTP responses containing Set-Cookie headers with malformed or abnormally long date values
  • Application crashes or unexpected behavior following HTTP communications
  • Memory access violations logged in system journals from libsoup-dependent applications
  • Network traffic to suspicious endpoints containing unusual cookie header patterns

Detection Strategies

  • Monitor application logs for segmentation faults or memory access errors in processes using libsoup
  • Deploy web application firewalls (WAF) to inspect and filter HTTP responses with malformed cookie headers
  • Utilize endpoint detection and response (EDR) solutions to detect abnormal memory access patterns
  • Implement network intrusion detection systems (NIDS) rules to flag suspicious Set-Cookie header formats

Monitoring Recommendations

  • Enable verbose logging for applications using libsoup to capture HTTP header details
  • Configure system auditing to alert on memory violations from GNOME and related applications
  • Monitor package management logs for libsoup version changes to ensure patches are applied
  • Use SentinelOne's behavioral AI to detect anomalous process memory access patterns indicative of exploitation

How to Mitigate CVE-2025-11021

Immediate Actions Required

  • Update libsoup to the latest patched version provided by your distribution
  • Apply Red Hat security advisories if running RHEL or compatible distributions
  • Restrict network access for applications using libsoup until patches can be applied
  • Consider using application sandboxing to limit potential information disclosure impact

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability. Organizations running Red Hat Enterprise Linux or compatible distributions should apply the relevant updates:

  • Red Hat Security Advisory RHSA-2025:18183
  • Red Hat Security Advisory RHSA-2025:19713
  • Red Hat Security Advisory RHSA-2025:19714
  • Red Hat Security Advisory RHSA-2025:20959
  • Red Hat Security Advisory RHSA-2025:21032

Additional details are available at the Red Hat CVE Description for CVE-2025-11021 and the upstream GNOME Issue #459.

Workarounds

  • Implement network-level filtering to block or sanitize HTTP responses with malformed Set-Cookie headers
  • Disable cookie processing in libsoup-based applications where cookies are not required for functionality
  • Use a proxy or content inspection solution to validate HTTP responses before they reach vulnerable applications
  • Deploy application-level sandboxing using technologies like Flatpak or containers to limit memory exposure
bash
# Example: Update libsoup on Red Hat-based systems
sudo dnf update libsoup --refresh

# Verify the installed version includes the security fix
rpm -q libsoup

# Check system logs for any prior exploitation attempts
journalctl -u gdm --since "1 week ago" | grep -i "memory\|segfault\|libsoup"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLibsoup

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

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

  • Red Hat Security Advisory RHSA-2025:19713

  • Red Hat Security Advisory RHSA-2025:19714

  • Red Hat Security Advisory RHSA-2025:20959

  • Red Hat Security Advisory RHSA-2025:21032

  • Red Hat Security Advisory RHSA-2025:21655

  • Red Hat Security Advisory RHSA-2025:21656

  • Red Hat Security Advisory RHSA-2025:21657

  • Red Hat Security Advisory RHSA-2025:21664

  • Red Hat Security Advisory RHSA-2025:21665

  • Red Hat Security Advisory RHSA-2025:21666

  • Red Hat Security Advisory RHSA-2025:21772

  • Red Hat Security Advisory RHSA-2025:22013

  • Red Hat CVE Description CVE-2025-11021

  • Red Hat Bug Report #2399627

  • GNOME Issue #459
  • Related CVEs
  • CVE-2026-5119: Gnome Libsoup Information Disclosure Flaw

  • CVE-2026-2369: libsoup Information Disclosure Flaw

  • CVE-2026-2443: libsoup Information Disclosure Vulnerability

  • CVE-2026-1801: libsoup HTTP Request Smuggling Flaw
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