Description
Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat when creating unix domain sockets allows an unauthorised local user to access the unix domain socket.



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.42 through 9.0.120.



Users are recommended to upgrade to version 11.0.25, 10.1.58, 9.0.121, which fixes the issue.
Published: 2026-08-25
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Tomcat contains a Time‑of‑Check Time‑of‑Use (TOCTOU) race condition in the code that creates Unix Domain Sockets. The flaw allows a local user who can exploit the race to access the socket after it is created, potentially enabling the user to send arbitrary commands or read data that should be restricted. This weakness is characterized by CWE-367 and results in unauthorized local access rather than remote code execution.

Affected Systems

The vulnerability affects Apache Tomcat versions 11.0.0-M1 through 11.0.24, 10.1.0-M1 through 10.1.57, and 9.0.42 through 9.0.120. These are provided by the Apache Software Foundation, and the affected product is the Tomcat application server.

Risk and Exploitability

The exploit requires a local user with file system permissions that allow the TOCTOU race. There is no known remote attack vector or public exploit, and no CVSS score or EPSS data are available, so the precise severity is unclear. The vulnerability is not listed in CISA KEV, indicating no public data about active exploitation. Nevertheless, any unauthorized local user could use the socket to communicate with Tomcat services or bypass authentication checks if the socket is bound to privileged services.

Generated by OpenCVE AI on August 26, 2026 at 01:24 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 where the race condition is fixed.
  • Ensure the Tomcat process runs with the minimal required local user privileges and restrict file system access to the directory that holds Unix Domain Sockets.
  • If an upgrade is not immediately possible, disable the use of Unix Domain Sockets in Tomcat's configuration to eliminate the vulnerable code path until a patch can be applied.

Generated by OpenCVE AI on August 26, 2026 at 01:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat when creating unix domain sockets allows an unauthorised local user to access the unix domain socket. 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.42 through 9.0.120. Users are recommended to upgrade to version 11.0.25, 10.1.58, 9.0.121, which fixes the issue.
Title Apache Tomcat: TOCTOU when setting specific permissions for Unix Domain Sockets
Weaknesses CWE-367
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-25T21:44:49.363Z

Reserved: 2026-07-21T18:45:53.137Z

Link: CVE-2026-65183

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-25T22:17:05.050

Link: CVE-2026-65183

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T01:30:16Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition