Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

Apache Tomcat Flaws Allow Auth Bypass and DoS Attacks

The Apache Software Foundation has released critical security updates to address four newly discovered vulnerabilities in Apache Tomcat, a widely used open-source Java servlet container.

The Apache Software Foundation has released critical security updates to address four newly discovered vulnerabilities in Apache Tomcat, a widely used open-source Java servlet container.

These vulnerabilities affect Tomcat versions 9.0, 10.1, and 11.0, exposing systems to denial-of-service (DoS) attacks, privilege escalation, installer abuse, and authentication bypass. Users are urged to update their deployments immediately.

CVE ID Severity Description Affected Versions

CVE-2025-48976 Important DoS via Multipart Header Overload 11.0.0-M1–11.0.7, 10.1.0-M1–10.1.41, 9.0.0.M1–9.0.105

CVE-2025-48988 Important Multipart Upload Abuse Enables DoS 11.0.0-M1–11.0.7, 10.1.0-M1–10.1.41, 9.0.0.M1–9.0.105

CVE-2025-49124 Low Windows Installer Side-Loading Risk 11.0.0-M1–11.0.7, 10.1.0–10.1.41, 9.0.23–9.0.105

CVE-2025-49125 Moderate Security Constraint Bypass in Pre/PostResources 11.0.0-M1–11.0.7, 10.1.0-M1–10.1.41, 9.0.0.M1–9.0.105

Attackers could exploit this by sending requests with numerous multipart headers, leading to excessive memory usage and a denial-of-service attack.
نضال النعيم · Thehackingpost

CVE-2025-48976: DoS via Multipart Header Overload

This vulnerability is due to Apache Commons FileUpload’s hard-coded 10kB limit for multipart header sizes. Attackers could exploit this by sending requests with numerous multipart headers, leading to excessive memory usage and a denial-of-service attack. The update introduces a configurable maxPartHeaderSize attribute, defaulting to 512 bytes.

CVE-2025-48988: Multipart Upload Abuse Enables DoS

Tomcat’s previous handling of multipart uploads allowed attackers to flood servers with multipart requests, exhausting memory resources. Administrators can now set a maxPartCount (default: 10 parts), reducing the risk of DoS attacks from multipart upload abuse.

CVE-2025-49124: Windows Installer Side-Loading Risk

Advertisement

On Windows, the Tomcat installer invoked icacls.exe without specifying a full path, which could lead to side-loading attacks. The fix ensures the installer uses a fully qualified path to icacls.exe .

CVE-2025-49125: Security Constraint Bypass in Pre/PostResources

This flaw affects deployments using PreResources or PostResources mounted outside the web application root. Attackers could access these resources via alternate paths, bypassing security constraints. The patch corrects resource path handling to ensure all paths are protected.

Administrators are advised to upgrade to Apache Tomcat 11.0.8, 10.1.42, or 9.0.106 to address these vulnerabilities. The Apache Software Foundation credits the TERASOLUNA Framework Security Team of NTT DATA Group Corporation and T. Doğa Gelişli for identifying these issues. Prompt patching is essential to prevent exploitation, service outages, or unauthorized access.

Based on reporting by GBHackers.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories