Description
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') vulnerability in Apache Tomcat allows an attacker to inject trailer fields into another HTTP/2 request.



This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.25, from 10.1.0-M1 through 10.1.59, from 9.0.39 through 9.0.121.



The following versions were EOL at the time the CVE was created but are
known to be affected: from 8.5.59 through 8.5.100. Other unsupported versions may also be affected.




Users are recommended to upgrade to version 11.0.26, 10.1.60, 9.0.122, which fix the issue.
Published: 2026-09-23
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: Injection of HTTP/2 trailer fields can alter request metadata
Action: Patch Immediately
AI Analysis

Impact

Apache Tomcat is vulnerable to a race condition in its HPACK emitter that allows a concurrent request to inject HTTP/2 trailer fields into a different, recycled request. The flaw arises from improper synchronization of a shared request pool. An attacker can manipulate request trailers, which may cause the server to misinterpret request metadata or trigger unintended application behavior. While the CVE does not claim remote code execution, the injection can potentially subvert request handling or leak sensitive data.

Affected Systems

Affected versions are Apache Tomcat 10.1.0-M1 through 10.1.59, 9.0.39 through 9.0.121, 8.5.59 through 8.5.100 (EOL), and 11.0.0-M1 through 11.0.25. The vendor has released fixes in Tomcat 11.0.26, 10.1.60, and 9.0.122.

Risk and Exploitability

The EPSS score for this vulnerability is not available and it is not listed in the CISA KEV catalog, indicating no publicly documented exploits at the time of analysis. The likely attack vector is a network‑level attacker sending specially crafted HTTP/2 requests to a Tomcat instance, exploiting the race condition during request processing. Because the flaw manipulates shared request objects, multiple compromised requests could affect several users on the same server, potentially leading to malformed responses or denial of service. Even though the exact impact is limited to trailer manipulation, the possibility of altering request semantics warrants immediate remediation.

Generated by OpenCVE AI on September 23, 2026 at 13:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Tomcat to the latest patched version (e.g., 11.0.26, 10.1.60, or 9.0.122).
  • If an upgrade cannot be performed immediately, temporarily disable HTTP/2 support on the affected Tomcat instances to prevent trailer injection during request handling.
  • Continuously monitor Tomcat logs for unexpected HTTP trailer fields and validate that request metadata is consistent with application expectations.

Generated by OpenCVE AI on September 23, 2026 at 13:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Wed, 23 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') vulnerability in Apache Tomcat allows an attacker to inject trailer fields into another HTTP/2 request. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.25, from 10.1.0-M1 through 10.1.59, from 9.0.39 through 9.0.121. The following versions were EOL at the time the CVE was created but are known to be affected: from 8.5.59 through 8.5.100. Other unsupported versions may also be affected. Users are recommended to upgrade to version 11.0.26, 10.1.60, 9.0.122, which fix the issue.
Title Apache Tomcat: Stale HPACK emitter injects trailers into recycled pooled Request
Weaknesses CWE-362
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-23T15:40:13.579Z

Reserved: 2026-08-21T10:14:30.089Z

Link: CVE-2026-77762

cve-icon Vulnrichment

Updated: 2026-09-23T15:39:51.989Z

cve-icon NVD

Status : Received

Published: 2026-09-23T12:17:06.800

Modified: 2026-09-23T16:16:44.890

Link: CVE-2026-77762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T13:45:04Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')