Description
Improper Authentication vulnerability in Apache Tomcat allowed a replay attack against the EncryptionInterceptor in the cluster component.

This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.22, from 10.1.0-M1 through 10.1.55, from 9.0.13 through 9.0.18, from 8.5.38 through 8.5.100, from 7.0.100 through 7.0.109.

Users are recommended to upgrade to version 11.0.23, 10.1.56, 9.0.119, which fixes the issue.
Published: 2026-06-29
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Improper Authentication in Apache Tomcat’s EncryptionInterceptor in the cluster component permits a replay of previously captured encrypted messages, allowing an attacker to impersonate a legitimate node or client. This flaw violates proper authentication controls (CWE-287) and lacks replay protection mechanisms (CWE-294). The effect is that an attacker may gain unauthorized access to inter‑node communication, potentially escalating privileges and compromising the confidentiality and integrity of the cluster environment.

Affected Systems

The vulnerability affects Apache Tomcat versions ranging from 7.0.100 to 7.0.109, 8.5.38 to 8.5.100, 9.0.13 to 9.0.18, 10.1.0‑M1 to 10.1.55, and 11.0.0‑M1 to 11.0.22. Ongoing support indicates that upgrading to 11.0.23, 10.1.56, or 9.0.119 resolves the issue; versions for the 8.5 and 7.x lines are not listed in the advisory.

Risk and Exploitability

The CVSS score of 6.5 denotes a moderate to high risk. The EPSS score of < 1% indicates a low probability of exploitation in the wild, but the flaw is not present in the CISA KEV catalog. An attacker would need network access to the Tomcat cluster, the ability to intercept or fabricate encrypted cluster traffic, and sufficient time to replay a captured message. If successful, they could impersonate a node and inject malicious data, elevating the impact of the attack.

Generated by OpenCVE AI on June 30, 2026 at 16:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to the latest supported version—11.0.23, 10.1.56, or 9.0.119 depending on the release family. If an immediate upgrade is infeasible, temporarily disable the cluster component or isolate the cluster subnet from untrusted networks.
  • Ensure that inter‑node communication mandates fresh, validated authentication for every message and consider enforcing transport‑level security such as TLS, which mitigates replay attempts even if replay protection in the application layer is missing.
  • Implement monitoring to detect repeated or anomalous cluster messages that could indicate replay activity, and audit cluster logs for unauthorized node connections.

Generated by OpenCVE AI on June 30, 2026 at 16:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 30 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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

cvssV3_1

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


Tue, 30 Jun 2026 03:30:00 +0000

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

Tue, 30 Jun 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Redhat
Redhat hummingbird
Weaknesses CWE-294
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Mon, 29 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
Description Improper Authentication vulnerability in Apache Tomcat allowed a replay attack against the EncryptionInterceptor in the cluster component. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.22, from 10.1.0-M1 through 10.1.55, from 9.0.13 through 9.0.18, from 8.5.38 through 8.5.100, from 7.0.100 through 7.0.109. Users are recommended to upgrade to version 11.0.23, 10.1.56, 9.0.119, which fixes the issue.
Title Apache Tomcat: EncryptInterceptor not protected against replay attacks
Weaknesses CWE-287
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-06-30T13:22:14.917Z

Reserved: 2026-06-17T18:04:49.663Z

Link: CVE-2026-55955

cve-icon Vulnrichment

Updated: 2026-06-29T22:24:33.117Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-29T20:44:39Z

Links: CVE-2026-55955 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-30T16:30:16Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-294

    Authentication Bypass by Capture-replay