CVE-2026-66422
Apache Software Foundation · Apache Tomcat
Apache Tomcat contains an improper authorization vulnerability where security-role-ref definitions are incorrectly used as role aliases, potentially leading to unauthorized integrity and availability impacts.
Executive summary
A high-severity improper authorization flaw in Apache Tomcat allows authenticated users to potentially bypass role restrictions, creating a risk of unauthorized administrative actions.
Vulnerability
This vulnerability involves CWE-285 (Improper Authorization), where security-role-ref definitions are incorrectly treated as role aliases by the Realm. This allows an authenticated user with low privileges to potentially gain unauthorized access to restricted functions.
Business impact
The exploitation of this flaw could result in significant integrity and availability impacts, allowing attackers to perform unauthorized operations within the application environment. With a CVSS score of 8.1, the vulnerability poses a substantial risk to business operations, particularly in environments where role-based access control is the primary defense against internal abuse or compromised user accounts.
Remediation
Immediate Action: Upgrade to Apache Tomcat versions 11.0.25, 10.1.58, or 9.0.121 to apply the vendor-supplied security fix.
Proactive Monitoring: Review web application access logs for unusual patterns of authorization failures or unexpected administrative actions performed by low-privileged accounts.
Compensating Controls: Ensure that sensitive endpoints are protected by additional application-layer authorization checks that do not rely solely on the underlying container Realm configuration.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the high CVSS severity and the potential for privilege escalation within the application container, administrators must prioritize patching Apache Tomcat to the recommended versions. Failure to update may leave critical business applications vulnerable to unauthorized role-based access, and all affected instances should be updated as part of the next maintenance cycle.
More Apache Software Foundation CVEs
Sources
Originally found and disclosed by 4ra1n, pyn3rd and unam4, per the CVE Program record.