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
    • 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-2025-48989

CVE-2025-48989: Apache Tomcat DOS Vulnerability

CVE-2025-48989 is a denial of service flaw in Apache Tomcat caused by improper resource shutdown. Attackers can exploit this to disrupt service availability. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-48989 Overview

CVE-2025-48989 is an Improper Resource Shutdown or Release vulnerability (CWE-404) affecting Apache Tomcat that makes the application server vulnerable to the "made you reset" attack. This denial of service vulnerability allows remote, unauthenticated attackers to disrupt service availability by exploiting improper handling of resource cleanup during connection resets.

The vulnerability stems from how Apache Tomcat manages network resources when connections are abruptly terminated. Attackers can leverage this flaw to exhaust server resources, causing service degradation or complete unavailability for legitimate users.

Critical Impact

Remote unauthenticated attackers can cause denial of service conditions by exploiting improper resource management during connection reset scenarios, affecting service availability for all users.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.9
  • Apache Tomcat 10.1.0-M1 through 10.1.43
  • Apache Tomcat 9.0.0.M1 through 9.0.107

Discovery Timeline

  • 2025-08-13 - CVE-2025-48989 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-48989

Vulnerability Analysis

The "made you reset" attack exploits a fundamental weakness in how Apache Tomcat handles resource cleanup when network connections are forcibly reset. When a client initiates a connection to Tomcat and then sends a TCP RST (reset) packet, the server must properly release all allocated resources associated with that connection. In vulnerable versions, this resource shutdown process is improperly implemented, allowing attackers to consume server resources without proper cleanup.

This improper resource management can lead to resource exhaustion over time, as the server accumulates orphaned connection resources. The attack requires no authentication and can be executed remotely over the network, making it particularly dangerous for internet-facing Tomcat deployments.

Root Cause

The root cause is classified as CWE-404: Improper Shutdown or Release of Resources. Apache Tomcat fails to properly clean up and release resources when handling connection reset scenarios. This improper resource lifecycle management allows attackers to trigger resource leaks by repeatedly establishing and resetting connections, eventually exhausting available server resources.

Attack Vector

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

  1. Establishing multiple TCP connections to the target Apache Tomcat server
  2. Sending partial HTTP requests or initiating connection handshakes
  3. Immediately sending TCP RST packets to forcibly terminate the connections
  4. Repeating this process to exhaust server resources through accumulated resource leaks

The vulnerability manifests in the connection handling and resource management subsystems of Apache Tomcat. The attack can be executed using basic network tools capable of sending TCP RST packets. For detailed technical analysis, refer to the Apache Security Discussion and the CERT Vulnerability Report #767506.

Detection Methods for CVE-2025-48989

Indicators of Compromise

  • Unusual patterns of short-lived TCP connections followed by RST packets from the same source IP addresses
  • Increasing memory or connection pool utilization without corresponding legitimate traffic increases
  • Server performance degradation or unresponsiveness during periods of abnormal connection reset activity
  • Elevated counts of incomplete HTTP requests in Tomcat access logs

Detection Strategies

  • Monitor network traffic for patterns of rapid connection establishment followed by immediate TCP RST packets from single or distributed sources
  • Implement alerting on resource utilization metrics exceeding baseline thresholds, particularly connection pool exhaustion and memory consumption
  • Deploy network-based intrusion detection signatures targeting the "made you reset" attack pattern
  • Enable detailed connection logging in Apache Tomcat to track connection lifecycle events

Monitoring Recommendations

  • Configure real-time monitoring of Tomcat's thread pool and connection pool utilization metrics
  • Set up alerts for sudden spikes in TCP RST packets or abnormal connection termination rates
  • Monitor JVM heap usage and garbage collection activity for signs of memory pressure from resource leaks
  • Implement network flow analysis to identify potential DoS attack patterns targeting Tomcat instances

How to Mitigate CVE-2025-48989

Immediate Actions Required

  • Upgrade Apache Tomcat to patched versions: 11.0.10, 10.1.44, or 9.0.108
  • Review and strengthen rate limiting configurations for incoming connections
  • Implement network-level protections such as SYN flood protection and connection rate limiting on load balancers
  • Consider temporarily increasing resource limits while planning upgrade activities

Patch Information

Apache has released patched versions that address this vulnerability. Users should upgrade to one of the following fixed versions:

  • Apache Tomcat 11.0.10 for the 11.x branch
  • Apache Tomcat 10.1.44 for the 10.1.x branch
  • Apache Tomcat 9.0.108 for the 9.0.x branch

Older, end-of-life versions may also be affected and should be upgraded to supported branches. For official patch information, consult the Apache Security Discussion.

Workarounds

  • Deploy a reverse proxy or web application firewall (WAF) in front of Tomcat with connection rate limiting enabled
  • Configure network firewalls to limit the rate of new connections from individual IP addresses
  • Implement IP-based blocklisting for sources exhibiting attack patterns
  • Consider deploying connection pooling at the load balancer level to absorb some attack impact
bash
# Example: Configure connection limits in Apache HTTP Server as reverse proxy
# Add to httpd.conf or virtual host configuration

# Limit connections per IP
<IfModule mod_evasive24.c>
    DOSHashTableSize 3097
    DOSPageCount 2
    DOSSiteCount 50
    DOSPageInterval 1
    DOSSiteInterval 1
    DOSBlockingPeriod 10
</IfModule>

# Rate limiting with mod_ratelimit
<Location "/">
    SetOutputFilter RATE_LIMIT
    SetEnv rate-limit 400
</Location>

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

  • 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-404
  • Technical References
  • Openwall OSS Security Email

  • CERT Vulnerability Report #767506
  • Vendor Resources
  • Apache Security Discussion
  • Related CVEs
  • CVE-2025-53506: Apache Tomcat HTTP/2 DoS Vulnerability

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

  • CVE-2024-38286: Apache Tomcat DOS Vulnerability

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