CVE-2023-25661
Denial of Service in TensorFlow
Record summary
CVE-2023-25661 has a selected CVSS score of 6.5 (medium).
Description
TensorFlow is an Open Source Machine Learning Framework. In versions prior to 2.11.1 a malicious invalid input crashes a tensorflow model (Check Failed) and can be used to trigger a denial of service attack. A proof of concept can be constructed with the `Convolution3DTranspose` function. This Convolution3DTranspose layer is a very common API in modern neural networks. The ML models containing such vulnerable components could be deployed in ML applications or as cloud services. This failure could be potentially used to trigger a denial of service attack on ML cloud services. An attacker must have privilege to provide input to a `Convolution3DTranspose` call. This issue has been patched and users are advised to upgrade to version 2.11.1. There are no known workarounds for this vulnerability.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Feb 19, 2025 · Source: CVE List
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
tensorflowBrowse tensorflow / tensorflow | CVE List | < 2.11.1 | affected |
tensorflowBrowse PyPI / tensorflow | GitHub Advisory | Before 2.11.1 · Fixed in 2.11.1 | affected |
tensorflow-cpuBrowse PyPI / tensorflow-cpu | GitHub Advisory | Before 2.11.1 · Fixed in 2.11.1 | affected |