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

CVE-2025-46421: libsoup Auth Bypass Vulnerability

CVE-2025-46421 is an authentication bypass flaw in libsoup where HTTP Authorization headers are mistakenly sent during redirects, allowing host impersonation. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-46421 Overview

A credential leakage vulnerability has been identified in libsoup, the HTTP client/server library for GNOME. When libsoup clients encounter an HTTP redirect (3xx response), they incorrectly forward the HTTP Authorization header to the new host specified in the redirect location. This behavior allows a malicious or compromised redirect target to capture authentication credentials, enabling impersonation attacks against the original server that issued the redirect.

Critical Impact

Attackers can steal HTTP Authorization credentials by redirecting libsoup clients to attacker-controlled servers, enabling user impersonation and unauthorized access to protected resources.

Affected Products

  • libsoup (GNOME HTTP library)
  • Applications and services utilizing libsoup for HTTP client functionality
  • Red Hat Enterprise Linux distributions with vulnerable libsoup packages

Discovery Timeline

  • April 24, 2025 - CVE-2025-46421 published to NVD
  • July 28, 2025 - Last updated in NVD database

Technical Details for CVE-2025-46421

Vulnerability Analysis

This vulnerability represents an information disclosure flaw (CWE-497: Exposure of Sensitive System Information to an Unauthorized Control Sphere) in the libsoup library's HTTP redirect handling logic. When a libsoup client receives an HTTP redirect response, the library fails to strip sensitive authentication headers before following the redirect to a potentially different host.

In standard HTTP security practice, authentication credentials should be scoped to the origin that requested them. The Authorization header, which typically contains credentials such as Basic authentication tokens, Bearer tokens, or other authentication schemes, should never be automatically forwarded to third-party hosts. The libsoup library's failure to implement this security boundary allows credential theft through redirect manipulation.

The attack requires user interaction in the form of the victim making an HTTP request that can be redirected. The attack complexity is elevated because the attacker must either control an intermediate network position to inject redirects or compromise a legitimate server to issue malicious redirects.

Root Cause

The root cause lies in libsoup's HTTP redirect processing code, which does not differentiate between same-origin and cross-origin redirects when handling authentication headers. When processing a 3xx redirect response, the library copies all headers from the original request to the follow-up request directed at the new URL, including the sensitive Authorization header. This violates the principle that authentication credentials should remain within their original security context.

Attack Vector

The attack operates over the network and follows this general exploitation flow:

  1. A victim application using libsoup initiates an authenticated HTTP request to a legitimate server
  2. The attacker intercepts or controls the response to inject a redirect (HTTP 301, 302, 303, 307, or 308) pointing to an attacker-controlled server
  3. The libsoup client follows the redirect and mistakenly includes the Authorization header in the request to the malicious server
  4. The attacker captures the credentials from the forwarded request
  5. The attacker can now impersonate the victim to the original server using the stolen credentials

This vulnerability affects confidentiality and integrity as stolen credentials enable both unauthorized data access and the ability to perform actions as the compromised user.

Detection Methods for CVE-2025-46421

Indicators of Compromise

  • Unexpected outbound HTTP requests containing Authorization headers to unknown or suspicious external hosts
  • Network traffic logs showing authentication headers being sent following redirect chains to third-party domains
  • Server-side logs indicating authentication attempts from unusual source IP addresses or geographic locations

Detection Strategies

  • Monitor network traffic for HTTP redirects that cross domain boundaries while carrying authorization headers
  • Implement deep packet inspection to detect Authorization headers in requests following redirect responses
  • Audit application logs for redirect chains that terminate at unexpected or untrusted hosts
  • Review system package versions to identify vulnerable libsoup installations

Monitoring Recommendations

  • Deploy network-level monitoring to flag HTTP requests containing Authorization headers to domains outside the organization's trusted list
  • Configure SIEM rules to correlate redirect responses with subsequent authenticated requests to different hosts
  • Enable verbose logging in applications using libsoup to track HTTP redirect behavior
  • Monitor for unauthorized access patterns that may indicate credential theft and impersonation

How to Mitigate CVE-2025-46421

Immediate Actions Required

  • Update libsoup to the latest patched version available for your distribution
  • Apply Red Hat security advisories if running Red Hat Enterprise Linux or derivative distributions
  • Audit applications that rely on libsoup for HTTP client functionality and prioritize updates
  • Consider rotating credentials for services where libsoup clients may have transmitted authentication data

Patch Information

Multiple Red Hat Security Advisories address this vulnerability across different RHEL versions and architectures. Organizations running Red Hat Enterprise Linux should apply the relevant security updates:

  • RHSA-2025:4439
  • RHSA-2025:4440
  • RHSA-2025:4508
  • RHSA-2025:4538
  • RHSA-2025:4560
  • RHSA-2025:4568
  • RHSA-2025:4609
  • RHSA-2025:4624
  • RHSA-2025:7436
  • RHSA-2025:7505

Additional technical details are available in Red Hat Bugzilla Report #2361962 and the GNOME Libsoup Issue #439.

Workarounds

  • Disable automatic redirect following in libsoup clients and implement manual redirect handling with credential stripping
  • Deploy a network proxy that strips Authorization headers from cross-origin redirect requests
  • Restrict outbound network access for applications using libsoup to limit potential credential exfiltration destinations
  • Use short-lived or request-scoped authentication tokens to minimize the impact window of credential theft
bash
# Update libsoup on Red Hat Enterprise Linux systems
sudo dnf update libsoup --security

# Verify installed libsoup version
rpm -qa | grep libsoup

# Check for available security updates
sudo dnf updateinfo list security

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

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-497
  • Technical References
  • Red Hat Security Advisory RHSA-2025:4439

  • Red Hat Security Advisory RHSA-2025:4440

  • Red Hat Security Advisory RHSA-2025:4508

  • Red Hat Security Advisory RHSA-2025:4538

  • Red Hat Security Advisory RHSA-2025:4560

  • Red Hat Security Advisory RHSA-2025:4568

  • Red Hat Security Advisory RHSA-2025:4609

  • Red Hat Security Advisory RHSA-2025:4624

  • Red Hat Security Advisory RHSA-2025:7436

  • Red Hat Security Advisory RHSA-2025:7505

  • Red Hat CVE-2025-46421

  • Red Hat Bugzilla Report #2361962

  • GNOME Libsoup Issue #439
  • Related CVEs
  • CVE-2025-14523: libsoup Auth Bypass Vulnerability

  • CVE-2026-3099: 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