Lucene search
+L

404 matches found

OSV
OSV
added 2020/09/25 7:15 p.m.6 views

PYSEC-2020-137

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 the tensor holding them to determine the...

8.1CVSS7.2AI score0.00671EPSS
SaveExploits1References3
OSV
OSV
added 2020/09/25 7:15 p.m.8 views

PYSEC-2020-290

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 corruption. We have patched the issue in d58c96946b a...

6.5CVSS6.6AI score0.00739EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.5 views

PYSEC-2020-294

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 the tensor holding them to determine the...

8.1CVSS7.2AI score0.00671EPSS
SaveExploits1References3
OSV
OSV
added 2020/09/25 7:15 p.m.3 views

PYSEC-2020-133

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 corruption. We have patched the issue in d58c96946b a...

6.5CVSS5.9AI score0.00739EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.11 views

PYSEC-2020-287

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS7.6AI score0.01243EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.9 views

PYSEC-2020-131

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, when determining the common dimension size of two tensors, TFLite uses a DCHECK which is no-op outside of debug compilation modes. Since the function always returns the dimension of the first tensor, malicious attackers can...

9.8CVSS7.2AI score0.00905EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.8 views

PYSEC-2020-132

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, 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...

5.9CVSS6.8AI score0.008EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.6 views

PYSEC-2020-324

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, 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...

5.9CVSS6.7AI score0.008EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2020/09/25 6:50 p.m.33 views

CVE-2020-15212 Out of bounds access in tensorflow-lite

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 segmentidsdata can alter outputindex and then write to outside of outputdata...

8.1CVSS8.7AI score0.00737EPSS
SaveExploits1References3
CVE
CVE
added 2020/09/25 6:50 p.m.92 views

CVE-2020-15212

CVE-2020-15212 affects TensorFlow Lite: models using segment_sum can trigger writes outside heap buffers when negative segment_ids are present, allowing out-of-bounds writes and potential memory corruption. The issue is fixed in TensorFlow 2.2.1 and 2.3.1 (commit 204945b19e44b57906c9344c0d00120ee...

8.6CVSS8.3AI score0.00737EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2020/09/25 6:50 p.m.6 views

CVE-2020-15212

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 segmentidsdata can alter outputindex and then write to outside of outputdata...

8.6CVSS7.1AI score0.00737EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/09/25 6:50 p.m.31 views

CVE-2020-15213 Denial of service in tensorflow-lite

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 determine the dimensionality of output tensor,...

4CVSS4AI score0.0076EPSS
SaveExploits1References3
CVE
CVE
added 2020/09/25 6:50 p.m.89 views

CVE-2020-15213

CVE-2020-15213 affects TensorFlow Lite prior to 2.2.1 and 2.3.1. The vulnerability arises in the segment_sum implementation: models that use segment sums can trigger a denial of service by causing an out-of-memory allocation. The root cause is that code uses the last element of the segment_ids te...

4.3CVSS4.2AI score0.0076EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2020/09/25 6:50 p.m.7 views

CVE-2020-15213

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 determine the dimensionality of output tensor,...

4.3CVSS6.8AI score0.0076EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/09/25 6:50 p.m.31 views

CVE-2020-15214 Out of bounds write in tensorflow-lite

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 the tensor holding them to determine the...

8.1CVSS8AI score0.00671EPSS
SaveExploits1References3
CVE
CVE
added 2020/09/25 6:50 p.m.98 views

CVE-2020-15214

CVE-2020-15214 affects TensorFlow Lite prior to 2.2.1 and 2.3.1. A write-out-of-bounds can occur when segment IDs are not sorted in segment_sum, due to memory allocation based on the last segment-id element, causing segmentation faults and potential memory corruption. The issue is patched in comm...

8.1CVSS7.8AI score0.00671EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2020/09/25 6:45 p.m.183 views

CVE-2020-15207

CVE-2020-15207 affects TensorFlow Lite: negative indexing support uses ResolveAxis and only debug builds validate the converted index, allowing out-of-bounds access that can cause segfaults/data corruption. Affected: TensorFlow Lite before 1.15.4, 2.0.3, 2.1.2, 2.2.1, 2.3.1. Root cause: insuffici...

9CVSS8.9AI score0.01243EPSS
SaveExploits1References4Affected Software1
Debian CVE
Debian CVE
added 2020/09/25 6:45 p.m.7 views

CVE-2020-15207

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS7.6AI score0.01243EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/09/25 6:45 p.m.23 views

CVE-2020-15208 Data corruption in tensorflow-lite

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, when determining the common dimension size of two tensors, TFLite uses a DCHECK which is no-op outside of debug compilation modes. Since the function always returns the dimension of the first tensor, malicious attackers can...

7.4CVSS9.3AI score0.00905EPSS
SaveExploits1References4
CVE
CVE
added 2020/09/25 6:45 p.m.178 views

CVE-2020-15208

The CVE-2020-15208 issue affects TensorFlow Lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1, and 2.3.1. A debug-only DCHECK used to determine the common tensor dimension returns the first tensor’s size, which can be larger than the second tensor’s, allowing reads/writes outside bounds. This is a...

9.8CVSS8.3AI score0.00905EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder