GHSA-pg57-6jwg-q645
Containerd has image-pull DoS via crafted OCI index graph amplification
Quick fix
GHSA-pg57-6jwg-q645 — github.com/containerd/containerd/v2: upgrade to the fixed version with the command below.
go get github.com/containerd/containerd/v2@v2.0.13Details
### Impact
A vulnerability exists in containerd's image pull handlers where a crafted OCI image index containing deeply nested or heavily fanned-out descriptor graphs can cause unbounded CPU and memory consumption. During the `PullImage` operation, the recursive traversal and processing of child descriptors lack sufficient depth and breadth limits, and fail to adequately deduplicate identical descriptors. This unbounded traversal leads to excessive resource allocation.
Consequently, pulling a malicious image reference can result in prolonged stalls during container creation and significant resource pressure on the host system. This issue occurs entirely during the image pull phase, prior to any container execution.
### Patches
This bug has been fixed in containerd 2.4.1, 2.3.6, 2.2.9, 2.0.13, and 1.7.36. Users should update to these versions to resolve the issue.
### Workarounds
There are no known workarounds for this issue. Users are advised to only pull trusted images from known registries until the patch can be applied.
### Credits
The containerd project would like to thank Jakub Ciolek at ElevenLabs and @jlgore 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 you have any questions or comments about this advisory:
* Open an issue in [containerd](https://github.com/containerd/containerd/issues/new/choose) * Email us at [security@containerd.io](mailto:security@containerd.io)
To report a security issue in containerd: * [Report a new vulnerability](https://github.com/containerd/containerd/security/advisories/new) * Email us at [security@containerd.io](mailto:security@containerd.io)
Are you affected?
Enter the version of the package you're using.
Affected packages
2.0.0Fixed in: 2.0.13go get github.com/containerd/containerd/v2@v2.0.130Fixed in: 1.7.36go get github.com/containerd/containerd@v1.7.362.1.0Fixed in: 2.2.9go get github.com/containerd/containerd/v2@v2.2.92.3.0Fixed in: 2.3.6go get github.com/containerd/containerd/v2@v2.3.62.4.0Fixed in: 2.4.1go get github.com/containerd/containerd/v2@v2.4.1References
- https://github.com/containerd/containerd/security/advisories/GHSA-pg57-6jwg-q645[WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-53493[ADVISORY]
- https://github.com/containerd/containerd/commit/4f5f32636d47f051751065cf824a10da70c619fe[WEB]
- https://github.com/containerd/containerd/commit/94e83c14c8aac963e24e28105dab9c9af812a2a8[WEB]
- https://github.com/containerd/containerd[PACKAGE]
- https://github.com/containerd/containerd/releases/tag/v1.7.36[WEB]
- https://github.com/containerd/containerd/releases/tag/v2.0.13[WEB]
- https://github.com/containerd/containerd/releases/tag/v2.2.9[WEB]
- https://github.com/containerd/containerd/releases/tag/v2.3.6[WEB]
- https://github.com/containerd/containerd/releases/tag/v2.4.1[WEB]