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
    • 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-34036

CVE-2023-34036: Spring HATEOAS Information Disclosure Flaw

CVE-2023-34036 is an information disclosure vulnerability in VMware Spring HATEOAS affecting reactive web applications. Malicious forwarded headers can expose sensitive data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-34036 Overview

CVE-2023-34036 is a vulnerability affecting reactive web applications using Spring HATEOAS to produce hypermedia-based responses. The flaw exposes applications to malicious forwarded headers when they are not deployed behind a trusted proxy that validates such headers, or when they lack proper mechanisms to handle and discard forwarded headers at either the WebFlux layer or the underlying HTTP server level.

For applications to be vulnerable, they must satisfy specific conditions: they need to use the reactive web stack (Spring WebFlux) combined with Spring HATEOAS to create links in hypermedia-based responses, and the application infrastructure must not guard against clients submitting X-Forwarded-* headers.

Critical Impact

Attackers can manipulate forwarded headers to influence hypermedia link generation, potentially leading to link manipulation, URL poisoning, and phishing attacks through crafted responses.

Affected Products

  • VMware Spring HATEOAS versions prior to 1.5.5
  • VMware Spring HATEOAS versions 2.0.x prior to 2.0.5
  • VMware Spring HATEOAS version 2.1.0 (including milestone1 and rc1)

Discovery Timeline

  • 2023-07-17 - CVE-2023-34036 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-34036

Vulnerability Analysis

This vulnerability stems from improper handling of HTTP forwarded headers in Spring HATEOAS when used with Spring WebFlux's reactive web stack. The weakness relates to CWE-644 (Improper Neutralization of HTTP Headers for Scripting Syntax) and CWE-116 (Improper Encoding or Escaping of Output).

When Spring HATEOAS generates hypermedia links in responses, it relies on request context to construct absolute URLs. In reactive applications using WebFlux, if forwarded headers such as X-Forwarded-Host, X-Forwarded-Proto, or X-Forwarded-Port are not properly validated or filtered, an attacker can inject malicious values. These injected values are then incorporated into the generated hypermedia links, causing the application to produce responses containing attacker-controlled URLs.

Root Cause

The root cause lies in the trust placed on client-supplied forwarded headers without proper validation. Spring HATEOAS's link building mechanism in reactive contexts consumes these headers to determine the base URL for hypermedia links. When the application is not protected by a reverse proxy that sanitizes these headers, or lacks explicit configuration to discard untrusted headers, the attacker-supplied values flow directly into the response generation logic.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft HTTP requests with malicious forwarded headers targeting vulnerable Spring WebFlux applications using Spring HATEOAS. The attack flow involves:

  1. The attacker sends a request with manipulated X-Forwarded-Host or similar headers to the target application
  2. Spring HATEOAS processes the request and uses the forwarded header values to construct hypermedia links
  3. The generated response contains links pointing to attacker-controlled domains
  4. Legitimate users consuming the API may follow these malicious links, potentially leading to credential theft or further exploitation

The vulnerability has a network attack vector with low complexity, requiring no privileges or user interaction, but with integrity impact limited to the manipulation of generated links.

Detection Methods for CVE-2023-34036

Indicators of Compromise

  • Unusual or unexpected values in X-Forwarded-Host, X-Forwarded-Proto, or X-Forwarded-Port headers in application logs
  • Generated hypermedia links in API responses pointing to external or unexpected domains
  • HTTP requests containing forwarded headers from sources outside trusted proxy infrastructure

Detection Strategies

  • Implement logging and monitoring for all incoming forwarded headers at the application or proxy level
  • Deploy web application firewall (WAF) rules to detect and alert on suspicious forwarded header patterns
  • Review application logs for hypermedia responses containing unexpected base URLs

Monitoring Recommendations

  • Enable detailed access logging on reverse proxies and load balancers to capture all forwarded header values
  • Configure alerting for requests containing forwarded headers from untrusted client IP addresses
  • Monitor outbound link patterns in API responses for anomalies indicating header manipulation

How to Mitigate CVE-2023-34036

Immediate Actions Required

  • Upgrade Spring HATEOAS to version 1.5.5, 2.0.5, or 2.1.1 or later depending on your current version branch
  • Ensure all Spring WebFlux applications using HATEOAS are deployed behind a trusted reverse proxy that sanitizes forwarded headers
  • Review and configure ForwardedHeaderTransformer in WebFlux to explicitly handle or discard untrusted forwarded headers

Patch Information

VMware has released patched versions of Spring HATEOAS that address this vulnerability. Refer to the Spring Security Advisory for CVE-2023-34036 for detailed upgrade instructions and release notes. Organizations should upgrade to the following fixed versions:

  • Version 1.5.5 for the 1.5.x branch
  • Version 2.0.5 for the 2.0.x branch
  • Version 2.1.1 or later for the 2.1.x branch

Workarounds

  • Deploy a reverse proxy (such as nginx, Apache, or a cloud load balancer) in front of the application that strips or validates forwarded headers before they reach the application
  • Configure the ForwardedHeaderTransformer bean in Spring WebFlux to remove forwarded headers from untrusted sources
  • Implement custom request filtering to validate and sanitize X-Forwarded-* headers based on expected proxy behavior
bash
# Example nginx configuration to sanitize forwarded headers
# Add to your server block to control forwarded header propagation
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSpring Hateoas

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.31%

  • 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-644

  • CWE-116
  • Vendor Resources
  • Spring Security CVE-2023-34036
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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