
Cloud Vulnerability DB
A community-led vulnerabilities database
TensorFlow is an end-to-end open source platform for machine learning where a vulnerability was discovered in TFLite's convolution code. The vulnerability (CVE-2021-29594) involves multiple division operations where the divisor is user-controlled and not checked to be non-zero, potentially leading to division by zero errors. This vulnerability affects TensorFlow versions prior to 2.5.0, including versions 2.4.2, 2.3.3, 2.2.3, and 2.1.4 (GitHub Advisory).
The vulnerability exists in TensorFlow's convolution code implementation where multiple division operations are performed without proper validation of the divisor. For example, the code performs calculations like const int input_size = NumElements(input) / SizeOfDimension(input, 0) without ensuring the denominator is non-zero. The issue was patched in GitHub commit ff489d95a9006be080ad14feb378f2b4dac35552, which added proper validation checks to prevent division by zero scenarios (GitHub Commit).
When exploited, this vulnerability can lead to division by zero errors in the TensorFlow application. This could potentially cause application crashes or unexpected behavior when processing machine learning models with specifically crafted input values (GitHub Advisory).
The vulnerability has been fixed in TensorFlow 2.5.0. The fix was also backported to earlier supported versions including TensorFlow 2.4.2, 2.3.3, 2.2.3, and 2.1.4. Users are advised to upgrade to these patched versions to mitigate the vulnerability (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."