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.
References
Link | Resource |
---|---|
https://github.com/tensorflow/tensorflow/commit/948fe6369a5711d4b4568ea9bbf6015c6dfb77e2 | Patch |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fxgc-95xx-grvq | Exploit Patch Vendor Advisory |
Configurations
History
27 Mar 2023, 20:38
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-03-27 20:15
Updated : 2024-02-04 23:37
NVD link : CVE-2023-25661
Mitre link : CVE-2023-25661
CVE.ORG link : CVE-2023-25661
JSON object : View
Products Affected
- tensorflow
CWE