In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the SparseFillEmptyRowsGrad
implementation has incomplete validation of the shapes of its arguments. Although reverse_index_map_t
and grad_values_t
are accessed in a similar pattern, only reverse_index_map_t
is validated to be of proper shape. Hence, malicious users can pass a bad grad_values_t
to trigger an assertion failure in vec
, causing denial of service in serving installations. The issue is patched in commit 390611e0d45c5793c7066110af37c8514e6a6c54, and is released in TensorFlow versions 1.15.4, 2.0.3, 2.1.2, 2.2.1, or 2.3.1."
{ "vanir_signatures": [ { "id": "CVE-2020-15194-36cad8cf", "source": "https://github.com/tensorflow/tensorflow/commit/390611e0d45c5793c7066110af37c8514e6a6c54", "deprecated": false, "signature_version": "v1", "signature_type": "Line", "digest": { "threshold": 0.9, "line_hashes": [ "259848440958415696715521615731029030452", "218541846242894194789173260655204712511", "71097890848980966314294188268620153762", "138667248717434564490272608563126366461", "208001727616036684745631798481607273358", "134824706081532736489721039651720296162", "87814817203424266253895897990251901181", "291342232809186222451047035231406968374", "91120970708461343970534351591815534898" ] }, "target": { "file": "tensorflow/core/kernels/sparse_fill_empty_rows_op.cc" } } ] }