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-2023-34037

CVE-2023-34037: VMware Horizon HTTP Smuggling Vulnerability

CVE-2023-34037 is an HTTP request smuggling vulnerability in VMware Horizon Server that allows attackers with network access to manipulate HTTP requests. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-34037 Overview

VMware Horizon Server contains an HTTP request smuggling vulnerability (CWE-444) that allows malicious actors with network access to perform HTTP smuggling attacks. This vulnerability enables attackers to exploit inconsistencies in how front-end and back-end servers interpret HTTP requests, potentially leading to cache poisoning, session hijacking, or bypassing security controls.

Critical Impact

Attackers with network access can exploit HTTP request smuggling to manipulate request routing, potentially bypassing security controls and gaining unauthorized access to protected resources.

Affected Products

  • VMware Horizon Client 2006
  • VMware Horizon Client 2012
  • VMware Horizon Client 2103
  • VMware Horizon Client 2106
  • VMware Horizon Client 2111
  • VMware Horizon Client 2111.1
  • VMware Horizon Client 2203
  • VMware Horizon Client 2212

Discovery Timeline

  • August 4, 2023 - CVE-2023-34037 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-34037

Vulnerability Analysis

HTTP request smuggling vulnerabilities occur when front-end and back-end servers process HTTP requests differently, particularly in how they determine where one request ends and another begins. In the case of CVE-2023-34037, VMware Horizon Server exhibits inconsistent parsing of HTTP request boundaries, allowing attackers to inject malicious requests that bypass security controls.

The vulnerability stems from improper handling of HTTP request headers, specifically the Content-Length and Transfer-Encoding headers. When these headers are ambiguously interpreted between proxy servers and the Horizon Server backend, an attacker can craft requests that appear as one request to the front-end but are parsed as multiple requests by the back-end.

This attack vector requires only network access with no authentication or user interaction, making it accessible to remote attackers who can reach the vulnerable Horizon Server endpoint.

Root Cause

The root cause is classified as CWE-444 (Inconsistent Interpretation of HTTP Requests), where the Horizon Server's HTTP parsing logic does not properly validate and normalize incoming HTTP requests. This inconsistency between how the server handles request delimitation creates the smuggling opportunity. The vulnerability allows manipulation of request boundaries through malformed headers that are processed differently by intermediary servers versus the Horizon Server itself.

Attack Vector

The attack is executed over the network without requiring authentication or user interaction. An attacker would craft specially formed HTTP requests containing ambiguous Content-Length or Transfer-Encoding headers. These malformed requests exploit parsing differences to:

  1. Smuggle additional HTTP requests past front-end security controls
  2. Potentially poison web caches with malicious content
  3. Hijack other users' requests by manipulating request routing
  4. Bypass access controls by injecting authorized-looking requests

The vulnerability allows an attacker to manipulate request boundaries by exploiting differences in how HTTP/1.1 request delimiters are interpreted. A typical smuggling attack involves sending a request with conflicting Content-Length and Transfer-Encoding headers, causing the front-end and back-end to disagree on where requests begin and end.

Detection Methods for CVE-2023-34037

Indicators of Compromise

  • Unusual HTTP requests with conflicting Content-Length and Transfer-Encoding headers in web server logs
  • Multiple responses returned for single client requests, indicating request boundary manipulation
  • Unexpected cache behavior or cache entries with malicious content
  • HTTP responses that do not match expected request patterns

Detection Strategies

  • Monitor HTTP traffic for requests containing both Content-Length and Transfer-Encoding: chunked headers simultaneously
  • Implement deep packet inspection to detect malformed HTTP requests with ambiguous delimiters
  • Review web application firewall (WAF) logs for blocked request smuggling attempts
  • Deploy network-based intrusion detection rules targeting CWE-444 attack patterns

Monitoring Recommendations

  • Enable detailed HTTP access logging on VMware Horizon Server and all front-end proxies
  • Configure alerting for anomalous HTTP request patterns, particularly those with header inconsistencies
  • Implement traffic analysis between proxy layers to identify request boundary discrepancies
  • Monitor for increased 400-series HTTP errors that may indicate smuggling attempts

How to Mitigate CVE-2023-34037

Immediate Actions Required

  • Upgrade VMware Horizon Client to the latest patched version as specified in the VMware security advisory
  • Review and harden front-end proxy configurations to normalize HTTP requests before forwarding to Horizon Server
  • Enable strict HTTP parsing modes on all intermediary servers and load balancers
  • Implement WAF rules to block requests with ambiguous Content-Length and Transfer-Encoding combinations

Patch Information

VMware has released security updates to address this vulnerability. Refer to VMware Security Advisory VMSA-2023-0017 for detailed patch information and upgrade instructions. Organizations should prioritize patching all affected Horizon Client versions including 2006, 2012, 2103, 2106, 2111, 2111.1, 2203, and 2212.

Workarounds

  • Configure front-end servers to reject requests containing both Content-Length and Transfer-Encoding headers
  • Implement HTTP/2 end-to-end where possible, as it is not susceptible to traditional HTTP request smuggling
  • Deploy a web application firewall with HTTP normalization capabilities in front of Horizon Server
  • Ensure all servers in the request chain use identical HTTP parsing libraries and configurations
bash
# Example: Configure nginx to reject ambiguous requests
# Add to nginx server configuration
proxy_http_version 1.1;
proxy_set_header Connection "";

# Reject requests with both Content-Length and Transfer-Encoding
if ($http_transfer_encoding ~* "chunked") {
    set $smuggle_check "TE";
}
if ($content_length != "") {
    set $smuggle_check "${smuggle_check}CL";
}
if ($smuggle_check = "TECL") {
    return 400;
}

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechVmware Horizon Client

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Vendor Resources
  • VMware Security Advisory VMSA-2023-0017
  • Related CVEs
  • CVE-2023-34038: VMware Horizon Information Disclosure

  • CVE-2020-3986: VMware Horizon Client DoS Vulnerability

  • CVE-2020-3961: VMware Horizon Client Privilege Escalation
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