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
    • 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-2784

CVE-2025-2784: Gnome Libsoup Buffer Overflow Vulnerability

CVE-2025-2784 is a heap buffer over-read vulnerability in Gnome Libsoup that allows HTTP servers to cause clients to read one byte out-of-bounds. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-2784 Overview

A heap buffer over-read vulnerability has been identified in GNOME libsoup, a widely-used HTTP client/server library for GNOME applications. The flaw exists in the skip_insight_whitespace() function used during content sniffing operations. When processing specially crafted HTTP responses from a malicious server, libsoup clients may read one byte beyond the allocated buffer boundary, potentially leading to information disclosure or application instability.

Critical Impact

Libsoup clients connecting to attacker-controlled HTTP servers may be vulnerable to out-of-bounds memory reads, potentially exposing sensitive information or causing application crashes.

Affected Products

  • GNOME libsoup (all vulnerable versions)
  • Red Hat Enterprise Linux 7.0, 8.0, 9.0, 10.0
  • Red Hat Enterprise Linux EUS (Extended Update Support) 8.8, 9.2, 9.4, 9.6, 10.0
  • Red Hat CodeReady Linux Builder 10.0
  • Red Hat Enterprise Linux Server AUS 8.2, 8.4, 8.6, 9.2, 9.4, 9.6
  • Red Hat Enterprise Linux for ARM64, IBM Z Systems, and Power Little Endian architectures

Discovery Timeline

  • April 3, 2025 - CVE-2025-2784 published to NVD
  • November 18, 2025 - Last updated in NVD database

Technical Details for CVE-2025-2784

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read). The flaw resides in libsoup's content sniffing mechanism, specifically within the skip_insight_whitespace() function. Content sniffing is a technique used to determine the MIME type of HTTP response data by examining its contents rather than relying solely on the Content-Type header.

When libsoup processes an HTTP response from a server, the skip_insight_whitespace() function iterates through the response data to skip whitespace characters. Due to insufficient bounds checking, the function can read one byte beyond the end of the allocated buffer when parsing specially crafted response data. This out-of-bounds read can potentially expose adjacent memory contents or cause the application to crash.

The vulnerability requires network access and can be triggered by any malicious HTTP server that a vulnerable libsoup client connects to. Since libsoup is a foundational library used by many GNOME applications and other software on Linux systems, the potential attack surface is significant across enterprise environments.

Root Cause

The root cause is improper boundary validation in the skip_insight_whitespace() function within libsoup's content sniffing implementation. The function fails to properly verify that buffer access operations remain within allocated memory bounds, allowing a one-byte over-read condition when processing maliciously crafted HTTP response data.

Attack Vector

The attack vector is network-based and requires a victim client to connect to an attacker-controlled HTTP server. The attack scenario involves:

  1. An attacker sets up a malicious HTTP server or compromises an existing server
  2. A vulnerable libsoup client connects to the malicious server
  3. The server sends a specially crafted HTTP response designed to trigger the over-read condition
  4. The skip_insight_whitespace() function processes the response and reads one byte beyond buffer boundaries
  5. The attacker may be able to infer information from the client's behavior or cause a denial of service condition

The vulnerability does not require authentication and can be exploited without user interaction beyond the initial connection to the malicious server.

Detection Methods for CVE-2025-2784

Indicators of Compromise

  • Unexpected crashes or segmentation faults in applications using libsoup
  • Abnormal memory access patterns in libsoup-dependent processes
  • Applications connecting to unusual or suspicious HTTP servers exhibiting instability

Detection Strategies

  • Monitor for crashes in GNOME applications or other software that depends on libsoup for HTTP functionality
  • Use memory debugging tools such as AddressSanitizer (ASan) or Valgrind to detect out-of-bounds read operations in libsoup
  • Implement network traffic analysis to identify unusual HTTP responses that may be designed to trigger the vulnerability

Monitoring Recommendations

  • Enable crash reporting and monitoring for applications using libsoup across the enterprise
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring memory access anomalies
  • Review network logs for connections to known malicious HTTP servers that may attempt exploitation

How to Mitigate CVE-2025-2784

Immediate Actions Required

  • Apply vendor security patches for libsoup as soon as they become available from your distribution
  • Review and update all systems running Red Hat Enterprise Linux 7, 8, 9, and 10 with the latest security updates
  • Identify all applications in your environment that depend on libsoup and prioritize patching

Patch Information

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

  • Red Hat: Security advisories RHSA-2025:7505, RHSA-2025:8126, RHSA-2025:8132, RHSA-2025:8139, RHSA-2025:8140, and additional advisories cover various RHEL versions and architectures
  • Debian: Debian LTS security announcement available for supported releases
  • GNOME: Track the upstream issue at GNOME Issue #422

For detailed CVE information from Red Hat, see the Red Hat CVE Details page for CVE-2025-2784.

Workarounds

  • Restrict network access for applications using libsoup to trusted servers only where feasible
  • Implement network segmentation to limit exposure of vulnerable systems to untrusted HTTP servers
  • Consider temporarily disabling content sniffing functionality in applications if configuration options allow, though this may impact functionality
bash
# Check installed libsoup version on RHEL/CentOS systems
rpm -qa | grep libsoup

# Update libsoup on RHEL/CentOS/Fedora systems
sudo dnf update libsoup libsoup3

# Update libsoup on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade libsoup2.4-1 libsoup-3.0-0

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGnome Libsoup

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.82%

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

  • Red Hat Security Advisory RHSA-2025:7505

  • Red Hat Security Advisory RHSA-2025:8126

  • Red Hat Security Advisory RHSA-2025:8132

  • Red Hat Security Advisory RHSA-2025:8139

  • Red Hat Security Advisory RHSA-2025:8140

  • Red Hat Security Advisory RHSA-2025:8252

  • Red Hat Security Advisory RHSA-2025:8480

  • Red Hat Security Advisory RHSA-2025:8481

  • Red Hat Security Advisory RHSA-2025:8482

  • Red Hat Security Advisory RHSA-2025:8663

  • Red Hat Security Advisory RHSA-2025:9179

  • Red Hat CVE Details CVE-2025-2784

  • Red Hat Bug Report #2354669

  • GNOME Issue #422

  • Debian LTS Announcement April 2025
  • Related CVEs
  • CVE-2026-3634: Gnome Libsoup HTTP Header Injection 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