banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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-4639

CVE-2023-4639: Undertow Cookie Parsing Vulnerability

CVE-2023-4639 is a cookie parsing flaw in Undertow that enables attackers to exfiltrate HttpOnly cookies or spoof additional cookie values. This article covers the technical details, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2023-4639 Overview

A significant vulnerability has been identified in Undertow, the popular Java-based web server used extensively in Red Hat JBoss Enterprise Application Server and other enterprise platforms. This flaw stems from Undertow's incorrect parsing of cookies containing certain value-delimiting characters in incoming HTTP requests. Attackers can exploit this weakness to construct specially crafted cookie values that exfiltrate HttpOnly cookie values or spoof arbitrary additional cookie values, leading to unauthorized data access or modification.

Critical Impact

This vulnerability poses a significant threat to data confidentiality and integrity, allowing attackers to bypass HttpOnly cookie protections and potentially steal session tokens or other sensitive authentication data.

Affected Products

  • Undertow (multiple versions)
  • Red Hat JBoss Enterprise Application Platform
  • Products utilizing Undertow as the underlying web server component

Discovery Timeline

  • 2024-11-17 - CVE-2023-4639 published to NVD
  • 2025-02-07 - Last updated in NVD database

Technical Details for CVE-2023-4639

Vulnerability Analysis

This vulnerability is classified as HTTP Request Smuggling (CWE-444), which occurs when Undertow's cookie parsing logic fails to properly handle certain delimiter characters within cookie values. The flaw allows an attacker to inject malicious content into cookie headers that the server interprets differently than intended.

The vulnerability exploits the inconsistency between how Undertow parses cookie boundaries versus how downstream applications interpret them. When an attacker sends a crafted HTTP request with specially constructed cookie values containing delimiter characters, Undertow may incorrectly split or merge cookie values, leading to a mismatch in cookie interpretation.

This attack can be executed remotely over the network without requiring authentication, though it does require specific conditions to be met in the target environment, making exploitation somewhat complex.

Root Cause

The root cause lies in Undertow's cookie parsing implementation, which does not properly validate and sanitize value-delimiting characters within cookie values. According to RFC 6265, certain characters should be handled with specific escaping or quoting mechanisms. Undertow's parser fails to correctly implement these standards, allowing specially crafted cookie values to be misinterpreted.

When processing incoming HTTP requests, the cookie parsing logic splits cookie name-value pairs based on delimiter characters. However, the parser does not properly account for scenarios where these delimiters appear within the cookie value itself, leading to incorrect parsing behavior.

Attack Vector

The attack is network-based and can be executed by any remote attacker who can send HTTP requests to an Undertow-based application. The attacker constructs a malicious HTTP request containing cookie headers with carefully placed delimiter characters.

The attack scenario typically involves:

  1. The attacker identifies an application using Undertow as its web server
  2. A crafted HTTP request is sent with cookie values containing special delimiter characters
  3. Undertow incorrectly parses these cookies, potentially exposing HttpOnly cookie values
  4. The attacker can exfiltrate sensitive session data or inject spoofed cookie values
  5. This can lead to session hijacking or authentication bypass

The vulnerability specifically targets the HttpOnly flag protection, which is designed to prevent client-side JavaScript from accessing sensitive cookies. By exploiting the parsing flaw, attackers can circumvent this protection mechanism.

Detection Methods for CVE-2023-4639

Indicators of Compromise

  • Unusual or malformed cookie headers in HTTP request logs containing unexpected delimiter characters
  • Multiple cookies appearing where only one was expected in application logs
  • Session anomalies where user sessions appear to be hijacked or spoofed
  • HTTP requests with abnormally long or complex cookie values

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect malformed cookie headers with suspicious delimiter patterns
  • Monitor HTTP request logs for cookie values containing unusual combinations of semicolons, commas, or other delimiter characters
  • Enable detailed logging on Undertow instances to capture full cookie header content for analysis
  • Deploy intrusion detection signatures that identify HTTP request smuggling patterns

Monitoring Recommendations

  • Configure SentinelOne Singularity to monitor Java application processes for suspicious HTTP parsing behavior
  • Set up alerts for anomalous session token activity that may indicate cookie exfiltration
  • Implement log correlation rules to identify patterns consistent with cookie manipulation attacks
  • Monitor for unusual authentication patterns that could indicate session hijacking

How to Mitigate CVE-2023-4639

Immediate Actions Required

  • Apply the latest security patches from Red Hat for Undertow and JBoss EAP immediately
  • Review and update Undertow to a patched version as specified in the vendor advisories
  • Implement additional cookie validation at the application layer as a defense-in-depth measure
  • Consider deploying a WAF with HTTP request smuggling protection rules

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability. Organizations should review and apply the appropriate patches based on their deployed products:

  • Red Hat Security Advisory RHSA-2024:1674
  • Red Hat Security Advisory RHSA-2024:1675
  • Red Hat Security Advisory RHSA-2024:1676
  • Red Hat Security Advisory RHSA-2024:1677
  • Red Hat Security Advisory RHSA-2024:2763
  • Red Hat Security Advisory RHSA-2024:2764
  • Red Hat Security Advisory RHSA-2024:3919

For additional technical details, consult the Red Hat CVE-2023-4639 Details page and Red Hat Bugzilla Report #2166022.

NetApp customers should refer to NetApp Security Advisory NTAP-20250207-0001 for guidance on affected products.

Workarounds

  • Implement strict cookie validation at the reverse proxy or load balancer level to sanitize incoming cookie headers before they reach Undertow
  • Deploy a Web Application Firewall configured to detect and block HTTP request smuggling attempts
  • Add application-layer validation that rejects cookies containing unexpected delimiter characters
  • Consider temporarily disabling cookie-based session management in favor of alternative authentication mechanisms until patches can be applied
bash
# Example: Configure a reverse proxy to sanitize cookie headers
# Add to NGINX configuration to implement strict cookie validation
# This provides defense-in-depth while patching is in progress
proxy_cookie_flags ~ secure httponly samesite=strict;

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechUndertow

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability5.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Technical References
  • Red Hat Security Advisory RHSA-2024:1674

  • Red Hat Security Advisory RHSA-2024:1675

  • Red Hat Security Advisory RHSA-2024:1676

  • Red Hat Security Advisory RHSA-2024:1677

  • Red Hat Security Advisory RHSA-2024:2763

  • Red Hat Security Advisory RHSA-2024:2764

  • Red Hat Security Advisory RHSA-2024:3919

  • Red Hat CVE-2023-4639 Details

  • Red Hat Bugzilla Report #2166022

  • NetApp Security Advisory NTAP-20250207-0001
  • Related CVEs
  • CVE-2025-12543: Redhat Apache Camel SSRF Vulnerability

  • CVE-2024-4027: Undertow DoS Vulnerability via Parameters

  • CVE-2024-6162: Undertow AJP Listener DoS Vulnerability

  • CVE-2024-5971: Undertow Denial of Service 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
  • English
  • 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