Description
Incorrect Authorization vulnerability in Apache Tomcat's FORM authentication process allows the bypassing of a security constraint that limits user has access to a resource POST but not GET.







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.0 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 fixes the issue.
Published: 2026-08-25
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized method access
Action: Apply Patch
AI Analysis

Impact

An incorrect authorization check in Tomcat’s FORM authentication can allow an authenticated user to bypass a security constraint that restricts access to a resource by HTTP method, enabling a GET request where only POST was permitted. This flaw can expose protected data or trigger unintended actions through GET, compromising the intended confidentiality and integrity of the resource. The weakness involves both a missing authorization boundary (CWE‑863) and an improper access control issue (CWE‑551).

Affected Systems

This vulnerability affects Apache Tomcat versions 11.0.0‑M1 through 11.0.24, 10.1.0‑M1 through 10.1.57, and 9.0.0.M1 through 9.0.120. End‑of‑life releases 8.5.0 through 8.5.100 and 7.0.0 through 7.0.109 are also affected, and other unsupported releases may be vulnerable.

Risk and Exploitability

The flaw permits method‑based authorization bypass when a user is authenticated via FORM; an attacker with valid credentials can request the restricted resource by GET and gain access that should have been denied. The EPSS score is < 1%, indicating a low probability of exploitation in the wild, yet the CVSS score of 9.1 reflects a very high severity. The impact on confidentiality and integrity is significant. Because the vulnerability is a typical missing‑authorization logic error, it is trivial to exploit once the attacker has access to the authenticated session, making it a high‑risk issue for exposed applications that rely on method constraints.

Generated by OpenCVE AI on September 1, 2026 at 14:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to 11.0.25, 10.1.58, or 9.0.121 or newer, which contains the fix.
  • Re‑enable or review SecurityConstraint entries to enforce method restrictions, ensuring only intended HTTP methods are allowed for each protected resource.
  • Monitor web logs for anomalous GET requests to previously restricted endpoints and block such traffic if an upgrade cannot be performed immediately.

Generated by OpenCVE AI on September 1, 2026 at 14:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-h3x4-894j-xpx5 Apache Tomcat's FORM authentication process has an Incorrect Authorization vulnerability
History

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
First Time appeared Apache tomcat
CPEs cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*
Vendors & Products Apache tomcat

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

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

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:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache apache Tomcat
Vendors & Products Apache
Apache apache Tomcat

Tue, 25 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description Incorrect Authorization vulnerability in Apache Tomcat's FORM authentication process allows the bypassing of a security constraint that limits user has access to a resource POST but not GET. 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.0 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 fixes the issue.
Title Apache Tomcat: Redirect after FORM auth may bypass method specific constraints
Weaknesses CWE-863
References

Subscriptions

Apache Apache Tomcat Tomcat
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-26T18:40:55.312Z

Reserved: 2026-07-30T16:56:11.472Z

Link: CVE-2026-68525

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-27T15:15:02.453

Link: CVE-2026-68525

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T21:57:18Z

Links: CVE-2026-68525 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:30:18Z

Weaknesses
  • CWE-551

    Incorrect Behavior Order: Authorization Before Parsing and Canonicalization

  • CWE-863

    Incorrect Authorization