7.3 CVE-2025-46701

 

Improper Handling of Case Sensitivity vulnerability in Apache Tomcat's GCI servlet allows security constraint bypass of security constraints that apply to the pathInfo component of a URI mapped to the CGI servlet. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.6, from 10.1.0-M1 through 10.1.40, from 9.0.0.M1 through 9.0.104. The following versions were EOL at the time the CVE was created but are known to be affected: 8.5.0 though 8.5.100. Other, older, EOL versions may also be affected. Users are recommended to upgrade to version 11.0.7, 10.1.41 or 9.0.105, which fixes the issue.
https://nvd.nist.gov/vuln/detail/CVE-2025-46701

Categories

CWE-178 : Improper Handling of Case Sensitivity
The product does not properly account for differences in case sensitivity when accessing or determining the properties of a resource, leading to inconsistent results. Avoid making decisions based on names of resources (e.g. files) if those resources can have alternate names. Inputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked. Application server allows attackers to bypass execution of a jsp page and read the source code using an upper case JSP extension in the request. The server is case sensitive, so filetype handlers treat .jsp and .JSP as different extensions. JSP source code may be read because .JSP defaults to the filetype "text". The server is case sensitive, so filetype handlers treat .jsp and .JSP as different extensions. JSP source code may be read because .JSP defaults to the filetype "text". A URL that contains some characters whose case is not matched by the server's filters may bypass access restrictions because the case-insensitive file system will then handle the request after it bypasses the case sensitive filter. Server allows remote attackers to obtain source code of CGI scripts via URLs that contain MS-DOS conventions such as (1) upper case letters or (2) 8.3 file names. Task Manager does not allow local users to end processes with uppercase letters named (1) winlogon.exe, (2) csrss.exe, (3) smss.exe and (4) services.exe via the Process tab which could allow local users to install Trojan horses that cannot be stopped. chain: Code was ported from a case-sensitive Unix platform to a case-insensitive Windows platform where filetype handlers treat .jsp and .JSP as different extensions. JSP source code may be read because .JSP defaults to the filetype "text". Leads to interpretation error Directories may be listed because lower case web requests are not properly handled by the server. File extension check in forum software only verifies extensions that contain all lowercase letters, which allows remote attackers to upload arbitrary files via file extensions that include uppercase letters. Web server restricts access to files in a case sensitive manner, but the filesystem accesses files in a case insensitive manner, which allows remote attackers to read privileged files using alternate capitalization. Case insensitive passwords lead to search space reduction. HTTP server allows bypass of access restrictions using URIs with mixed case. Mixed upper/lowercase allows bypass of ACLs. Bypass malicious script detection by using tokens that aren't case sensitive. Mixed case problem allows "admin" to have "Admin" rights (alternate name property). Chain: uppercase file extensions causes web server to return script source code instead of executing the script. Chain: A microservice integration and management platform compares the hostname in the HTTP Host header in a case-sensitive way (CWE-178, CWE-1289), allowing bypass of the authorization policy (CWE-863) using a hostname with mixed case or other variations.

References

af854a3a-2127-422b-91ae-364da2661108

security@apache.org


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:* >= 9.0.0 < 9.0.105
cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:* >= 10.1.0 < 10.1.41
cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:* >= 11.0.0 < 11.0.7


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry