CVE-2026-53495
published 2026-09-09CVE-2026-53495: containerd: CRI ExecSync Goroutine Leak Leads to Node-Level Denial of Service ### Impact A bug in containerd's CRI ExecSync implementation allows exec probes…
medium
containerd: CRI ExecSync Goroutine Leak Leads to Node-Level Denial of Service ### Impact A bug in containerd's CRI ExecSync implementation allows exec probes and lifecycle hooks with background child processes to keep containerd's stdio-drain goroutines indefinitely blocked. Because the I/O drain phase lacks a default timeout or context cancellation handling, repeated ExecSync invocations (like probes) that include long-lived background processes against a container can cause containerd to leak goroutines and host memory. Over time, this resource exhaustion can cause the containerd daemon to be terminated by the OOM killer, rendering containerd unavailable until it is restarted. This issue affects containerd on Linux systems running with the CRI plugin enabled. Users not using containerd's CRI implementation or not running containers on Linux are not affected. ### Patches This bug has been fixed in containerd 2.3.5, 2.2.8, 2.0.12, and 1.7.35. Users should update to these versions to resolve the issue. ### Workarounds Ensure exec probes and lifecycle hooks do not launch long-lived background child processes. ### Credits The containerd project would like to thank XlabAI Team of Tencent Xuanwu Lab ([email protected]), including Guannan Wang, Zhanpeng Liu, Jiashuo Liang, and Guancheng Li, and @IamwhatIamSY who independently discovered and responsibly disclosed this issue in accordance with the [containerd security policy](https://github.com/containerd/project/blob/main/SECURITY.md). ### For more information If there are any questions or comments about this advisory: * Open an issue in [containerd](https://github.com/containerd/containerd/issues/new/choose) * Send an email to [[email protected]](mailto:[email protected]) To report a security issue in containerd: * [Report a new vulnerability](https://github.com/containerd/containerd/security/advisories/new) * Send an email to [[email protected]](mailto:[email protected])
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| github.com | containerd_containerd | >= 0 < 1.7.35 | 1.7.35 |
| github.com | containerd_containerd_v2 | >= 0 < 2.0.12 | 2.0.12 |
| github.com | containerd_containerd_v2 | >= 2.2.0 < 2.2.8 | 2.2.8 |
| github.com | containerd_containerd_v2 | >= 2.3.0 < 2.3.5 | 2.3.5 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
containerd: CRI ExecSync Goroutine Leak Leads to Node-Level Denial of Service
ghsa·2026-09-09
CVE-2026-53495 [MEDIUM] CWE-400 containerd: CRI ExecSync Goroutine Leak Leads to Node-Level Denial of Service
containerd: CRI ExecSync Goroutine Leak Leads to Node-Level Denial of Service
### Impact
A bug in containerd's CRI ExecSync implementation allows exec probes and lifecycle hooks with background child processes to keep containerd's stdio-drain goroutines indefinitely blocked. Because the I/O drain phase lacks a default timeout or context cancellation handling, repeated ExecSync invocations (like probes) that include long-lived background processes against a container can cause containerd to leak goroutines and host memory. Over time, this resource exhaustion can cause the containerd daemon to be terminated by the OOM killer, rendering containerd unavailable until it is restarted. This issue affects containerd on Linux systems running with the CRI plugin enabled. Users not using containerd
VulDB
containerd prior 1.7.35/2.0.12/2.2.8/2.3.5 CRI ExecSync execSync resource consumption
vuldb·2026-09-09
CVE-2026-53495 [CRITICAL] containerd prior 1.7.35/2.0.12/2.2.8/2.3.5 CRI ExecSync execSync resource consumption
A vulnerability identified as critical has been detected in containerd. This affects the function execSync of the component CRI ExecSync. Performing a manipulation results in resource consumption.
This vulnerability is known as CVE-2026-53495. Remote exploitation of the attack is possible. No exploit is available.
You should upgrade the affected component.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-09-09
Published