Description
Improper Authentication vulnerability in Apache Tomcat meant that in some circumstances (e.g. CLIENT-CERT, SPNEGO) that a user would be authenticated even if the user did not exist in the DataSourceRealm.



This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.0.M1 through 9.0.120.







The following versions were EOL at the time the CVE was created but are
known to be affected: from 8.5.0 through 8.5.100, from 7.0.0 through 7.0.109. Other unsupported versions may also be affected.







Users are recommended to upgrade to version 11.0.25, 10.1.58 or 9.0.121, which fix the issue.
Published: 2026-08-25
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Access
Action: Patch
AI Analysis

Impact

An improper authentication flaw in Apache Tomcat can cause an attacker to be authenticated even when the user does not exist in the DataSourceRealm. This flaw allows a client to obtain authentication credentials for non‑existent users, effectively granting unauthorized access to protected resources. The weakness is classified as a CWE‑287 authentication bypass and also maps to CWE‑305, indicating an additional weakness related to improper restriction of operations within the bounds of a memory buffer.

Affected Systems

Apache Software Foundation’s Apache Tomcat is affected in all major releases from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, and from 9.0.0.M1 through 9.0.120. End‑of‑life versions from 8.5.0 through 8.5.100, and from 7.0.0 through 7.0.109 are also known to be affected, and other unsupported versions may be vulnerable.

Risk and Exploitability

The vulnerability requires the ability to interact with Tomcat over a network using authentication mechanisms such as CLIENT‑CERT or SPNEGO, making it exploitable from a remote location. The CVSS score is 8.1, indicating high severity, while the EPSS score shows a very low yet non‑zero exploitation probability (<1 %). The issue is not listed in CISA’s KEV catalog, but the potential for authentication bypass in a widely deployed web server warrants a moderate to high risk assessment. Attackers could exploit this flaw to gain unauthorized access to data or services hosted on Tomcat.

Generated by OpenCVE AI on September 1, 2026 at 14:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to version 11.0.25, 10.1.58, or 9.0.121 to apply the fix.
  • If an upgrade cannot be performed immediately, disable or remove CLIENT‑CERT and SPNEGO authentication mechanisms until the vulnerability is patched.
  • Review the DataSourceRealm configuration and enforce existence checks for users, or switch to a realm that validates user existence before granting authentication.

Generated by OpenCVE AI on September 1, 2026 at 14:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-305
References
Metrics threat_severity

None

threat_severity

Important


Thu, 27 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
References

Wed, 26 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache tomcat
Vendors & Products Apache
Apache tomcat

Tue, 25 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description Improper Authentication vulnerability in Apache Tomcat meant that in some circumstances (e.g. CLIENT-CERT, SPNEGO) that a user would be authenticated even if the user did not exist in the DataSourceRealm. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.0.M1 through 9.0.120. The following versions were EOL at the time the CVE was created but are known to be affected: from 8.5.0 through 8.5.100, from 7.0.0 through 7.0.109. Other unsupported versions may also be affected. Users are recommended to upgrade to version 11.0.25, 10.1.58 or 9.0.121, which fix the issue.
Title Apache Tomcat: Principal lookup can fail open in some cases
Weaknesses CWE-287
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-26T18:38:54.931Z

Reserved: 2026-07-31T07:51:47.785Z

Link: CVE-2026-68569

cve-icon Vulnrichment

Updated: 2026-08-26T02:30:40.822Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-25T22:17:05.837

Modified: 2026-08-27T14:27:23.650

Link: CVE-2026-68569

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-25T21:59:17Z

Links: CVE-2026-68569 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:30:18Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-305

    Authentication Bypass by Primary Weakness