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-2026-2443

CVE-2026-2443: libsoup Information Disclosure Vulnerability

CVE-2026-2443 is an information disclosure flaw in libsoup that allows remote attackers to access server memory via crafted HTTP Range headers. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-2443 Overview

A flaw was identified in libsoup, a widely used HTTP library in GNOME-based systems. When processing specially crafted HTTP Range headers, the library may improperly validate requested byte ranges. In certain build configurations, this could allow a remote attacker to access portions of server memory beyond the intended response. Exploitation requires a vulnerable configuration and access to a server using the embedded SoupServer component.

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), which occurs when software reads data past the end or before the beginning of an intended buffer. In the context of libsoup, this flaw enables potential memory information disclosure through malicious HTTP requests.

Critical Impact

Remote attackers may be able to read sensitive server memory contents by sending crafted HTTP Range headers to vulnerable SoupServer instances, potentially exposing confidential data stored in memory.

Affected Products

  • libsoup (GNOME HTTP client/server library)
  • Applications using SoupServer component
  • GNOME-based systems with vulnerable libsoup configurations

Discovery Timeline

  • 2026-02-13 - CVE-2026-2443 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2026-2443

Vulnerability Analysis

This vulnerability stems from improper validation of HTTP Range headers within libsoup's request processing logic. The HTTP Range header allows clients to request specific byte ranges of a resource, commonly used for resumable downloads or streaming media. When libsoup's SoupServer component receives a Range header with specially crafted values, the library fails to properly validate that the requested byte range falls within the bounds of the actual resource.

The out-of-bounds read condition (CWE-125) allows attackers to potentially access memory regions adjacent to the intended response buffer. This memory could contain sensitive information such as other users' session data, cryptographic keys, or internal server state. The vulnerability requires network access and affects systems where the SoupServer component is active and processing HTTP requests.

Root Cause

The root cause lies in insufficient boundary checking when parsing and processing HTTP Range header values in libsoup. When a client specifies byte ranges that extend beyond the actual resource size, the library may not properly truncate or reject these requests under certain build configurations. This results in the server reading and potentially transmitting memory contents beyond the legitimate response data.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending HTTP requests containing maliciously crafted Range headers to a server running the vulnerable SoupServer component.

The attack flow involves:

  1. Identifying a target server using libsoup's SoupServer component
  2. Crafting HTTP requests with Range headers specifying byte offsets that exceed resource boundaries
  3. Analyzing responses for leaked memory contents
  4. Iterating with different range values to extract additional memory regions

For technical details on the vulnerability mechanism, refer to the Red Hat CVE-2026-2443 Advisory and Red Hat Bugzilla Report #2439671.

Detection Methods for CVE-2026-2443

Indicators of Compromise

  • Unusual HTTP responses with content lengths exceeding expected resource sizes
  • HTTP Range headers with abnormally large byte range values in server logs
  • Memory disclosure patterns in HTTP response bodies containing binary or unexpected data
  • Repeated requests from single sources testing various Range header combinations

Detection Strategies

  • Monitor HTTP server logs for requests containing Range headers with values exceeding typical file sizes
  • Implement anomaly detection for HTTP responses that return more data than the requested resource contains
  • Deploy network intrusion detection rules to identify Range header exploitation patterns
  • Audit applications using libsoup's SoupServer component for vulnerable configurations

Monitoring Recommendations

  • Enable verbose logging on SoupServer instances to capture full request headers
  • Implement alerting for HTTP 416 (Range Not Satisfiable) responses followed by successful range requests
  • Monitor for information disclosure patterns using memory analysis tools
  • Track libsoup library versions across the environment to identify vulnerable installations

How to Mitigate CVE-2026-2443

Immediate Actions Required

  • Inventory all systems running applications that use libsoup and the SoupServer component
  • Review build configurations to identify potentially vulnerable deployments
  • Implement network segmentation to limit exposure of affected SoupServer instances
  • Apply vendor patches as they become available from distribution maintainers

Patch Information

Security patches and updates are tracked through Red Hat and other Linux distribution channels. Administrators should monitor the Red Hat CVE-2026-2443 Advisory for official patch availability and apply updates through their distribution's package management system once released.

Workarounds

  • Disable or restrict access to services using SoupServer where possible
  • Implement a reverse proxy or web application firewall to filter malicious Range headers
  • Apply input validation at the network edge to reject abnormally large Range header values
  • Consider using alternative HTTP server implementations for critical applications until patched

Configuration example for filtering potentially malicious Range headers at a reverse proxy:

nginx
# Nginx configuration to limit Range header abuse
# Add to server or location block

# Reject requests with excessively large Range header values
if ($http_range ~* "bytes=\d+-\d{10,}") {
    return 416;
}

# Log suspicious Range header patterns for analysis
map $http_range $suspicious_range {
    default 0;
    "~*bytes=\d{8,}-" 1;
}

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

  • Red Hat Bugzilla Report #2439671
  • Related CVEs
  • CVE-2026-5119: Gnome Libsoup Information Disclosure Flaw

  • CVE-2026-2369: libsoup Information Disclosure Flaw

  • CVE-2025-11021: 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