Improper Authentication in Apache Tomcat - CVE-2026-75973
Published: September 23, 2026
Vulnerability details
The vulnerability allows a remote user to cause authentication to use another web application's realm.
The vulnerability exists due to improper isolation of authentication realms in Jakarta Authentication when multiple web applications use SimpleAuthConfigProvider as the default provider. A remote user can authenticate to a web application to cause authentication to use another web application's realm.
Authentication uses the realm of the first web application to authenticate a request.