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

CVE-2024-52317: Apache Tomcat Request Mix-Up Vulnerability

CVE-2024-52317 is an incorrect object recycling flaw in Apache Tomcat that causes HTTP/2 request and response mix-up between users. This article covers technical details, affected versions, security impact, and mitigation.

Published: January 28, 2026

CVE-2024-52317 Overview

CVE-2024-52317 is an incorrect object re-cycling and re-use vulnerability in Apache Tomcat that affects HTTP/2 request processing. The vulnerability stems from improper recycling of request and response objects, which can lead to request and/or response mix-up between different users on the same server. This represents a serious security concern for multi-tenant environments where user data isolation is critical.

Critical Impact

HTTP/2 request/response handling errors can cause sensitive data from one user's session to be inadvertently exposed to another user, potentially leaking authentication tokens, session data, or personal information.

Affected Products

  • Apache Tomcat 11.0.0-M23 through 11.0.0-M26
  • Apache Tomcat 10.1.27 through 10.1.30
  • Apache Tomcat 9.0.92 through 9.0.95

Discovery Timeline

  • 2024-11-18 - CVE-2024-52317 published to NVD
  • 2025-05-15 - Last updated in NVD database

Technical Details for CVE-2024-52317

Vulnerability Analysis

This vulnerability is classified under CWE-326 and involves incorrect recycling of HTTP/2 request and response objects within Apache Tomcat's HTTP/2 implementation. When multiple concurrent HTTP/2 requests are processed, the server may improperly recycle and reuse request/response objects before they are fully processed or cleared. This can result in data from one user's request being inadvertently associated with another user's response, creating a cross-user information disclosure scenario.

The vulnerability specifically affects environments using HTTP/2 protocol connections, where connection multiplexing allows multiple requests to share a single TCP connection. The object pooling mechanism intended to improve performance by reusing request/response objects fails to properly isolate data between different streams.

Root Cause

The root cause of CVE-2024-52317 lies in the incorrect implementation of object lifecycle management within Tomcat's HTTP/2 stream handling code. Request and response objects are being returned to the object pool for reuse before their data has been completely cleared or while still referenced by other processing threads. This race condition allows residual data from previous requests to leak into subsequent requests handled by different users.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication. An attacker does not need to actively exploit this vulnerability—the data leakage occurs naturally as a side effect of normal HTTP/2 request processing under specific timing conditions. The attack scenario involves:

  1. Multiple users connecting to the same Apache Tomcat server using HTTP/2
  2. Concurrent requests being processed through the vulnerable object recycling mechanism
  3. Timing conditions causing request/response data to be mixed between different user sessions
  4. Sensitive information such as session cookies, authentication tokens, or response bodies being exposed to unintended recipients

The vulnerability does not require any special privileges or user interaction, making it a passive information disclosure risk that can occur during normal server operation.

Detection Methods for CVE-2024-52317

Indicators of Compromise

  • Users reporting receiving data or responses that belong to other users
  • Unexpected session behavior where users see content from other accounts
  • Log entries showing mismatched session IDs with request content
  • HTTP/2 stream processing errors in Tomcat access logs

Detection Strategies

  • Monitor application logs for user reports of seeing other users' data
  • Implement application-level logging that tracks session IDs against response content
  • Use network monitoring to detect anomalous HTTP/2 stream behavior
  • Review Tomcat version inventory to identify affected installations

Monitoring Recommendations

  • Enable detailed HTTP/2 connection logging in Apache Tomcat configurations
  • Implement session integrity monitoring at the application layer
  • Set up alerts for unusual patterns in HTTP/2 stream multiplexing
  • Deploy application performance monitoring (APM) tools to track request/response correlation

How to Mitigate CVE-2024-52317

Immediate Actions Required

  • Upgrade Apache Tomcat to version 11.0.0, 10.1.31, or 9.0.96 immediately
  • Review the Apache Mailing List Thread for official vendor guidance
  • Audit systems to identify all Apache Tomcat installations running vulnerable versions
  • Consider temporarily disabling HTTP/2 support if immediate patching is not possible

Patch Information

Apache has released patched versions that address this vulnerability. Users are recommended to upgrade to:

  • Apache Tomcat 11.0.0 (for 11.x milestone users)
  • Apache Tomcat 10.1.31 (for 10.1.x users)
  • Apache Tomcat 9.0.96 (for 9.0.x users)

Consult the Apache Mailing List Thread for detailed upgrade instructions and release notes. Additional information is available through the NetApp Security Advisory and the OpenWall OSS Security List.

Workarounds

  • Disable HTTP/2 protocol support and revert to HTTP/1.1 as a temporary measure
  • Implement a reverse proxy in front of Tomcat that handles HTTP/2 termination
  • Restrict access to affected Tomcat instances until patching can be completed
  • Apply network segmentation to limit exposure of vulnerable servers
bash
# Disable HTTP/2 in Tomcat server.xml configuration
# Locate the Connector element and ensure HTTP/2 upgrade protocol is removed
# Example: Remove or comment out the UpgradeProtocol element for h2c

# In server.xml, modify the Connector:
# <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
#            maxThreads="150" SSLEnabled="true">
#     <!-- Remove or comment out the following line -->
#     <!-- <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /> -->
# </Connector>

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache Tomcat

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability16.65%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-326
  • Technical References
  • OpenWall OSS Security List

  • NetApp Security Advisory
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-41293: Apache Tomcat Input Validation Flaw

  • CVE-2026-32990: Apache Tomcat Input Validation Vulnerability

  • CVE-2026-29129: Apache Tomcat Cipher Order Vulnerability

  • CVE-2026-25854: Apache Tomcat Open Redirect 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