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-2026-41284

CVE-2026-41284: Apache Tomcat DOS Vulnerability

CVE-2026-41284 is a denial of service vulnerability in Apache Tomcat caused by resource allocation without limits. Attackers can exploit this to disrupt service availability. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-41284 Overview

CVE-2026-41284 is a resource exhaustion vulnerability in Apache Tomcat tracked under [CWE-770] (Allocation of Resources Without Limits or Throttling). The flaw affects Apache Tomcat versions 11.0.0-M1 through 11.0.21, 10.1.0-M1 through 10.1.54, and 9.0.0.M1 through 9.0.117. Older, unsupported releases may also be affected. Remote unauthenticated attackers can send specially crafted requests over the network to exhaust server resources, causing a denial-of-service condition. The vulnerability impacts availability but does not compromise confidentiality or integrity. The Apache Software Foundation disclosed the issue on the project mailing list and a coordinated advisory was published through OpenWall OSS-Security.

Critical Impact

Remote, unauthenticated attackers can trigger resource exhaustion in Apache Tomcat servers, leading to a denial-of-service condition that disrupts availability of hosted web applications.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.21
  • Apache Tomcat 10.1.0-M1 through 10.1.54
  • Apache Tomcat 9.0.0.M1 through 9.0.117

Discovery Timeline

  • 2026-05-12 - CVE-2026-41284 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-41284

Vulnerability Analysis

The vulnerability resides in how Apache Tomcat allocates internal resources when processing incoming network traffic. Because the affected code paths lack limits or throttling controls, an attacker can repeatedly request operations that consume memory, threads, or connection slots without bound. Sustained abuse drives the server toward exhaustion, blocking legitimate requests and ultimately rendering the service unresponsive.

The attack does not require authentication or user interaction, and complexity is low. As a result, the issue is exploitable by any client that can reach the Tomcat listener. The impact is limited to availability — there is no disclosure of data and no modification of server state beyond service degradation.

The EPSS probability is 0.135% (percentile 32.871) as of 2026-05-17, and no public exploit or in-the-wild activity has been documented at the time of publication.

Root Cause

The root cause is classified under [CWE-770]: Apache Tomcat allocates a resource for an actor without imposing a limit on the quantity that can be allocated. This permits an attacker to consume sufficient resources to deny service to other clients.

Attack Vector

The attack vector is the network. An unauthenticated remote attacker sends crafted requests to an exposed Tomcat endpoint. Because resource allocation is not throttled, repeated requests progressively consume server capacity until the application can no longer process legitimate traffic.

No verified public proof-of-concept code is available. Refer to the Apache Tomcat mailing list advisory and the OpenWall OSS-Security disclosure for vendor-provided technical context.

Detection Methods for CVE-2026-41284

Indicators of Compromise

  • Sudden, sustained spikes in active threads, open connections, or heap usage in the Tomcat JVM with no corresponding business event.
  • Rising HTTP 503 or connection-refused responses from Tomcat instances under otherwise normal traffic baselines.
  • High volumes of repetitive or malformed requests originating from a small set of source IPs targeting the Tomcat connector port.

Detection Strategies

  • Inspect Tomcat access logs (access_log.*) and catalina.out for repeated identical request patterns and OutOfMemoryError or thread-pool exhaustion messages.
  • Correlate web application firewall (WAF) and reverse-proxy telemetry to identify clients generating disproportionate request rates against Tomcat-backed endpoints.
  • Enable JMX or Micrometer metrics for the Tomcat connector to alert on currentThreadCount, connectionCount, and request-processing time deviations.

Monitoring Recommendations

  • Baseline normal request rates per client and alert on deviations consistent with floods or slow-resource attacks.
  • Track JVM heap, thread, and file-descriptor utilization continuously and trigger paging alerts on sustained saturation.
  • Forward Tomcat and reverse-proxy logs to a centralized SIEM for cross-source correlation and retention.

How to Mitigate CVE-2026-41284

Immediate Actions Required

  • Inventory all Apache Tomcat deployments and identify instances running 9.0.x, 10.1.x, or 11.0.x within the affected version ranges.
  • Upgrade to the fixed Apache Tomcat release listed in the Apache Tomcat mailing list advisory as soon as it is validated in staging.
  • Restrict network exposure of Tomcat connectors so only trusted reverse proxies or load balancers can reach them directly.

Patch Information

The Apache Tomcat project has released fixed versions that introduce limits on the affected resource allocation path. Administrators should consult the Apache Tomcat mailing list advisory and the OpenWall OSS-Security update for the exact fixed version numbers for the 9.0, 10.1, and 11.0 branches, then upgrade following standard Tomcat upgrade procedures.

Workarounds

  • Place Tomcat behind a reverse proxy or WAF that enforces per-client request rate limits and connection caps.
  • Tune Tomcat connector attributes such as maxConnections, maxThreads, acceptCount, and connectionTimeout in server.xml to bound resource consumption.
  • Drop or rate-limit anomalous source IPs at the network edge until patched binaries are deployed.
bash
# Example: constrain the HTTP connector in conf/server.xml
# <Connector port="8080" protocol="HTTP/1.1"
#            maxConnections="2000"
#            maxThreads="200"
#            acceptCount="100"
#            connectionTimeout="20000"
#            keepAliveTimeout="15000"
#            maxKeepAliveRequests="100" />

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.14%

  • 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-770
  • Technical References
  • OpenWall OSS Security Update
  • Vendor Resources
  • Apache Thread Discussion
  • 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