Lucene search
+L

9218 matches found

Cvelist
Cvelist
added 2020/09/25 6:40 p.m.40 views

CVE-2020-15199 Denial of Service in Tensorflow

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 uses this quantity to initialize a different data...

5.9CVSS5.6AI score0.00812EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2020/09/25 6:40 p.m.19 views

CVE-2020-15199

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 uses this quantity to initialize a different data...

5.9CVSS6.9AI score0.00812EPSS
SaveExploits1
CVE
CVE
added 2020/09/25 6:40 p.m.90 views

CVE-2020-15199

Summary: TensorFlow prior to 2.3.1 contains a bug in RaggedCountSparseOutput where input ragged tensors are not validated for proper splits; an empty or single-element splits can trigger a SIGABRT due to an initialization bound. Root cause: lack of validation in RaggedCountSparseOutput when formi...

5.9CVSS5.8AI score0.00812EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2020/09/25 6:40 p.m.105 views

CVE-2020-15200

CVE-2020-15200 affects TensorFlow before 2.3.1. The RaggedCountSparseOutput path does not validate that the input ragged tensor is well-formed, specifically not validating that the splits form a valid partition of values. This can set up conditions that lead to a heap-based buffer overflow and, i...

5.9CVSS6AI score0.00851EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2020/09/25 6:40 p.m.45 views

CVE-2020-15200 Segfault in Tensorflow

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 partitioning of the values tensor. Thus, the code sets ...

5.9CVSS5.8AI score0.00851EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2020/09/25 6:40 p.m.14 views

CVE-2020-15200

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 partitioning of the values tensor. Thus, the code sets ...

5.9CVSS7.2AI score0.00851EPSS
SaveExploits1
CVE
CVE
added 2020/09/25 6:35 p.m.182 views

CVE-2020-15190

TensorFlow CVE-2020-15190 is a vulnerability in tf.raw_ops.Switch where, in eager mode, the runtime binds a reference to a nullptr when one of the two outputs is undefined. This causes undefined behavior and can segfault when compiled with -fsanitize=null. The issue affects TensorFlow versions 1....

5.3CVSS5.3AI score0.00943EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2020/09/25 6:35 p.m.41 views

CVE-2020-15190 Segfault in Tensorflow

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the tf.rawops.Switch operation takes as input a tensor and a boolean and outputs two tensors. Depending on the boolean value, one of the tensors is exactly the input tensor whereas the other one should be an empty tensor. Howeve...

5.3CVSS5.4AI score0.00943EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 6:29 p.m.8 views

GHSA-HX2X-85GR-WRPQ Out of bounds access in tensorflow-lite

Impact In TensorFlow Lite models using segment sum can trigger writes outside of bounds of heap allocated buffers by inserting negative elements in the segment ids tensor:...

9.1CVSS6.9AI score0.00737EPSS
SaveExploits1References11
Github Security Blog
Github Security Blog
added 2020/09/25 6:29 p.m.67 views

Out of bounds access in tensorflow-lite

Impact In TensorFlow Lite models using segment sum can trigger writes outside of bounds of heap allocated buffers by inserting negative elements in the segment ids tensor:...

8.6CVSS0.8AI score0.00737EPSS
SaveExploits1References11Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.57 views

Out of bounds write in tensorflow-lite

Impact In TensorFlow Lite 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 the tensor holding them to determine the dimensionality of output tensor:...

8.1CVSS1.1AI score0.00671EPSS
SaveExploits1References12Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.6 views

GHSA-P2CQ-CPRG-FRVM Out of bounds write in tensorflow-lite

Impact In TensorFlow Lite 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 the tensor holding them to determine the dimensionality of output tensor:...

9.1CVSS5.8AI score0.00671EPSS
SaveExploits1References12
OSV
OSV
added 2020/09/25 6:28 p.m.15 views

GHSA-HJMQ-236J-8M87 Denial of service in tensorflow-lite

Impact In TensorFlow Lite 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 determine the dimensionality of output tensor, attackers can use a very...

6.3CVSS5.8AI score0.0076EPSS
SaveExploits1References11
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.63 views

Denial of service in tensorflow-lite

Impact In TensorFlow Lite 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 determine the dimensionality of output tensor, attackers can use a very...

4.3CVSS1.8AI score0.0076EPSS
SaveExploits1References11Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.7 views

GHSA-X9J7-X98R-R4W2 Segmentation fault in tensorflow-lite

Impact 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 corruption. Patches We have patched the issue in d58c96946b and will release patch releases for all versions between 1.1...

8.3CVSS6.5AI score0.00739EPSS
SaveExploits1References14
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.268 views

Segmentation fault in tensorflow-lite

Impact 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 corruption. Patches We have patched the issue in d58c96946b and will release patch releases for all versions between 1.1...

6.5CVSS3.2AI score0.00739EPSS
SaveExploits1References14Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.10 views

GHSA-CVPC-8PHH-8F45 Out of bounds access in tensorflow-lite

Impact In TensorFlow Lite, 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/output tensors. The flatbuffer format uses indices for the tensors, indexing into an array of...

6.3CVSS5.8AI score0.00917EPSS
SaveExploits1References27
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.94 views

Out of bounds access in tensorflow-lite

Impact In TensorFlow Lite, 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/output tensors. The flatbuffer format uses indices for the tensors, indexing into an array of...

5.8CVSS5.3AI score0.00917EPSS
SaveExploits1References27Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.56 views

Null pointer dereference in tensorflow-lite

Impact A crafted TFLite model can force a node to have as input a tensor backed by a nullptr buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one. The runtime assumes that these buffers are written to before a...

5.9CVSS1AI score0.008EPSS
SaveExploits1References9Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.12 views

GHSA-QH32-6JJC-QPRM Null pointer dereference in tensorflow-lite

Impact A crafted TFLite model can force a node to have as input a tensor backed by a nullptr buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one. The runtime assumes that these buffers are written to before a...

8.2CVSS6.6AI score0.008EPSS
SaveExploits1References9
Rows per page
Query Builder