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.
                
            References
                    | Link | Resource | 
|---|---|
| https://github.com/tensorflow/tensorflow/commit/ace0c15a22f7f054abcc1f53eabbcb0a1239a9e2 | Patch Third Party Advisory | 
| https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qhxx-j73r-qpm2 | Exploit Patch Third Party Advisory | 
| https://github.com/tensorflow/tensorflow/commit/ace0c15a22f7f054abcc1f53eabbcb0a1239a9e2 | Patch Third Party Advisory | 
| https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qhxx-j73r-qpm2 | Exploit Patch Third Party Advisory | 
Configurations
                    Configuration 1 (hide)
| 
 | 
History
                    21 Nov 2024, 05:19
| Type | Values Removed | Values Added | 
|---|---|---|
| CVSS | v2 : v3 : | v2 : 4.6 v3 : 4.4 | 
| References | () https://github.com/tensorflow/tensorflow/commit/ace0c15a22f7f054abcc1f53eabbcb0a1239a9e2 - Patch, Third Party Advisory | |
| References | () https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qhxx-j73r-qpm2 - Exploit, Patch, Third Party Advisory | 
Information
                Published : 2020-12-10 23:15
Updated : 2024-11-21 05:19
NVD link : CVE-2020-26266
Mitre link : CVE-2020-26266
CVE.ORG link : CVE-2020-26266
JSON object : View
Products Affected
                - tensorflow
CWE
                
                    
                        
                        CWE-908
                        
            Use of Uninitialized Resource
