CVE-2020-15210
- EPSS 0.33%
- Veröffentlicht 25.09.2020 19:15:16
- Zuletzt bearbeitet 21.11.2024 05:05:05
In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, if a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corrup...
CVE-2020-15211
- EPSS 0.34%
- Veröffentlicht 25.09.2020 19:15:16
- Zuletzt bearbeitet 21.11.2024 05:05:05
In TensorFlow Lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, saved models in the flatbuffer format use a double indexing scheme: a model has a set of subgraphs, each subgraph has a set of operators and each operator has a set of input/ou...
CVE-2020-15212
- EPSS 0.24%
- Veröffentlicht 25.09.2020 19:15:16
- Zuletzt bearbeitet 21.11.2024 05:05:06
In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger writes outside of bounds of heap allocated buffers by inserting negative elements in the segment ids tensor. Users having access to `segment_ids_data` can alter ...
CVE-2020-15213
- EPSS 0.22%
- Veröffentlicht 25.09.2020 19:15:16
- Zuletzt bearbeitet 21.11.2024 05:05:06
In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger a denial of service by causing an out of memory allocation in the implementation of segment sum. Since code uses the last element of the tensor holding them to d...
CVE-2020-15214
- EPSS 0.26%
- Veröffentlicht 25.09.2020 19:15:16
- Zuletzt bearbeitet 21.11.2024 05:05:06
In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger a write out bounds / segmentation fault if the segment ids are not sorted. Code assumes that the segment ids are in increasing order, using the last element of t...
CVE-2020-15198
- EPSS 0.17%
- Veröffentlicht 25.09.2020 19:15:15
- Zuletzt bearbeitet 21.11.2024 05:05:03
In Tensorflow before version 2.3.1, the `SparseCountSparseOutput` implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the `indices` tensor has the same shape as the `values`...
CVE-2020-15199
- EPSS 0.24%
- Veröffentlicht 25.09.2020 19:15:15
- Zuletzt bearbeitet 21.11.2024 05:05:04
In Tensorflow before version 2.3.1, the `RaggedCountSparseOutput` does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the `splits` tensor has the minimum required number of elements. Code ...
CVE-2020-15200
- EPSS 0.28%
- Veröffentlicht 25.09.2020 19:15:15
- Zuletzt bearbeitet 21.11.2024 05:05:04
In Tensorflow before version 2.3.1, the `RaggedCountSparseOutput` implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the `splits` tensor generate a valid part...
CVE-2020-15201
- EPSS 0.2%
- Veröffentlicht 25.09.2020 19:15:15
- Zuletzt bearbeitet 21.11.2024 05:05:04
In Tensorflow before version 2.3.1, the `RaggedCountSparseOutput` implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the `splits` tensor generate a valid part...
- EPSS 0.5%
- Veröffentlicht 25.09.2020 19:15:15
- Zuletzt bearbeitet 21.11.2024 05:05:04
In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the `Shard` API in TensorFlow expects the last argument to be a function taking two `int64` (i.e., `long long`) arguments. However, there are several places in TensorFlow where a la...