
Cloud Vulnerability DB
A community-led vulnerabilities database
TensorFlow, an open source platform for machine learning, was found to have a vulnerability in versions prior to 2.7.0 (CVE-2021-41201). During execution, the EinsumHelper::ParseEquation() function was supposed to set flags in input_has_ellipsis vector and *output_has_ellipsis boolean to indicate whether there is ellipsis in the corresponding inputs and output. However, the code only changed these flags to true and never assigned false, resulting in uninitialized variable access (GitHub Advisory).
The vulnerability occurs in the EinsumHelper::ParseEquation() function where flags indicating the presence of ellipsis in inputs and outputs are not properly initialized. The code only sets these flags to true when an ellipsis is found but fails to set them to false otherwise. This implementation flaw leads to uninitialized variable access when callers assume the function always sets these flags. The vulnerability has been assigned a CVSS v3.1 base score of 7.8 (HIGH) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability could lead to uninitialized variable access, potentially causing program crashes or unpredictable behavior in applications using the affected TensorFlow versions. This could affect the reliability and security of machine learning applications built with TensorFlow (GitHub Advisory).
The issue has been patched in TensorFlow 2.7.0. The fix has also been backported to TensorFlow versions 2.6.1, 2.5.2, and 2.4.4. Users are advised to upgrade to these patched versions. The fix involves initializing the variables with false before processing the input (GitHub Advisory, TensorFlow Patch).
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."