External risk intelligence

Apache Tomcat DIGEST Authentication Bypass Vulnerability.

CVE advisorySeverity: CRITICAL (CVSS 9.8)

CVE-2026-65905

Apache Tomcat is a widely used web server and servlet container frequently deployed as an internet-facing service to host web applications and APIs. As the vulnerability resides within the DIGEST authentication mechanism, which is designed to handle incoming web traffic, the affected surface is public-facing by design in many common production deployments.

Halo Surface Signal: 5 out of 5 — more likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

An authentication bypass vulnerability has been identified in the DIGEST authenticator for Apache Tomcat, a widely used web server. This issue could potentially allow attackers to replay authenticated requests, which could have significant implications for systems that rely on this authentication method for security. The main concern at this stage is to confirm whether our deployed systems are affected by this vulnerability and to what extent.

  • Bypass authentication by replaying requests.
  • Widely used web server may be at risk.
  • Confirm relevance and exposure to Apache Tomcat.

Attack Path

How an attacker could exploit the issue

An attacker could exploit a vulnerability in Apache Tomcat's DIGEST authenticator by replaying a previously valid authentication request. This is possible if the client's nonce count is at the upper boundary of the replay window when a request is made. If successful, this could allow the attacker to bypass authentication.

  • No authentication required.
  • Replay an authenticated request.
  • Bypass authentication.

Live Threat

Current exploitation, exposure, and threat context

When supported by the advisory, an attacker could bypass authentication in Apache Tomcat's DIGEST authenticator, allowing for replayable requests under specific conditions related to the replay window and nonce count. This could potentially impact system access and service integrity.

  • Authentication bypass could occur.
  • Replayable requests may be used.
  • Unauthorized access could result.

Operational Fix

Recommended remediation, mitigation, and detection steps

The Apache Tomcat DIGEST authenticator's authentication bypass vulnerability requires immediate attention from teams managing web application infrastructure. Owners of Tomcat instances, platform engineering, and security operations should collaborate to identify all deployments, assess their exposure to unauthenticated network access, and prioritize remediation. This initial assessment will inform the risk-based planning for applying necessary updates or implementing mitigating controls.

  • Platform and application teams own remediation.
  • Verify Tomcat network exposure and critical services.
  • Plan and coordinate urgent security updates.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Apache Tomcat and how is it used?

Apache Tomcat is an open-source web server and servlet container. It provides a runtime environment for Java code, allowing developers to host web applications and APIs. It is frequently deployed to handle incoming network traffic and manage user authentication for these services.

How does this CVE-2026-65905 vulnerability work?

This is a replay vulnerability, classified as CWE-294 (Authentication Bypass by Capture-replay). It involves a flaw in how the DIGEST authenticator processes authentication tokens. If a request reaches a specific boundary in the replay window, the system incorrectly allows that request to be reused once, potentially tricking the server into accepting a request it should have rejected.

Do I need to worry about any network request triggering this?

No, it is not every request. The vulnerability specifically requires the client to send a request where the nonceCount is at the upper boundary of the replay window. If the nonceCount is not at this specific boundary, the conditions for this replay flaw are not met, and the bug will not be triggered by standard, valid traffic.

Why is this vulnerability relevant to my systems?

Halo Surface Signal indicates that Apache Tomcat is commonly deployed as an internet-facing service to host web applications. Because this flaw exists within the DIGEST authentication mechanism designed to handle public traffic, any Tomcat instance exposed to the internet is a primary concern for potential unauthorized access.

When should I upgrade my Apache Tomcat installation?

You should prioritize upgrading as soon as possible. Because this issue affects authentication, it is critical to move to the patched versions—11.0.25, 10.1.58, or 9.0.121—to secure your services. Start by identifying where Tomcat is running in your environment and coordinate with your infrastructure teams to schedule these updates.

References