Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-66675

CVE-2025-66675: Apache Struts DOS Vulnerability

CVE-2025-66675 is a denial of service vulnerability in Apache Struts caused by file leaks in multipart request processing that lead to disk exhaustion. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-66675 Overview

CVE-2025-66675 is a Denial of Service (DoS) vulnerability affecting Apache Struts, a widely-used open-source framework for developing Java web applications. The vulnerability stems from a file leak in multipart request processing that can lead to disk exhaustion on affected servers. When exploited, attackers can send specially crafted multipart requests to consume disk space, ultimately causing service disruption.

This vulnerability is related to CVE-2025-64775, with this CVE specifically addressing the missing affected version 6.7.4 that was not covered in the original advisory.

Critical Impact

Remote attackers can exhaust disk space on servers running vulnerable Apache Struts versions through improper file cleanup during multipart request handling, leading to denial of service conditions.

Affected Products

  • Apache Struts versions 2.0.0 through 6.7.4
  • Apache Struts versions 7.0.0 through 7.0.3

Discovery Timeline

  • December 10, 2025 - CVE-2025-66675 published to NVD
  • December 16, 2025 - Last updated in NVD database

Technical Details for CVE-2025-66675

Vulnerability Analysis

The vulnerability resides in Apache Struts' multipart request processing mechanism. When handling file uploads through multipart form data, the framework fails to properly clean up temporary files under certain conditions. This behavior is classified under CWE-459 (Incomplete Cleanup), where temporary resources are not adequately released after use.

The improper cleanup mechanism allows an attacker to repeatedly send multipart requests to a vulnerable endpoint, causing temporary files to accumulate on the server's file system. Over time, this accumulation can exhaust available disk space, rendering the application—and potentially the entire server—unavailable.

The network-based attack vector allows unauthenticated remote attackers to exploit this vulnerability without requiring any user interaction. The low complexity of the attack makes it particularly dangerous for internet-facing Apache Struts applications.

Root Cause

The root cause of CVE-2025-66675 is CWE-459: Incomplete Cleanup. The Apache Struts multipart file upload handler does not properly delete temporary files after processing multipart requests. This can occur when:

  1. An exception is thrown during request processing before cleanup routines execute
  2. The cleanup routine itself fails to execute properly
  3. File handles remain open, preventing deletion

The incomplete cleanup allows temporary upload files to persist on disk indefinitely, accumulating with each subsequent request.

Attack Vector

The vulnerability is exploited via the network attack vector, requiring no authentication or user interaction. An attacker can craft HTTP requests with multipart form data targeting any Struts action that processes file uploads.

The attack methodology involves sending a high volume of multipart requests to the target application. Each request leaves behind temporary files that are never cleaned up, gradually consuming disk space until the system becomes unresponsive or fails.

The attack is particularly effective because:

  • No valid file upload completion is required
  • Malformed or incomplete multipart data can still trigger file creation
  • The attack can be automated and sustained over time

Detection Methods for CVE-2025-66675

Indicators of Compromise

  • Unusual accumulation of temporary files in the server's temp directory (typically /tmp or the configured Struts upload directory)
  • Rapid disk space consumption on application servers without corresponding legitimate activity
  • Elevated rate of multipart POST requests from single or distributed sources
  • Application errors or timeouts related to disk I/O operations

Detection Strategies

  • Monitor disk space utilization on Apache Struts application servers with alerts at 70%, 85%, and 95% thresholds
  • Implement web application firewall (WAF) rules to detect and rate-limit multipart requests from suspicious sources
  • Review application and web server logs for abnormal patterns of multipart form submissions
  • Deploy file system monitoring to track temporary file creation and deletion rates in upload directories

Monitoring Recommendations

  • Configure centralized logging for all Apache Struts application instances to correlate potential attack patterns
  • Set up automated alerting for rapid increases in temporary file count or disk usage
  • Implement request rate limiting for endpoints accepting multipart form data
  • Monitor server performance metrics including disk I/O latency and available storage

How to Mitigate CVE-2025-66675

Immediate Actions Required

  • Upgrade Apache Struts to version 6.8.0 or 7.1.1 immediately, which contain the official fix for this vulnerability
  • Review and clean up any accumulated temporary files in Struts upload directories
  • Implement request rate limiting on file upload endpoints as a temporary protective measure
  • Monitor disk space utilization closely until patches are applied

Patch Information

Apache has released patched versions that address this file leak vulnerability. Users should upgrade to:

  • Version 6.8.0 for users on the 6.x branch (fixes versions 2.0.0 through 6.7.4)
  • Version 7.1.1 for users on the 7.x branch (fixes versions 7.0.0 through 7.0.3)

Detailed patch information and upgrade instructions are available in the Apache Wiki S2-068 Security Bulletin.

Workarounds

  • Implement external disk space monitoring with automated alerts and cleanup scripts for temporary directories
  • Configure web server or reverse proxy rate limiting for multipart POST requests
  • Set strict limits on temporary file directory size using operating system quotas
  • Consider temporarily disabling file upload functionality if not critical to business operations
  • Deploy a WAF rule to limit the frequency of multipart requests per source IP
bash
# Example: Monitor and clean old temp files (Linux)
# Find and remove Struts temp files older than 1 hour
find /tmp -name "upload_*.tmp" -type f -mmin +60 -delete

# Set up disk quota monitoring
df -h /tmp | awk 'NR==2 {if ($5+0 > 80) print "WARNING: Temp disk usage at "$5}'

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApache Struts

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-459
  • Technical References
  • CVE-2025-64775 Record
  • Vendor Resources
  • Apache Wiki S2-068 Vulnerability
  • Related CVEs
  • CVE-2025-64775: Apache Struts DOS Vulnerability

  • CVE-2025-68493: Apache Struts XXE Vulnerability

  • CVE-2023-41835: Apache Struts Information Disclosure Flaw

  • CVE-2020-17530: Apache Struts RCE 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