Description
Missing release of resource after effective lifetime, Comparison using wrong factors vulnerability in Apache Tomcat allows a denial of service as a result of lost time outs for asynchronous WebSocket writes.



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.0.M1 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.0 through 8.5.100, from 7.0.43 through 7.0.109. Other unsupported versions may also be affected.



Users are recommended to upgrade to version 11.0.26, 10.1.60 or 9.0.122, which fix the issue.
Published: 2026-09-23
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service via lost asynchronous WebSocket write timeouts
Action: Apply Patch
AI Analysis

Impact

Apache Tomcat contains a flaw where a resource is not released after its effective lifetime, and the logic used to compare timeouts is incorrect. The result is that socket write operations can time out without proper cleanup, causing a buildup of unreleased resources and ultimately driving the server into a state where new WebSocket connections cannot be served. This leads to a denial of service that can be triggered by normal use of the WebSocket API and results in degraded or unavailable service for clients. The weakness is reflected in the CWE‑1025 (Improper Release of Resource) and CWE‑772 (Missing Release of Resource) categories.

Affected Systems

Apache Tomcat versions from 11.0.0‑M1 through 11.0.25, from 10.1.0‑M1 through 10.1.59, and from 9.0.0.M1 through 9.0.121 are affected. Earlier end‑of‑life releases from 8.5.0 through 8.5.100 and from 7.0.43 through 7.0.109 are also known to be impacted; additional unsupported releases may be affected as well.

Risk and Exploitability

The CVSS score is not provided but the vulnerability allows an attacker to cause a denial of service, which is a high impact issue. EPSS is not available, so the quantitative likelihood is unknown, but the attack does not require privileged access or special environment; a remote user can exploit it by sending WebSocket messages that trigger asynchronous writes. Because the flaw is in the core implementation, any application using Tomcat’s WebSocket support potentially exposes itself. The vulnerability is not listed in the CISA KEV catalog, but it remains a critical risk for availability due to the lack of resource cleanup during slow or stalled connections.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tomcat to the latest supported release—11.0.26 or newer, 10.1.60 or newer, or 9.0.122 or newer—to contain the issue.
  • If an upgrade cannot be applied immediately, configure the server to restrict the number of concurrent WebSocket connections and enforce strict write‑timeout policies to reduce the chance of resource exhaustion.
  • Continuously monitor server performance and logs for unusually high connection counts or time‑out messages, and reactivate mitigation steps when signs of exploitation appear.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

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

Type Values Removed Values Added
Description Missing release of resource after effective lifetime, Comparison using wrong factors vulnerability in Apache Tomcat allows a denial of service as a result of lost time outs for asynchronous WebSocket writes. 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.0.M1 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.0 through 8.5.100, from 7.0.43 through 7.0.109. Other unsupported versions may also be affected. Users are recommended to upgrade to version 11.0.26, 10.1.60 or 9.0.122, which fix the issue.
Title Apache Tomcat: WebSocket DoS due to lost asynchronous write timeout
Weaknesses CWE-1025
CWE-772
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-23T11:28:03.338Z

Reserved: 2026-08-25T11:23:12.731Z

Link: CVE-2026-79677

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-23T12:17:07.593

Link: CVE-2026-79677

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T14:15:05Z

Weaknesses
  • CWE-1025

    Comparison Using Wrong Factors

  • CWE-772

    Missing Release of Resource after Effective Lifetime