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

CVE-2026-5119: Gnome Libsoup Information Disclosure Flaw

CVE-2026-5119 is an information disclosure vulnerability in Gnome Libsoup that exposes session cookies in cleartext during HTTPS tunnel establishment. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-5119 Overview

A cleartext transmission vulnerability has been identified in GNOME libsoup, a widely-used HTTP client/server library for GNOME applications. When establishing HTTPS tunnels through a configured HTTP proxy, sensitive session cookies are transmitted in cleartext within the initial HTTP CONNECT request. A network-positioned attacker or a malicious HTTP proxy can intercept these cookies, leading to potential session hijacking or user impersonation.

This vulnerability affects applications relying on libsoup for secure HTTP communications, particularly in enterprise environments where HTTP proxies are commonly deployed. The flaw undermines the confidentiality guarantees expected from HTTPS connections when proxy configurations are in use.

Critical Impact

Session cookies transmitted in cleartext during HTTPS tunnel establishment enable attackers to hijack user sessions and impersonate authenticated users without requiring credential theft.

Affected Products

  • GNOME libsoup (all versions prior to patch)
  • Red Hat Enterprise Linux 7.0
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0
  • Red Hat Enterprise Linux 10.0

Discovery Timeline

  • 2026-03-30 - CVE-2026-5119 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-5119

Vulnerability Analysis

This vulnerability is classified as CWE-319 (Cleartext Transmission of Sensitive Information). The fundamental security issue lies in libsoup's handling of session cookies during the HTTP CONNECT handshake phase when establishing HTTPS tunnels through proxy servers.

When a client application using libsoup attempts to connect to an HTTPS endpoint through an HTTP proxy, the library initiates an HTTP CONNECT request to instruct the proxy to establish a tunnel. The vulnerability occurs because libsoup incorrectly includes session cookies in this initial CONNECT request, which is transmitted in plaintext before the TLS tunnel is established.

The attack can be executed by any entity positioned to observe network traffic between the client and the HTTP proxy, including malicious proxy operators, compromised network infrastructure, or attackers performing man-in-the-middle attacks on the initial proxy connection segment.

Root Cause

The root cause stems from improper cookie handling logic in libsoup's proxy connection code. The library fails to distinguish between requests that should carry authentication cookies (actual application requests sent through the established tunnel) and proxy negotiation requests (the CONNECT method used to establish the tunnel). This results in sensitive session identifiers being attached to the CONNECT request before any encryption is in place.

Attack Vector

The attack vector is network-based, requiring the attacker to have visibility into network traffic between the victim client and the HTTP proxy server. Attack scenarios include:

The vulnerability can be exploited by a malicious HTTP proxy operator who simply logs incoming CONNECT requests to harvest session cookies. Alternatively, an attacker with network access between the client and proxy can passively capture traffic to extract cookie values. Once obtained, these session cookies can be used to impersonate the victim user on the target HTTPS service.

Since the HTTP CONNECT request travels unencrypted to the proxy, any network observer in the path can capture the sensitive cookie headers. The attacker does not need to break TLS encryption as the vulnerability occurs before the encrypted tunnel is established.

Detection Methods for CVE-2026-5119

Indicators of Compromise

  • Unexpected session activity from IP addresses not associated with legitimate users, indicating potential session hijacking
  • Multiple concurrent sessions using the same session token from different geographic locations
  • Anomalous authentication patterns where session cookies appear without corresponding login events
  • Network traffic logs showing Cookie headers in HTTP CONNECT requests to proxy servers

Detection Strategies

  • Deploy network monitoring to inspect HTTP CONNECT requests for the presence of Cookie headers, which should not normally be included
  • Implement session analytics to detect session tokens being used from unusual networks or proxy exit points
  • Configure intrusion detection systems to alert on cleartext transmission of known session cookie patterns
  • Review proxy server logs for CONNECT requests containing authentication or session-related headers

Monitoring Recommendations

  • Enable verbose logging on HTTP proxy servers to capture full request headers for security analysis
  • Implement network traffic analysis at egress points to identify potential cookie leakage in proxy negotiations
  • Monitor application session logs for signs of session hijacking such as session token reuse across disparate client contexts
  • Establish baseline metrics for legitimate session behavior to identify anomalous access patterns

How to Mitigate CVE-2026-5119

Immediate Actions Required

  • Update libsoup to the latest patched version as soon as vendor patches become available
  • Review and audit all applications using libsoup that connect through HTTP proxies to assess exposure
  • Consider temporarily disabling HTTP proxy usage for sensitive applications until patches are applied
  • Implement additional session security measures such as IP binding or frequent token rotation

Patch Information

Security updates addressing this vulnerability are being tracked by Red Hat and GNOME. Administrators should consult the Red Hat CVE-2026-5119 Advisory for patch availability and deployment guidance. Additional technical details can be found in Red Hat Bug Report #2452932 and GNOME libsoup Issue #502.

For Red Hat Enterprise Linux systems, apply security updates via standard package management:

bash
# Update libsoup package on RHEL systems
sudo dnf update libsoup --security

# Verify installed version after update
rpm -q libsoup

Workarounds

  • Configure applications to use HTTPS proxies instead of HTTP proxies where possible, ensuring the entire proxy negotiation is encrypted
  • Implement network segmentation to ensure proxy traffic traverses only trusted network segments
  • Deploy short-lived session tokens with aggressive expiration to limit the window of exploitation
  • Consider using alternative HTTP libraries without this vulnerability for critical applications until libsoup is patched
bash
# Configuration example
# For GNOME applications, consider configuring HTTPS proxy instead of HTTP
# Set environment variables or system proxy settings to use secure proxy

export https_proxy="https://secure-proxy.example.com:8443"

# Alternatively, configure via gsettings for GNOME desktop
gsettings set org.gnome.system.proxy.https host 'secure-proxy.example.com'
gsettings set org.gnome.system.proxy.https port 8443

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 Score8.2

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • GNOME libsoup Issue #502
  • Vendor Resources
  • Red Hat CVE-2026-5119 Advisory

  • Red Hat Bug Report #2452932
  • Related CVEs
  • CVE-2026-2369: libsoup Information Disclosure Flaw

  • CVE-2025-11021: libsoup Information Disclosure Vulnerability

  • 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