Description
Authentication Bypass by Capture-replay vulnerability in Apache Tomcat's DIGEST authenticator. If, before windowSize requests have been made, a client makes a DIGEST
authenticated request with a nonceCount on the upper boundary of the
replay window then that request is replayable once only while the
associated nonceCount remains within the replay window.



 

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.30 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: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Replayable Authentication Bypass
Action: Upgrade
AI Analysis

Impact

Apache Tomcat’s DIGEST authenticator is vulnerable to a limited replay attack. An attacker who captures a DIGEST authentication request with a nonce count at the upper boundary of the server’s replay window can replay that request once while the nonce count remains within the window. The replay grants the attacker authenticated access to the requested resource without the victim’s credentials, representing an authentication bypass that can compromise confidentiality and integrity of application data.

Affected Systems

Apache Tomcat versions from 11.0.0-M1 to 11.0.24, 10.1.0-M1 to 10.1.57, and 9.0.0-M1 to 9.0.120 are affected. End‑of‑life releases 8.5.0 through 8.5.100 and 7.0.30 through 7.0.109 are also vulnerable, and other unsupported releases may be impacted. The issue is fixed in Apache Tomcat 11.0.25, 10.1.58, and 9.0.121.

Risk and Exploitability

The CVSS score of 9.8 classifies this flaw as critical. The EPSS score of less than 1 % indicates a low but nonzero likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. A successful exploit requires an attacker to capture a valid DIGEST authentication exchange before the nonce count reaches its upper limit; after interception, the attacker can replay the request once while the nonce count remains within the replay window. Based on the description, it is inferred that an attacker would need network visibility to the authentication traffic, such as on an unencrypted channel or a compromised network segment, to capture the exchange. Once the replay is performed, the server accepts the request and grants the attacker unauthorized access.

Generated by OpenCVE AI on August 26, 2026 at 19:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to the fixed releases 11.0.25, 10.1.58, or 9.0.121.
  • If an upgrade is not immediately feasible, disable DIGEST authentication or replace it with an alternative scheme such as BASIC over TLS or a token‑based method to eliminate replay risk.
  • Ensure all traffic to the servlet container is encrypted with TLS to prevent attackers from intercepting the authentication exchange.

Generated by OpenCVE AI on August 26, 2026 at 19:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-9xv2-5v5q-p794 Apache Tomcat's DIGEST authenticator has an Authentication Bypass by Capture-replay vulnerability
History

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

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 27 Aug 2026 15:30:00 +0000

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

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', '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:15: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 Authentication Bypass by Capture-replay vulnerability in Apache Tomcat's DIGEST authenticator. If, before windowSize requests have been made, a client makes a DIGEST authenticated request with a nonceCount on the upper boundary of the replay window then that request is replayable once only while the associated nonceCount remains within the replay window.   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.30 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: Limited replay attack possible with DIGEST authentication
Weaknesses CWE-294
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-26T15:21:11.604Z

Reserved: 2026-07-23T12:14:17.351Z

Link: CVE-2026-65905

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-27T15:17:49.277

Link: CVE-2026-65905

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T21:51:33Z

Links: CVE-2026-65905 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T20:00:11Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay