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

CVE-2026-3634: Gnome Libsoup HTTP Header Injection Flaw

CVE-2026-3634 is an HTTP header injection flaw in Gnome Libsoup caused by improper CRLF sanitization in the Content-Type header function. This enables response splitting attacks. This article covers technical details.

Published: March 20, 2026

CVE-2026-3634 Overview

A HTTP header injection vulnerability has been identified in GNOME libsoup, a popular HTTP client/server library for GNOME. The flaw exists in the soup_message_headers_set_content_type() function, which fails to properly sanitize input values used when setting the Content-Type header. An attacker who controls the value passed to this function can inject Carriage Return Line Feed (CRLF) sequences, enabling the injection of arbitrary HTTP headers.

This vulnerability allows for HTTP header injection and response splitting attacks, which can lead to various security issues including cache poisoning, cross-site scripting via response manipulation, and session fixation attacks.

Critical Impact

Attackers can inject arbitrary HTTP headers through CRLF sequences in Content-Type values, enabling HTTP response splitting attacks that may compromise application security and user sessions.

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 CVE-2026-3634 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-3634

Vulnerability Analysis

The vulnerability is classified as CWE-93 (Improper Neutralization of CRLF Sequences) and stems from inadequate input validation in the libsoup HTTP library. When applications use the soup_message_headers_set_content_type() function to set Content-Type headers, the function does not properly filter or escape CRLF character sequences (\r\n) from user-controlled input.

HTTP headers are delimited by CRLF sequences, so when an attacker injects these characters into a header value, they can effectively terminate the current header and begin a new one. This breaks the expected HTTP message structure and allows the attacker to inject completely new headers or even manipulate the HTTP response body.

The network-based attack vector means this vulnerability can be exploited remotely without requiring authentication. The impact primarily affects confidentiality and integrity of communications, while availability remains unaffected.

Root Cause

The root cause lies in missing input sanitization within the soup_message_headers_set_content_type() function. The function accepts untrusted input for the Content-Type header value without stripping or encoding CRLF sequences (\r and \n characters). This oversight allows specially crafted input to break out of the header context and inject additional headers or manipulate the HTTP response structure.

Proper remediation requires the function to either reject input containing CRLF characters or encode them appropriately before incorporating the value into the HTTP header.

Attack Vector

The attack is network-based and requires no user interaction or special privileges. An attacker must be able to control the value passed to the soup_message_headers_set_content_type() function, which typically occurs when applications accept user input for content type specification without proper validation.

A successful attack involves crafting a malicious Content-Type value that includes CRLF sequences followed by attacker-controlled header names and values. For example, an attacker might inject a value like text/html\r\nX-Injected-Header: malicious-value\r\n which would result in an additional header being added to the HTTP message.

This can be leveraged for various attacks including:

  • HTTP response splitting to serve malicious content
  • Cache poisoning to affect other users
  • Session fixation by injecting session-related headers
  • Cross-site scripting when browsers interpret injected content

Detection Methods for CVE-2026-3634

Indicators of Compromise

  • Unexpected CRLF sequences (%0d%0a or \r\n) appearing in HTTP Content-Type headers within application logs
  • HTTP responses containing unexpected or duplicate headers
  • Evidence of cache poisoning or anomalous cached responses
  • Application logs showing malformed Content-Type values with embedded line breaks

Detection Strategies

  • Monitor web application firewalls (WAF) for CRLF injection attempts in Content-Type parameters
  • Implement log analysis rules to detect %0d, %0a, \r, or \n sequences in HTTP header values
  • Review application source code for usage of soup_message_headers_set_content_type() with user-controlled input
  • Deploy intrusion detection signatures targeting HTTP header injection patterns

Monitoring Recommendations

  • Enable verbose logging on applications using libsoup to capture HTTP header details
  • Configure SIEM rules to alert on CRLF patterns in HTTP traffic
  • Monitor for unusual HTTP response structures that may indicate response splitting
  • Implement regular security scans to identify applications using vulnerable libsoup versions

How to Mitigate CVE-2026-3634

Immediate Actions Required

  • Review all applications using libsoup for calls to soup_message_headers_set_content_type() with user-controlled input
  • Implement input validation to strip or reject CRLF characters before passing values to libsoup functions
  • Update to patched versions of libsoup when available from GNOME or your distribution vendor
  • Apply Red Hat Enterprise Linux security updates as they become available

Patch Information

Patches and security updates are being tracked through official vendor channels. System administrators should monitor the Red Hat CVE Advisory and GNOME libsoup Issue Tracker for patch availability. Additional details are available in the Red Hat Bug Report.

For Red Hat Enterprise Linux systems, apply updates through the standard yum or dnf package managers once patches are released:

Workarounds

  • Implement application-level input validation to filter CRLF characters from any user input before passing to libsoup header functions
  • Use web application firewalls (WAF) to block requests containing CRLF sequences in sensitive parameters
  • Consider using alternative HTTP libraries that perform proper header value sanitization
  • Restrict or sandbox applications using libsoup to limit the impact of potential exploitation
bash
# Check installed libsoup version on RHEL/Fedora systems
rpm -q libsoup

# Apply security updates when available
sudo dnf update libsoup --security

# For systems using yum
sudo yum update libsoup

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechGnome Libsoup

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • 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-93
  • Vendor Resources
  • Red Hat CVE Advisory

  • Red Hat Bug Report

  • GNOME libsoup Issue
  • Related CVEs
  • CVE-2025-2784: Gnome Libsoup Buffer Overflow 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