CVE-2022-36013 – Null-dereference in `mlir::tfg::GraphDefImporter::ConvertNodeDef` in TensorFlow
https://notcve.org/view.php?id=CVE-2022-36013
TensorFlow is an open source platform for machine learning. When `mlir::tfg::GraphDefImporter::ConvertNodeDef` tries to convert NodeDefs without an op name, it crashes. We have patched the issue in GitHub commit a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. • https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/ir/importexport/graphdef_import.cc https://github.com/tensorflow/tensorflow/commit/a0f0b9a21c9270930457095092f558fbad4c03e5 https://github.com/tensorflow/tensorflow/security/advisories/GHSA-828c-5j5q-vrjq • CWE-476: NULL Pointer Dereference •
CVE-2022-35994 – `CHECK` fail in `CollectiveGather` in TensorFlow
https://notcve.org/view.php?id=CVE-2022-35994
TensorFlow is an open source platform for machine learning. When `CollectiveGather` receives an scalar input `input`, it gives a `CHECK` fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c1f491817dec39a26be3c574e86a88c30f3c4770. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. • https://github.com/tensorflow/tensorflow/commit/c1f491817dec39a26be3c574e86a88c30f3c4770 https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fhfc-2q7x-929f • CWE-617: Reachable Assertion •
CVE-2022-35993 – `CHECK` fail in `SetSize` in TensorFlow
https://notcve.org/view.php?id=CVE-2022-35993
TensorFlow is an open source platform for machine learning. When `SetSize` receives an input `set_shape` that is not a 1D tensor, it gives a `CHECK` fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit cf70b79d2662c0d3c6af74583641e345fc939467. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. • https://github.com/tensorflow/tensorflow/commit/cf70b79d2662c0d3c6af74583641e345fc939467 https://github.com/tensorflow/tensorflow/security/advisories/GHSA-wq6q-6m32-9rv9 • CWE-617: Reachable Assertion •
CVE-2022-35992 – `CHECK` fail in `TensorListFromTensor` in TensorFlow
https://notcve.org/view.php?id=CVE-2022-35992
TensorFlow is an open source platform for machine learning. When `TensorListFromTensor` receives an `element_shape` of a rank greater than one, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 3db59a042a38f4338aa207922fa2f476e000a6ee. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. • https://github.com/tensorflow/tensorflow/commit/3db59a042a38f4338aa207922fa2f476e000a6ee https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9v8w-xmr4-wgxp • CWE-617: Reachable Assertion •
CVE-2022-35991 – `CHECK` fail in `TensorListScatter` and `TensorListScatterV2` in TensorFlow
https://notcve.org/view.php?id=CVE-2022-35991
TensorFlow is an open source platform for machine learning. When `TensorListScatter` and `TensorListScatterV2` receive an `element_shape` of a rank greater than one, they give a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit bb03fdf4aae944ab2e4b35c7daa051068a8b7f61. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. • https://github.com/tensorflow/tensorflow/commit/bb03fdf4aae944ab2e4b35c7daa051068a8b7f61 https://github.com/tensorflow/tensorflow/security/advisories/GHSA-vm7x-4qhj-rrcq • CWE-617: Reachable Assertion •