Description
Detection of Error Condition Without Action vulnerability in Apache Tomcat when configuring CRLs for a FFM based connector.

This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.22, from 10.1.0-M7 through 10.1.55, from 9.0.83 through 9.0.118.

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

Impact

The vulnerability arises when Apache Tomcat’s FFM connector is configured with an invalid certificate revocation list, but the system fails to abort processing or take remedial action. This flaw allows a malicious actor to supply a forged or expired client certificate that would normally be detected, enabling impersonation or unauthorized access to protected resources. The weakness is a classic case of detection of an error condition without subsequent handling, a type of flaw listed as CWE‑390.

Affected Systems

Systems running Apache Tomcat versions 11.0.0‑M1 through 11.0.22, 10.1.0‑M7 through 10.1.55, or 9.0.83 through 9.0.118 are affected. The issue is specific to Tomcat releases.

Risk and Exploitability

Based on the available metrics, the vulnerability has a CVSS score of 9.1, indicating high severity. The EPSS score of < 1% (0.00174) suggests that the exploitation probability is low but not zero. The vulnerability is not listed in the CISA KEV catalog. The lack of failure on CRL errors means that an attacker can potentially bypass revocation checks without detection. Based on the description, it is inferred that an attacker could trigger the flaw by sending a request with an invalid or missing CRL to the FFM connector. The attack could be performed either locally or remotely depending on the exposure of the connector, and no additional authentication or privileged access appears to be required. This flaw permits revocation checks to be bypassed, enabling potential credential forgery and unauthorized data access.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to a fixed release (11.0.23, 10.1.56, or 9.0.119).
  • Re‑configure the CRL settings to ensure that any invalid or missing list causes the server to reject the connection rather than proceed silently.
  • Validate certificate paths externally or employ a separate validation component that enforces stricter revocation policies.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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

cvssV3_1

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


Tue, 30 Jun 2026 02: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
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Low


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

Type Values Removed Values Added
Description Detection of Error Condition Without Action vulnerability in Apache Tomcat when configuring CRLs for a FFM based connector. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.22, from 10.1.0-M7 through 10.1.55, from 9.0.83 through 9.0.118. Users are recommended to upgrade to version 11.0.23, 10.1.56 or 9.0.119, which fixes the issue.
Title Apache Tomcat: Invalid CRL configuration doesn't trigger failure for FFM Connector
Weaknesses CWE-390
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-06-30T12:28:36.391Z

Reserved: 2026-06-09T14:08:56.764Z

Link: CVE-2026-53434

cve-icon Vulnrichment

Updated: 2026-06-30T12:28:08.720Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-29T20:41:06Z

Links: CVE-2026-53434 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-30T16:00:15Z

Weaknesses
  • CWE-390

    Detection of Error Condition Without Action