Description
Improper Authorization vulnerability in Apache Tomcat leads to security constraints specified for the default servlet ignoring any method or method omission configured as part of the constraint.

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.0.M1 through 9.0.118, from 8.5.0 through 8.5.100, from 7.0.0 through 7.0.109. Other versions that have reached end of support may also be affected.

Users are recommended to upgrade to version 11.0.23, 10.1.56 or 9.0.119, which fix 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 Authorization in Apache Tomcat causes security constraints defined for the default servlet to be ignored, regardless of the HTTP method specified. This omission enables an attacker to access resources protected by these constraints, effectively bypassing authentication or role checks governed by the servlet’s configuration. The failure aligns with CWE‑285, Unauthorized Access, as well as CWE‑551, indicating issues in configuration handling that can lead to improper access control. It can compromise the confidentiality or integrity of any data served through the default servlet.

Affected Systems

The vulnerability affects Apache Tomcat across several major release streams. Versions from 11.0.0‑M1 through 11.0.22, from 10.1.0‑M1 through 10.1.55, from 9.0.0.M1 through 9.0.118, from 8.5.0 through 8.5.100, and from 7.0.0 through 7.0.109 are susceptible. In addition, any older releases that have reached end‑of‑support may also be impacted. The flaw is fixed in Tomcat 11.0.23, 10.1.56, 9.0.119 and newer.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity vulnerability, and with an EPSS score of < 1% the probability of exploitation appears low. Nevertheless, the flaw still enables direct authorization bypass and remains not listed in the CISA KEV catalog. An external user can send HTTP requests to the affected servlet to trigger the constraint bypass, though this attack vector is inferred rather than directly stated. Although the EPSS score is low, the nature of the flaw suggests a plausible exploitation path for anyone who can send traffic to the application.

Generated by OpenCVE AI on July 15, 2026 at 11:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to a fixed version (Tomcat 11.0.23, 10.1.56, 9.0.119, or newer).
  • Verify that the default servlet configuration has not been overridden to use insecure method restrictions.
  • If upgrading is not immediately possible, restrict access to the default servlet by configuring appropriate security constraints or disabling the default servlet entirely.

Generated by OpenCVE AI on July 15, 2026 at 11:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 00:15:00 +0000

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Metrics 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'}

ssvc

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


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

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

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

Type Values Removed Values Added
Description Improper Authorization vulnerability in Apache Tomcat leads to security constraints specified for the default servlet ignoring any method or method omission configured as part of the constraint. 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.0.M1 through 9.0.118, from 8.5.0 through 8.5.100, from 7.0.0 through 7.0.109. Other versions that have reached end of support may also be affected. Users are recommended to upgrade to version 11.0.23, 10.1.56 or 9.0.119, which fix the issue.
Title Apache Tomcat: Security constraints for default servlet ignored method
Weaknesses CWE-285
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-06-30T13:25:31.049Z

Reserved: 2026-06-17T18:36:32.030Z

Link: CVE-2026-55956

cve-icon Vulnrichment

Updated: 2026-06-30T13:25:26.064Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-29T20:46:02Z

Links: CVE-2026-55956 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-15T11:30:17Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-551

    Incorrect Behavior Order: Authorization Before Parsing and Canonicalization