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-2024-37082

CVE-2024-37082: Cloud Foundry mTLS Auth Bypass Flaw

CVE-2024-37082 is an authentication bypass vulnerability in Cloud Foundry deployments using haproxy-boshrelease that allows attackers to bypass mTLS authentication. This article covers technical details, affected configurations, and mitigation.

Updated: January 22, 2026

CVE-2024-37082 Overview

CVE-2024-37082 is a critical authentication bypass vulnerability affecting Cloud Foundry deployments that use the haproxy-boshrelease with a non-default configuration. When route-services are enabled in routing-release and the HAProxy property ha_proxy.forwarded_client_cert is configured to forward_only_if_route_service, attackers can craft malicious HTTP requests that bypass mutual TLS (mTLS) authentication to Cloud Foundry applications.

This vulnerability falls under the CWE-290 (Authentication Bypass by Spoofing) classification, allowing unauthorized access to applications that rely on mTLS for client authentication.

Critical Impact

Attackers can bypass mTLS authentication controls to gain unauthorized access to protected Cloud Foundry applications, potentially compromising confidential data and application integrity.

Affected Products

  • Cloud Foundry deployments using haproxy-boshrelease
  • Configurations with route-services enabled in routing-release
  • Systems with ha_proxy.forwarded_client_cert set to forward_only_if_route_service

Discovery Timeline

  • 2024-07-03 - CVE-2024-37082 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-37082

Vulnerability Analysis

This authentication bypass vulnerability occurs in the interaction between Cloud Foundry's routing layer and HAProxy when handling client certificate forwarding. The vulnerability specifically affects deployments where route-services are enabled and a particular HAProxy configuration is in use.

The flaw allows attackers to craft HTTP requests that manipulate the certificate forwarding mechanism, effectively bypassing mTLS authentication requirements. Since mTLS is commonly used to ensure only authorized clients can communicate with specific applications, this bypass undermines a critical security control.

The vulnerability enables network-based attacks without requiring prior authentication or user interaction. Successful exploitation could lead to unauthorized access to sensitive application data and the ability to modify application state without proper authentication.

Root Cause

The root cause lies in improper authentication handling (CWE-290) within the certificate forwarding logic of haproxy-boshrelease. When the ha_proxy.forwarded_client_cert property is configured to forward_only_if_route_service, the system fails to properly validate and enforce mTLS authentication requirements under certain conditions.

The configuration creates a trust relationship that can be exploited through carefully crafted HTTP requests, allowing attackers to spoof or bypass the expected client certificate validation process.

Attack Vector

The attack is network-based, requiring no privileges or user interaction. An attacker with network access to the Cloud Foundry deployment can craft malicious HTTP requests that exploit the certificate forwarding configuration to bypass mTLS authentication.

The attack involves manipulating HTTP headers or request properties in a way that causes HAProxy to forward requests as if they came from authenticated route-services, when in fact no valid client certificate authentication occurred.

For detailed technical information about the exploitation mechanism, refer to the Cloud Foundry security advisory.

Detection Methods for CVE-2024-37082

Indicators of Compromise

  • Unusual access patterns to mTLS-protected applications from unexpected sources
  • HTTP requests with manipulated or suspicious certificate-related headers
  • Authentication logs showing access to protected resources without corresponding mTLS handshakes
  • Increased traffic patterns to applications that should only be accessible via route-services

Detection Strategies

  • Monitor HAProxy access logs for requests to protected endpoints that lack proper mTLS authentication
  • Implement anomaly detection for traffic patterns to applications protected by mTLS
  • Review authentication logs for discrepancies between expected and actual mTLS sessions
  • Configure alerts for access to sensitive applications from unexpected network segments

Monitoring Recommendations

  • Enable verbose logging on HAProxy to capture certificate forwarding decisions
  • Implement log correlation between HAProxy and Cloud Foundry router logs
  • Deploy network monitoring to detect unauthorized access attempts to protected applications
  • Establish baseline traffic patterns for mTLS-protected applications to identify anomalies

How to Mitigate CVE-2024-37082

Immediate Actions Required

  • Review your Cloud Foundry deployment configuration to determine if you are affected
  • Check if route-services are enabled in routing-release
  • Verify the ha_proxy.forwarded_client_cert property setting in your haproxy-boshrelease configuration
  • Consider temporarily disabling route-services or changing the forwarded_client_cert configuration if immediate patching is not possible

Patch Information

Organizations running affected Cloud Foundry deployments should consult the official Cloud Foundry security advisory for specific patch information and updated versions of haproxy-boshrelease that address this vulnerability.

Apply patches to haproxy-boshrelease and routing-release components as soon as updated versions become available from Cloud Foundry.

Workarounds

  • Change the ha_proxy.forwarded_client_cert configuration to a more secure setting if route-service functionality is not required
  • Implement additional network-level access controls to restrict which sources can reach mTLS-protected applications
  • Deploy Web Application Firewall (WAF) rules to detect and block suspicious certificate-related header manipulation
  • Consider implementing defense-in-depth by adding application-level authentication in addition to mTLS
bash
# Review current HAProxy configuration
# Check the forwarded_client_cert property in your BOSH manifest
bosh -d cf manifest | grep -A5 "ha_proxy:"

# Verify route-services configuration
bosh -d cf manifest | grep -i "route_services"

# If affected, consider updating the configuration
# Change from:
#   ha_proxy.forwarded_client_cert: forward_only_if_route_service
# To a more secure option per Cloud Foundry guidance

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCloud Foundry

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-290
  • Technical References
  • Cloud Foundry Blog Post
  • Related CVEs
  • CVE-2026-22734: Cloud Foundry UAA Auth Bypass Vulnerability

  • CVE-2026-22727: Cloud Foundry Auth Bypass Vulnerability
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