A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-4600

CVE-2025-4600: Google Cloud ALB Request Smuggling Flaw

CVE-2025-4600 is a request smuggling vulnerability in Google Cloud Classic Application Load Balancer caused by improper chunked-encoded HTTP request handling. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-4600 Overview

A request smuggling vulnerability existed in the Google Cloud Classic Application Load Balancer due to improper handling of chunked-encoded HTTP requests. This allowed attackers to craft requests that could be misinterpreted by backend servers. The issue was fixed by disallowing stray data after a chunk, and is no longer exploitable. No action is required as Classic Application Load Balancer service after 2025-04-26 is not vulnerable.

Critical Impact

Attackers could exploit this HTTP Request Smuggling vulnerability to bypass security controls, poison web caches, hijack user sessions, or deliver malicious payloads to backend servers behind the Google Cloud Classic Application Load Balancer.

Affected Products

  • Google Application Load Balancer (Classic)
  • Google Cloud Classic Application Load Balancer versions prior to 2025-04-26
  • Backend servers connected to vulnerable Classic Application Load Balancer instances

Discovery Timeline

  • 2025-05-16 - CVE-2025-4600 published to NVD
  • 2025-09-26 - Last updated in NVD database

Technical Details for CVE-2025-4600

Vulnerability Analysis

This vulnerability is classified under CWE-444 (Inconsistent Interpretation of HTTP Requests), which describes scenarios where a web server, intermediary, or backend system handles HTTP requests in an inconsistent manner, enabling request smuggling attacks.

The flaw resided in how the Google Cloud Classic Application Load Balancer processed chunked transfer encoding in HTTP requests. When handling chunked-encoded requests, the load balancer failed to properly validate and reject stray data appearing after a chunk. This inconsistency between how the load balancer and backend servers interpreted the same HTTP stream created a desynchronization condition.

Attackers could leverage this desynchronization to inject or "smuggle" additional HTTP requests within what appears to be a single legitimate request. The load balancer would process the outer request envelope while the backend server would interpret the smuggled request as a separate, valid request.

This type of vulnerability enables several attack scenarios including bypassing access controls, web cache poisoning, credential hijacking, and unauthorized access to backend resources that should be protected by the load balancer's security policies.

Root Cause

The root cause was improper handling of chunked transfer encoding in the Classic Application Load Balancer. Specifically, the load balancer did not properly discard or reject extraneous data following a complete chunk in chunked-encoded HTTP requests. This parsing inconsistency between the load balancer and backend servers allowed attackers to craft malformed requests that would be interpreted differently by each component in the request chain, leading to request boundary confusion.

Attack Vector

The vulnerability is exploitable over the network without authentication or user interaction. An attacker could send specially crafted HTTP requests containing chunked transfer encoding with carefully positioned payload data. The attack flow involves:

  1. The attacker sends a malformed HTTP request with chunked encoding containing embedded requests after the chunk terminator
  2. The Classic Application Load Balancer processes the outer request and forwards it to the backend
  3. The backend server interprets the stray data as the beginning of a new, separate HTTP request
  4. This smuggled request executes in the context of the victim's session or bypasses security controls

The vulnerability mechanism exploits the discrepancy in how HTTP message boundaries are determined between the load balancer and origin servers. By manipulating Transfer-Encoding: chunked headers and chunk delimiters, an attacker could inject arbitrary HTTP requests that the backend would process as legitimate traffic originating from the load balancer.

Detection Methods for CVE-2025-4600

Indicators of Compromise

  • Unusual patterns in HTTP request logs showing malformed or oversized Transfer-Encoding: chunked requests
  • Backend server logs indicating unexpected requests appearing without corresponding load balancer logs
  • Anomalous session behavior where requests appear to be processed in wrong user contexts
  • Web cache entries containing unexpected or malicious content

Detection Strategies

  • Monitor HTTP traffic for requests containing unusual chunked encoding patterns or multiple chunk terminators
  • Implement deep packet inspection to identify HTTP desynchronization attempts
  • Analyze backend server logs for requests that lack corresponding entries in the load balancer access logs
  • Deploy web application firewall rules specifically targeting request smuggling patterns

Monitoring Recommendations

  • Enable detailed logging on both the Classic Application Load Balancer and backend servers to correlate request patterns
  • Configure alerts for HTTP 400 errors or parsing failures that may indicate smuggling attempts
  • Monitor for cache poisoning indicators such as unexpected cache entries or cache key mismatches
  • Review application-level logs for signs of unauthorized access or session anomalies

How to Mitigate CVE-2025-4600

Immediate Actions Required

  • Verify your Classic Application Load Balancer deployment is using the patched version (post 2025-04-26)
  • Review recent logs for any indicators of exploitation prior to the patch date
  • Ensure backend servers have their own HTTP parsing hardening in place as defense-in-depth
  • Consider implementing additional request validation at the application layer

Patch Information

Google has remediated this vulnerability in the Classic Application Load Balancer service. The fix was implemented by disallowing stray data after a chunk in chunked-encoded HTTP requests. As of 2025-04-26, the Classic Application Load Balancer service is no longer vulnerable, and no customer action is required. For complete details, refer to the Google Cloud Security Bulletin.

Workarounds

  • Deploy web application firewall rules to detect and block HTTP request smuggling patterns
  • Configure backend servers to use strict HTTP parsing modes that reject ambiguous requests
  • Implement connection-level isolation between the load balancer and backends where feasible
  • Monitor and alert on unusual HTTP traffic patterns indicative of smuggling attempts
bash
# Verify your Google Cloud load balancer configuration
# Check the creation/modification date of your Classic Application Load Balancer
gcloud compute backend-services describe YOUR_BACKEND_SERVICE --global --format="get(creationTimestamp)"

# Review recent HTTP logs for suspicious chunked encoding patterns
gcloud logging read "resource.type=http_load_balancer AND httpRequest.requestMethod!=GET" --limit=100 --format=json

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechGoogle Application Load Balancer

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Vendor Resources
  • Google Cloud Security Bulletin
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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