CVE-2020-26266

Summary

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen. This is fixed in versions 1.15.5, 2.0.4, 2.1.3, 2.2.2, 2.3.2, and 2.4.0.

Affected Software

VendorProductVersion RangeStatus
tensorflowtensorflow< 1.15.5affected
tensorflowtensorflow>= 2.0.0, < 2.0.4affected
tensorflowtensorflow>= 2.1.0, < 2.1.3affected
tensorflowtensorflow>= 2.2.0, < 2.2.2affected
tensorflowtensorflow>= 2.3.0, < 2.3.2affected

Weaknesses

  • CWE-908: CWE-908: Use of Uninitialized Resource

ADP Enrichment

CVE Program Container

Additional References

References