The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-55315

CVE-2025-55315: ASP.NET Core Auth Bypass Vulnerability

CVE-2025-55315 is an authentication bypass flaw in Microsoft ASP.NET Core caused by HTTP request smuggling. Attackers can exploit this to bypass security features. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2025-55315 Overview

CVE-2025-55315 is a critical HTTP Request Smuggling vulnerability affecting Microsoft ASP.NET Core applications. This vulnerability stems from inconsistent interpretation of HTTP requests between front-end proxies and back-end ASP.NET Core servers, allowing an authorized attacker to bypass security features over a network. HTTP Request Smuggling attacks exploit discrepancies in how intermediary systems and servers parse HTTP request boundaries, enabling attackers to inject malicious requests that bypass security controls.

Critical Impact

Authenticated attackers can exploit this vulnerability to bypass security features, potentially gaining unauthorized access to protected resources, hijacking user sessions, or performing actions on behalf of other users across network boundaries.

Affected Products

  • Microsoft ASP.NET Core (multiple versions)
  • Microsoft Visual Studio 2022 (multiple versions)
  • Applications built on vulnerable ASP.NET Core frameworks

Discovery Timeline

  • 2025-10-14 - CVE-2025-55315 published to NVD
  • 2025-10-28 - Last updated in NVD database

Technical Details for CVE-2025-55315

Vulnerability Analysis

This vulnerability is classified under CWE-444 (Inconsistent Interpretation of HTTP Requests). HTTP Request Smuggling occurs when front-end servers and back-end servers disagree on where one HTTP request ends and another begins. In the case of CVE-2025-55315, ASP.NET Core's HTTP request parsing logic can be exploited to smuggle malicious requests through security controls.

The vulnerability allows an authenticated attacker to craft specially formed HTTP requests that are interpreted differently by load balancers, reverse proxies, or web application firewalls compared to the ASP.NET Core backend. This inconsistency enables the attacker to "smuggle" a second request inside the first, bypassing authentication checks, access controls, and other security mechanisms.

The scope change indicated in the vulnerability assessment means successful exploitation can affect resources beyond the vulnerable component's security scope, potentially compromising other users' sessions or accessing protected endpoints.

Root Cause

The root cause lies in inconsistent parsing of HTTP request boundaries within ASP.NET Core's request handling pipeline. Specifically, the vulnerability emerges from differences in how Content-Length and Transfer-Encoding headers are processed, or how chunked encoding boundaries are interpreted. When ASP.NET Core and upstream proxies disagree on request demarcation, attackers can inject additional HTTP requests that bypass security validation performed by the proxy layer.

Attack Vector

The attack vector is network-based and requires low privileges (authenticated access) with no user interaction needed. An attacker would:

  1. Identify an ASP.NET Core application behind a reverse proxy or load balancer
  2. Craft a malformed HTTP request with ambiguous boundaries
  3. Send the request through the proxy, which interprets it as a single request
  4. The ASP.NET Core backend interprets the payload as two requests
  5. The "smuggled" second request bypasses proxy-level security controls

For detailed technical analysis of the exploitation mechanics, refer to Andrew Lock's analysis which provides an in-depth breakdown of the vulnerability. A proof-of-concept demonstrating the attack is also available in the GitHub Gist by N3mes1s.

Detection Methods for CVE-2025-55315

Indicators of Compromise

  • Unusual HTTP request patterns with conflicting Content-Length and Transfer-Encoding headers
  • Backend logs showing requests that did not appear in proxy access logs
  • User complaints of session hijacking or unexpected authentication failures
  • Anomalous request sequences in web server logs with malformed or duplicate headers

Detection Strategies

  • Deploy web application firewall rules to detect and block requests with ambiguous HTTP boundaries
  • Enable verbose logging on both proxy and ASP.NET Core backend to identify request parsing discrepancies
  • Monitor for HTTP requests containing both Content-Length and Transfer-Encoding: chunked headers
  • Implement intrusion detection signatures for known HTTP smuggling patterns

Monitoring Recommendations

  • Compare request counts between front-end proxies and backend servers to identify smuggled requests
  • Set up alerts for HTTP 400 errors that may indicate malformed smuggling attempts
  • Monitor authentication logs for sessions being accessed from unexpected contexts
  • Review application logs for actions performed without corresponding proxy-level authentication

How to Mitigate CVE-2025-55315

Immediate Actions Required

  • Apply the latest Microsoft security updates for ASP.NET Core immediately
  • Update Visual Studio 2022 to the latest patched version
  • Review proxy and load balancer configurations to normalize HTTP requests before forwarding to backends
  • Temporarily disable chunked transfer encoding if feasible until patches are applied

Patch Information

Microsoft has released security updates to address this vulnerability. Organizations should apply the official patches available through the Microsoft Security Response Center (MSRC) advisory. Ensure all ASP.NET Core runtimes and Visual Studio 2022 installations are updated to versions that include the fix.

Workarounds

  • Configure reverse proxies to strictly normalize HTTP requests, rejecting ambiguous boundary conditions
  • Implement WAF rules to block requests with conflicting Content-Length and Transfer-Encoding headers
  • Use HTTP/2 end-to-end where possible, as it is not susceptible to traditional HTTP smuggling attacks
  • Ensure front-end servers and backends use consistent HTTP parsing configurations
bash
# Example: Configure nginx to reject ambiguous requests
# Add to nginx.conf server block to help mitigate smuggling attempts

# Reject requests with both Content-Length and Transfer-Encoding
if ($http_transfer_encoding ~* "chunked") {
    set $smuggle_check "chunked";
}
if ($http_content_length) {
    set $smuggle_check "${smuggle_check}+length";
}
if ($smuggle_check = "chunked+length") {
    return 400;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAsp.net Core

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-444
  • Technical References
  • Andrew Lock Analysis on CVE-2025-55315

  • GitHub Gist PoC for CVE-2025-55315
  • Vendor Resources
  • Microsoft Vulnerability Update CVE-2025-55315
  • Related CVEs
  • CVE-2020-1045: ASP.NET Core Auth Bypass Vulnerability

  • CVE-2020-1597: ASP.NET Core Denial of Service Vulnerability

  • CVE-2025-26682: Microsoft ASP.NET Core DoS Vulnerability

  • CVE-2024-21404: Microsoft ASP.NET Core DOS Vulnerability
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