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-28709

CVE-2023-28709: Apache Tomcat DOS Vulnerability

CVE-2023-28709 is a denial of service flaw in Apache Tomcat that allows attackers to bypass request limits under specific configurations. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-28709 Overview

CVE-2023-28709 is a Denial of Service vulnerability in Apache Tomcat resulting from an incomplete fix for the previously disclosed CVE-2023-24998. When non-default HTTP connector settings are configured such that the maxParameterCount limit can be reached using query string parameters, an attacker can submit a request with exactly maxParameterCount parameters in the query string. This allows the limit for uploaded request parts to be bypassed, potentially causing a denial of service condition on the affected server.

Critical Impact

Attackers can bypass upload limits to trigger resource exhaustion and denial of service on Apache Tomcat servers with non-default HTTP connector configurations.

Affected Products

  • Apache Tomcat 11.0.0-M2 to 11.0.0-M4
  • Apache Tomcat 10.1.5 to 10.1.7
  • Apache Tomcat 9.0.71 to 9.0.73
  • Apache Tomcat 8.5.85 to 8.5.87
  • Debian Linux 12.0
  • NetApp 7-Mode Transition Tool

Discovery Timeline

  • 2023-05-22 - CVE-2023-28709 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-28709

Vulnerability Analysis

This vulnerability represents an incomplete patch for the earlier CVE-2023-24998. The original fix attempted to address an issue with request part limits, but failed to account for edge cases involving the maxParameterCount configuration. When a Tomcat server is configured with non-default HTTP connector settings, an attacker can craft requests that precisely hit the maxParameterCount threshold through query string parameters while simultaneously uploading request parts that exceed intended limits.

The issue is classified under CWE-193 (Off-by-one Error), indicating a boundary condition flaw in the parameter counting logic. The vulnerability allows remote attackers to consume excessive server resources without authentication, potentially rendering the application unavailable to legitimate users.

Root Cause

The root cause is an off-by-one error in the parameter counting logic introduced by the fix for CVE-2023-24998. When the number of query string parameters exactly equals maxParameterCount, the validation logic for uploaded request parts fails to enforce the configured limits properly. This boundary condition error allows attackers to bypass the intended request part restrictions.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker exploits this vulnerability by:

  1. Identifying a Tomcat server with non-default HTTP connector settings where maxParameterCount is reachable via query string parameters
  2. Crafting a malicious HTTP request containing exactly maxParameterCount parameters in the query string
  3. Including additional uploaded request parts that exceed normal limits
  4. Submitting repeated requests to exhaust server resources

The vulnerability manifests in the HTTP connector's parameter parsing logic. When the query string parameter count reaches the exact threshold, the uploaded request parts limit check is bypassed, allowing an attacker to submit unbounded multipart content. For detailed technical analysis, refer to the Apache Mailing List Security Thread.

Detection Methods for CVE-2023-28709

Indicators of Compromise

  • Abnormally large HTTP requests with extensive query string parameters combined with multipart uploads
  • Server resource exhaustion events correlated with specific HTTP requests
  • Tomcat access logs showing requests with parameter counts at or near maxParameterCount limits
  • Increased memory consumption or thread pool exhaustion in Tomcat instances

Detection Strategies

  • Monitor HTTP request sizes and parameter counts in web application firewall (WAF) logs
  • Configure alerting for requests that approach configured maxParameterCount thresholds
  • Implement rate limiting for multipart form submissions to detect abuse patterns
  • Deploy SentinelOne Singularity to detect anomalous process behavior and resource consumption patterns on Tomcat servers

Monitoring Recommendations

  • Enable detailed access logging in Tomcat to capture query string parameter counts
  • Monitor JVM heap usage and garbage collection patterns for signs of memory exhaustion
  • Track HTTP connector thread pool utilization for unusual spikes
  • Set up alerts for HTTP 503 or 500 errors that may indicate DoS conditions

How to Mitigate CVE-2023-28709

Immediate Actions Required

  • Upgrade Apache Tomcat to patched versions: 11.0.0-M5+, 10.1.8+, 9.0.74+, or 8.5.88+
  • Review and restrict maxParameterCount settings if non-default values are in use
  • Implement request size limits at the load balancer or reverse proxy level
  • Deploy web application firewall rules to limit query string parameter counts

Patch Information

Apache has released fixed versions that address this incomplete patch issue. Organizations should upgrade to the following minimum versions:

  • Apache Tomcat 11.0.0-M5 or later
  • Apache Tomcat 10.1.8 or later
  • Apache Tomcat 9.0.74 or later
  • Apache Tomcat 8.5.88 or later

Additional security advisories are available from Debian DSA-5521, Gentoo GLSA-202305-37, and NetApp Security Advisory NTAP-20230616-0004.

Workarounds

  • Revert to default HTTP connector settings if non-default maxParameterCount values are not strictly required
  • Implement request filtering at the reverse proxy to limit query string length and parameter count
  • Configure connection limits and request timeouts to mitigate resource exhaustion impact
  • Use a web application firewall to block requests with excessive parameters
bash
# Example Tomcat server.xml configuration to limit parameters
# Set maxParameterCount to a reasonable value in the Connector element
# <Connector port="8080" protocol="HTTP/1.1"
#            maxParameterCount="1000"
#            connectionTimeout="20000"
#            redirectPort="8443" />

# Verify current Tomcat version
catalina.sh version

# After upgrading, restart Tomcat service
systemctl restart tomcat

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApache Tomcat

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-193
  • Technical References
  • Openwall OSS Security Discussion

  • Gentoo GLSA Announcement 2023-05-37

  • NetApp Security Advisory NTAP-20230616-0004

  • Debian DSA-5521 Security Notice
  • Vendor Resources
  • Apache Mailing List Security Thread
  • Related CVEs
  • CVE-2025-61795: Apache Tomcat DoS Vulnerability

  • CVE-2025-53506: Apache Tomcat HTTP/2 DoS Vulnerability

  • CVE-2025-52520: Apache Tomcat Integer Overflow DoS Flaw

  • CVE-2025-48989: Apache Tomcat DOS 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