Lucene search
+L

7914 matches found

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.70 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.59 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.7 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.68 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
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.96 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.58 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.33 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
OSV
OSV
added 2020/09/25 6:28 p.m.10 views

GHSA-MXJJ-953W-2C2V Data corruption in tensorflow-lite

Impact When determining the common dimension size of two tensors, TFLite uses a DCHECK which is no-op outside of debug compilation modes: https://github.com/tensorflow/tensorflow/blob/0e68f4d3295eb0281a517c3662f6698992b7b2cf/tensorflow/lite/kernels/internal/types.hL437-L442 Since the function...

8.6CVSS7AI score0.00905EPSS
SaveExploits1References9
OSV
OSV
added 2020/09/25 6:28 p.m.11 views

GHSA-Q4QF-3FC6-8X34 Segfault and data corruption in tensorflow-lite

Impact 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:...

8.7CVSS7.4AI score0.01243EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.8 views

PT-2020-14283 · Google · Tensorflow Lite

Name of the Vulnerable Software and Affected Versions: TensorFlow Lite versions prior to 2.2.1 TensorFlow Lite versions prior to 2.3.1 Description: The issue allows models using segment sum to trigger writes outside of bounds of heap allocated buffers by inserting negative elements in the segment...

9.1CVSS8.7AI score0.00737EPSS
SaveExploits1References17
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.4 views

PT-2020-14282 · Google +1 · Tensorflow Lite +1

Name of the Vulnerable Software and Affected Versions: TensorFlow Lite versions prior to 1.15.4 TensorFlow Lite versions prior to 2.0.3 TensorFlow Lite versions prior to 2.1.2 TensorFlow Lite versions prior to 2.2.1 TensorFlow Lite versions prior to 2.3.1 Description: The issue arises from the us...

9.8CVSS6.1AI score0.01287EPSS
SaveExploits16References86
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.4 views

PT-2020-14284 · Google · Tensorflow Lite

Name of the Vulnerable Software and Affected Versions: TensorFlow Lite versions prior to 2.2.1 TensorFlow Lite versions prior to 2.3.1 Description: The issue allows attackers to trigger a denial of service by causing an out of memory allocation in the implementation of segment sum. This is possib...

6.3CVSS4.1AI score0.0076EPSS
SaveExploits1References17
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.10 views

PT-2020-14285 · Google · Tensorflow Lite

Name of the Vulnerable Software and Affected Versions: TensorFlow Lite versions prior to 2.2.1 TensorFlow Lite versions prior to 2.3.1 Description: The issue arises when models using segment sum have unsorted segment ids, causing the code to assume they are in increasing order. This leads to...

9.1CVSS7.9AI score0.00671EPSS
SaveExploits1References18
Zero Day Initiative
Zero Day Initiative
added 2020/09/17 12:00 a.m.23 views

(0Day) Fuji Electric Tellus Lite V-Simulator 5 V8 File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Fuji Electric Tellus Lite. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the...

7.8CVSS5.5AI score
SaveExploits0
Zero Day Initiative
Zero Day Initiative
added 2020/09/17 12:00 a.m.28 views

(0Day) Fuji Electric Tellus Lite V-Simulator 5 V8 File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Fuji Electric Tellus Lite. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the...

7.8CVSS5.5AI score
SaveExploits0
Zero Day Initiative
Zero Day Initiative
added 2020/09/17 12:00 a.m.26 views

(0Day) Fuji Electric Tellus Lite V-Simulator 5 V8 File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Fuji Electric Tellus Lite. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the...

7.8CVSS5.5AI score
SaveExploits0
Rows per page
Query Builder