Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-wmwf-9ccg-fff5: Apache Tomcat Vulnerable to Relative Path Traversal

The fix for bug 60013 introduced a regression where the rewritten URL was normalized before it was decoded. This introduced the possibility that, for rewrite rules that rewrite query parameters to the URL, an attacker could manipulate the request URI to bypass security constraints including the protection for /WEB-INF/ and /META-INF/. If PUT requests were also enabled then malicious files could be uploaded leading to remote code execution. PUT requests are normally limited to trusted users and it is considered unlikely that PUT requests would be enabled in conjunction with a rewrite that manipulated the URI.

This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.10, from 10.1.0-M1 through 10.1.44, from 9.0.0.M11 through 9.0.108.

The following versions were EOL at the time the CVE was created but are known to be affected: 8.5.6 though 8.5.100. Other, older, EOL versions may also be affected. Users are recommended to upgrade to version 11.0.11 or later, 10.1.45 or later or 9.0.109 or later, which fix the issue.

ghsa
#web#apache#git#java#rce#maven
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2025-55752

Apache Tomcat Vulnerable to Relative Path Traversal

High severity GitHub Reviewed Published Oct 27, 2025 to the GitHub Advisory Database • Updated Oct 28, 2025

Package

maven org.apache.tomcat.embed:tomcat-embed-core (Maven)

Affected versions

>= 11.0.0-M1, < 11.0.11

>= 10.1.0-M1, < 10.1.45

>= 9.0.0.40, < 9.0.109

>= 8.5.60, <= 8.5.100

Patched versions

11.0.11

10.1.45

9.0.109

maven org.apache.tomcat:tomcat (Maven)

>= 11.0.0-M1, < 11.0.11

>= 10.1.0-M1, < 10.1.45

>= 9.0.0.40, < 9.0.109

>= 8.5.60, <= 8.5.100

maven org.apache.tomcat:tomcat-catalina (Maven)

>= 11.0.0-M1, < 11.0.11

>= 10.1.0-M1, < 10.1.45

>= 9.0.0.40, < 9.0.109

>= 8.5.60, <= 8.5.100

Published to the GitHub Advisory Database

Oct 27, 2025

Last updated

Oct 28, 2025

ghsa: Latest News

GHSA-g59r-24g3-h7cm: Statamic Vulnerable to Superadmin Account Takeover via Stored Cross-Site Scripting and Lack of Proper X-CSRF-TOKEN Server-Side Validation