CVE-2024-52316
18.11.2024, 12:15
Unchecked Error Condition vulnerability in Apache Tomcat. If Tomcat is configured to use a custom Jakarta Authentication (formerly JASPIC)ServerAuthContext component which may throw an exception during the authentication process without explicitly setting an HTTP status to indicate failure, the authentication may not fail, allowing the user to bypass the authentication process. There are no known JakartaAuthentication components that behave in this way. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M26, from 10.1.0-M1 through 10.1.30, from 9.0.0-M1 through 9.0.95. Users are recommended to upgrade to version 11.0.0, 10.1.31 or 9.0.96, which fix the issue.Enginsight
Vendor | Product | Version |
---|---|---|
apache | tomcat | 9.0.0 ≤ 𝑥 < 9.0.96 |
apache | tomcat | 10.1.0 ≤ 𝑥 < 10.1.31 |
apache | tomcat | 11.0.0:milestone1 |
apache | tomcat | 11.0.0:milestone10 |
apache | tomcat | 11.0.0:milestone11 |
apache | tomcat | 11.0.0:milestone12 |
apache | tomcat | 11.0.0:milestone13 |
apache | tomcat | 11.0.0:milestone14 |
apache | tomcat | 11.0.0:milestone15 |
apache | tomcat | 11.0.0:milestone16 |
apache | tomcat | 11.0.0:milestone17 |
apache | tomcat | 11.0.0:milestone18 |
apache | tomcat | 11.0.0:milestone19 |
apache | tomcat | 11.0.0:milestone2 |
apache | tomcat | 11.0.0:milestone20 |
apache | tomcat | 11.0.0:milestone21 |
apache | tomcat | 11.0.0:milestone22 |
apache | tomcat | 11.0.0:milestone23 |
apache | tomcat | 11.0.0:milestone24 |
apache | tomcat | 11.0.0:milestone25 |
apache | tomcat | 11.0.0:milestone26 |
apache | tomcat | 11.0.0:milestone3 |
apache | tomcat | 11.0.0:milestone4 |
apache | tomcat | 11.0.0:milestone5 |
apache | tomcat | 11.0.0:milestone6 |
apache | tomcat | 11.0.0:milestone7 |
apache | tomcat | 11.0.0:milestone8 |
apache | tomcat | 11.0.0:milestone9 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tomcat10 |
| ||||||||||||||||
tomcat6 |
| ||||||||||||||||
tomcat7 |
| ||||||||||||||||
tomcat8 |
| ||||||||||||||||
tomcat9 |
|
Common Weakness Enumeration
- CWE-391 - Unchecked Error Condition[PLANNED FOR DEPRECATION. SEE MAINTENANCE NOTES AND CONSIDER CWE-252, CWE-248, OR CWE-1069.] Ignoring exceptions and other error conditions may allow an attacker to induce unexpected behavior unnoticed.
- CWE-754 - Improper Check for Unusual or Exceptional ConditionsThe software does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the software.