TensorFlow is an end-to-end open source platform for machine learning. If a user does not provide a valid padding value to `tf.raw_ops.MatrixDiagPartOp`, then the code triggers a null pointer dereference (if input is empty) or produces invalid behavior, ignoring all values after the first. The [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/linalg/matrix_diag_op.cc#L89) reads the first value from a tensor buffer without first checking that the tensor has values to read from. We have patched the issue in GitHub commit 482da92095c4d48f8784b1f00dda4f81c28d2988. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.
References
Link | Resource |
---|---|
https://github.com/tensorflow/tensorflow/commit/482da92095c4d48f8784b1f00dda4f81c28d2988 | Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fcwc-p4fc-c5cc | Third Party Advisory |
https://github.com/tensorflow/tensorflow/commit/482da92095c4d48f8784b1f00dda4f81c28d2988 | Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fcwc-p4fc-c5cc | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 06:15
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/tensorflow/tensorflow/commit/482da92095c4d48f8784b1f00dda4f81c28d2988 - Patch, Third Party Advisory | |
References | () https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fcwc-p4fc-c5cc - Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 3.6
v3 : 7.7 |
Information
Published : 2021-08-12 19:15
Updated : 2024-11-21 06:15
NVD link : CVE-2021-37643
Mitre link : CVE-2021-37643
CVE.ORG link : CVE-2021-37643
JSON object : View
Products Affected
- tensorflow
CWE
CWE-476
NULL Pointer Dereference