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-2025-14523

CVE-2025-14523: libsoup Auth Bypass Vulnerability

CVE-2025-14523 is an authentication bypass flaw in libsoup's HTTP header handling that enables request smuggling and cache poisoning attacks. This article covers the technical details, affected systems, and mitigation.

Published: April 15, 2026

CVE-2025-14523 Overview

CVE-2025-14523 is an HTTP Request Smuggling vulnerability in libsoup, the GNOME HTTP client/server library. The flaw exists in libsoup's HTTP header handling logic, which improperly allows multiple Host: headers in a single HTTP request and returns only the last occurrence for server-side processing. This behavior creates a dangerous mismatch with common front-end proxies that typically honor the first Host: header, enabling virtual host (vhost) confusion attacks.

When exploited, this vulnerability allows attackers to craft malicious requests with duplicate Host: headers that cause a proxy to route the request to one backend server while the libsoup-based backend interprets it as destined for a different host. This discrepancy opens the door to request-smuggling style attacks, cache poisoning, and bypassing host-based access controls.

Critical Impact

Attackers can bypass security controls and manipulate request routing through HTTP header smuggling, potentially gaining unauthorized access to protected resources or poisoning cache entries.

Affected Products

  • libsoup (GNOME HTTP library)
  • Applications and services built on libsoup
  • Red Hat Enterprise Linux and related distributions using affected libsoup versions

Discovery Timeline

  • 2025-12-11 - CVE-2025-14523 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-14523

Vulnerability Analysis

This vulnerability is classified under CWE-444 (Inconsistent Interpretation of HTTP Requests), commonly referred to as HTTP Request Smuggling. The core issue stems from how libsoup handles the presence of multiple Host: headers in an HTTP/1.1 request.

According to RFC 7230, an HTTP/1.1 request must contain exactly one Host: header field. When a server receives a request with multiple Host: headers, it should reject the request with a 400 Bad Request response. However, libsoup fails to enforce this requirement and instead accepts the request, using the last Host: header value for routing decisions.

This creates a semantic gap between front-end infrastructure (proxies, CDNs, load balancers) and the libsoup-based backend. Most front-end proxies follow a "first occurrence wins" approach when encountering duplicate headers, while libsoup uses the last occurrence. An attacker can exploit this inconsistency to:

  • Bypass host-based access controls: Access restricted virtual hosts by tricking the proxy into routing to an allowed host while the backend processes the request for a restricted host
  • Poison web caches: Store malicious content in cache entries for legitimate hosts
  • Perform request smuggling: Chain requests in ways that bypass security filters or access unintended endpoints

Root Cause

The root cause is improper validation of HTTP request headers in libsoup's parsing logic. The library does not enforce the HTTP/1.1 specification requirement that requests contain exactly one Host: header. Instead of rejecting requests with duplicate Host: headers or using consistent behavior with common proxy implementations, libsoup silently accepts the malformed request and processes the final occurrence of the header.

This permissive parsing behavior violates the principle of strict HTTP compliance and creates exploitable inconsistencies in multi-tier web architectures where libsoup operates behind reverse proxies or load balancers.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests containing duplicate Host: headers to any web application or service using a vulnerable version of libsoup behind a proxy.

A typical attack scenario involves crafting an HTTP request with two Host: headers:

The request would contain a first Host: header pointing to an allowed or public virtual host (which the front-end proxy uses for routing decisions) and a second Host: header pointing to a restricted or internal virtual host (which libsoup uses for processing). This allows the attacker to route requests through the proxy to one backend while the backend interprets the request as targeting a different, potentially restricted host.

For detailed technical information, see the GNOME Issue #472 on GitLab and the Red Hat Bug Report #2421349.

Detection Methods for CVE-2025-14523

Indicators of Compromise

  • HTTP requests containing multiple Host: headers in access logs
  • Unusual cache behavior or cache entries for unexpected virtual hosts
  • Access log entries showing requests routed to unexpected backend virtual hosts
  • Discrepancies between proxy access logs and backend application logs for the same requests

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block HTTP requests with duplicate Host: headers
  • Configure front-end proxies and load balancers to reject malformed requests before they reach backend servers
  • Deploy network monitoring to identify suspicious request patterns targeting HTTP header manipulation
  • Use SentinelOne Singularity to monitor for anomalous network traffic patterns indicative of request smuggling attempts

Monitoring Recommendations

  • Enable detailed HTTP header logging on both proxy and backend servers to identify header discrepancies
  • Monitor for cache pollution incidents by tracking unusual cache hit/miss patterns
  • Set up alerts for requests that result in unexpected virtual host resolution on backend servers
  • Review application logs for evidence of unauthorized access to restricted virtual hosts

How to Mitigate CVE-2025-14523

Immediate Actions Required

  • Update libsoup to the latest patched version available from your distribution
  • Configure front-end proxies to normalize or reject requests with duplicate Host: headers
  • Implement strict HTTP header validation at the edge of your network infrastructure
  • Review access logs for evidence of exploitation attempts

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability across their product lines. Organizations using Red Hat Enterprise Linux or related distributions should apply the relevant updates:

  • RHSA-2026:0421, RHSA-2026:0422, RHSA-2026:0423
  • RHSA-2026:0836, RHSA-2026:0867, RHSA-2026:0868
  • RHSA-2026:0905 through RHSA-2026:0911
  • RHSA-2026:1509, RHSA-2026:1569 through RHSA-2026:1572

For additional details, see the CVE-2025-14523 Red Hat Security Info page.

Workarounds

  • Configure your reverse proxy or load balancer to strip duplicate Host: headers before forwarding requests to backend servers
  • Implement request validation middleware that rejects HTTP requests containing multiple Host: headers
  • Use WAF rules to block requests that do not conform to strict HTTP/1.1 header requirements
  • Consider network segmentation to limit exposure of libsoup-based services to untrusted networks
bash
# Example nginx configuration to reject duplicate Host headers
# Add to server or location block
if ($http_host ~ ".*,.*") {
    return 400;
}

# Alternative: Use map to detect multiple Host header patterns
map $http_host $bad_host {
    default 0;
    "~.*,.*" 1;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • 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:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Technical References
  • Red Hat Security Advisory RHSA-2026:0421

  • Red Hat Security Advisory RHSA-2026:0422

  • Red Hat Security Advisory RHSA-2026:0423

  • Red Hat Security Advisory RHSA-2026:0836

  • Red Hat Security Advisory RHSA-2026:0867

  • Red Hat Security Advisory RHSA-2026:0868

  • Red Hat Security Advisory RHSA-2026:0905

  • Red Hat Security Advisory RHSA-2026:0906

  • Red Hat Security Advisory RHSA-2026:0907

  • Red Hat Security Advisory RHSA-2026:0908

  • Red Hat Security Advisory RHSA-2026:0909

  • Red Hat Security Advisory RHSA-2026:0911

  • Red Hat Security Advisory RHSA-2026:0925

  • Red Hat Security Advisory RHSA-2026:1509

  • Red Hat Security Advisory RHSA-2026:1569

  • Red Hat Security Advisory RHSA-2026:1570

  • Red Hat Security Advisory RHSA-2026:1571

  • Red Hat Security Advisory RHSA-2026:1572

  • CVE-2025-14523 Red Hat Security Info

  • Red Hat Bug Report #2421349

  • GNOME Issue #472 on GitLab
  • Related CVEs
  • CVE-2026-3099: Libsoup Auth Bypass Vulnerability

  • CVE-2025-46421: libsoup Auth Bypass Vulnerability

  • CVE-2025-12105: libsoup Use-After-Free Vulnerability

  • CVE-2026-5119: Gnome Libsoup Information Disclosure 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