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

CVE-2026-3632: Gnome Libsoup SSRF Vulnerability

CVE-2026-3632 is a Server-Side Request Forgery flaw in Gnome Libsoup caused by improper hostname validation. Attackers can inject special characters into HTTP headers to perform smuggling attacks. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 20, 2026

CVE-2026-3632 Overview

A hostname validation flaw has been discovered in libsoup, a widely-used HTTP client/server library in the GNOME ecosystem. The vulnerability allows remote attackers to inject special characters into HTTP headers due to improper hostname validation, potentially enabling HTTP request smuggling attacks. In specific scenarios, this weakness can be leveraged to perform Server-Side Request Forgery (SSRF), allowing attackers to force affected servers into making unauthorized requests to internal or external systems.

Critical Impact

Attackers can exploit improper hostname validation in libsoup to perform HTTP smuggling attacks, potentially enabling SSRF to access internal systems or bypass security controls.

Affected Products

  • GNOME libsoup (all versions prior to patch)
  • Red Hat Enterprise Linux 6.0
  • 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-17 - CVE-2026-3632 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-3632

Vulnerability Analysis

This vulnerability stems from improper validation of hostnames when constructing HTTP requests in libsoup. The library fails to adequately sanitize special characters in hostname inputs, which can be exploited to inject malicious content into HTTP headers. This class of vulnerability (CWE-1286: Improper Validation of Syntactic Correctness of Input) occurs when input is not properly checked for conformance to expected formats before being used in security-sensitive operations.

The practical impact is somewhat constrained by the fact that SoupServer is not typically deployed in internet-facing infrastructure. However, in environments where libsoup-based applications process attacker-controlled hostnames, the vulnerability could be chained with other weaknesses to achieve more significant impact.

Root Cause

The root cause is improper validation of syntactic correctness of input (CWE-1286). libsoup does not properly validate hostnames before incorporating them into HTTP headers, allowing special characters that should be rejected or escaped to pass through validation checks. This enables attackers to craft malicious hostnames containing HTTP header delimiters or other control characters.

Attack Vector

The attack is network-based and requires the attacker to provide a malicious hostname to an application using libsoup. The attack scenario involves:

  1. An attacker crafts a hostname containing HTTP header injection characters (such as carriage return and line feed sequences)
  2. The malicious hostname is passed to libsoup for HTTP request construction
  3. libsoup fails to sanitize the special characters, incorporating them into the HTTP request
  4. The resulting malformed request can smuggle additional HTTP requests or redirect server-side requests to attacker-controlled destinations

When successful, this can lead to HTTP request smuggling where malicious requests are hidden within legitimate traffic, or SSRF attacks where the vulnerable server is tricked into making requests to internal services.

Detection Methods for CVE-2026-3632

Indicators of Compromise

  • Unusual HTTP headers containing unexpected newline characters (\r\n) in hostname fields
  • Log entries showing requests to internal IP addresses or localhost from external-facing services
  • Network traffic analysis revealing malformed HTTP requests with embedded secondary requests
  • Error logs indicating parsing failures or unexpected request formats in libsoup-based applications

Detection Strategies

  • Monitor web application logs for requests containing control characters in hostname or Host header fields
  • Deploy network intrusion detection rules to identify HTTP request smuggling patterns
  • Audit applications using libsoup to identify where user-controlled input reaches hostname parameters
  • Review proxy and load balancer logs for request/response desynchronization anomalies

Monitoring Recommendations

  • Enable verbose logging on libsoup-based applications to capture hostname validation events
  • Implement monitoring for SSRF indicators such as outbound connections to internal networks from DMZ systems
  • Configure web application firewalls to detect and block HTTP header injection attempts
  • Monitor for unusual patterns of internal service access that may indicate SSRF exploitation

How to Mitigate CVE-2026-3632

Immediate Actions Required

  • Identify all systems running applications that depend on libsoup
  • Review the GNOME Issue Tracker Entry for patch availability and update instructions
  • Apply vendor patches from Red Hat or GNOME as they become available
  • Implement input validation at the application layer to sanitize hostnames before passing to libsoup

Patch Information

Security advisories and bug tracking information are available from the following vendor resources:

  • Red Hat CVE Advisory - Official Red Hat security advisory with patch information
  • Red Hat Bug Report - Detailed bug report with technical discussion
  • GNOME Issue Tracker Entry - Upstream GNOME tracking for the vulnerability

Administrators should monitor these resources for official patch releases and apply updates according to their organization's change management procedures.

Workarounds

  • Implement strict hostname validation at the application layer before passing values to libsoup functions
  • Use network segmentation to limit potential SSRF impact by restricting outbound connections from vulnerable systems
  • Deploy web application firewall rules to filter requests containing control characters in hostname fields
  • Consider using alternative HTTP libraries where feasible until patches are applied
bash
# Example: Validate hostnames before passing to libsoup
# Reject hostnames containing control characters
validate_hostname() {
    local hostname="$1"
    # Reject if hostname contains CR, LF, or other control characters
    if echo "$hostname" | grep -qP '[\\x00-\\x1F\\x7F]'; then
        echo "Invalid hostname: contains control characters"
        return 1
    fi
    return 0
}

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLibsoup

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-1286
  • Vendor Resources
  • Red Hat CVE Advisory

  • Red Hat Bug Report

  • GNOME Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5119: Gnome Libsoup Information Disclosure Flaw

  • CVE-2026-2436: libsoup SoupServer DoS Vulnerability

  • CVE-2026-3633: Gnome Libsoup RCE Vulnerability

  • CVE-2026-4271: Gnome Libsoup Use-After-Free 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