CVE-2026-75973: Apache Tomcat: Cross-context authentication mix-up with Jakarta Authentication configured
Low-severity Tomcat CVE-2026-75973 can mix authentication across apps using Jakarta Authentication.
Mark Thomas disclosed CVE-2026-75973, a low-severity improper authentication flaw in Apache Tomcat. When Jakarta Authentication uses SimpleAuthConfigProvider as the default provider and multiple web applications use that configuration, cross-context authentication mix-up is possible. Affected lines include Tomcat 11.0.0-M1 through 11.0.25, 10.1.0-M1 through 10.1.59, 9.0.0.M4 through 9.0.121, and 8.5.0 through 8.5.100. Tomcat through 7.0.109 is unaffected, and no exploitation is reported.
- Vendor rates the improper-authentication issue low
- Occurs when SimpleAuthConfigProvider is the default Jakarta Authentication provider
- Multiple web applications can share that provider and mix up authentication
- Tomcat through 7.0.109 is listed as unaffected
Vulnerabilities mentionedAll →
- CVE-2026-759737.3—Cross-Application Authentication Bypass in Apache Tomcatpublished · Apache Tomcat
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-75973 | Cross-Application Authentication Bypass in Apache Tomcat This is an improper authentication vulnerability in Apache Tomcat. It occurs when Jakarta Authentication is configured with SimpleAuthConfigProvider as the default and multiple web applications use that provider; the security realm from the first application to authenticate a request is incorrectly applied to all subsequent applications. This allows an attacker to gain unauthorized access to a different web application's resources by triggering authentication in the intended application first. The flaw affects multiple supported and end-of-life Tomcat versions. There is no known public proof-of-concept or in-the-wild exploitation at this time. Do: Upgrade Apache Tomcat to version 11.0.26, 10.1.60, or 9.0.122, depending on your current major version line. If you cannot upgrade immediately, ensure your web applications do not rely on the SimpleAuthConfigProvider or evaluate alternative authentication configurations. Review your Jakarta Authentication setup to confirm that the intended security realm is correctly applied to each application. |
Posted by Mark Thomas on Sep 23 Severity: low Affected versions: - Apache Tomcat 11.0.0-M1 through 11.0.25 - Apache Tomcat 10.1.0-M1 through 10.1.59 - Apache Tomcat 9.0.0.M4 through 9.0.121 - Apache Tomcat 8.5.0 through 8.5.100 - Apache Tomcat through 7.0.109 unaffected Description: Improper Authentication vulnerability in Apache Tomcat. When Jakarta Authentication was configured with SimpleAuthConfigProvider as the default provider and multiple web application used that...
This source does not provide full text. Read it at seclists.org.