TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.LoadAndRemapMatrix does not fully validate the input arguments. This results in a
CHECK-failure which can be used to trigger a denial of service attack. The code assumes
initializing_values` is a vector but there is no validation for this before accessing its value. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.
{ "vanir_signatures": [ { "digest": { "threshold": 0.9, "line_hashes": [ "90447865462681917293788381424010469807", "327573641985050846015763507295000933952", "2077928135599353258697188886681600965", "4279822349388595131147511440691335839" ] }, "id": "CVE-2022-29199-15a1e009", "source": "https://github.com/tensorflow/tensorflow/commit/3150642acbbe254e3c3c5d2232143fa591855ac9", "signature_version": "v1", "signature_type": "Line", "target": { "file": "tensorflow/core/kernels/load_and_remap_matrix_op.cc" }, "deprecated": false } ] }