Lucene search
K

1147 matches found

PyPA
PyPA
added 2020/09/25 7:15 p.m.5 views

PYSEC-2020-322

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.01411EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2020/09/25 7:15 p.m.3 views

PYSEC-2020-292

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.6CVSS7AI score0.00238EPSS
Exploits1References3
PyPA
PyPA
added 2020/09/25 7:15 p.m.4 views

PYSEC-2020-285

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the datasplits argument of tf.rawops.StringNGrams lacks validation. This allows a user to pass values that can cause heap overflow errors and even leak contents of memory In the linked code snippet, all the binary strings after ...

9.8CVSS7.3AI score0.00544EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2020/09/25 7:15 p.m.1 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.00329EPSS
Exploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.0 views

PYSEC-2020-135

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.6CVSS7AI score0.00238EPSS
Exploits1References3
Cvelist
Cvelist
added 2020/09/25 6:45 p.m.23 views

CVE-2020-15210 Segmentation fault in tensorflow-lite

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.00329EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.49 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.00261EPSS
Exploits1References12Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.58 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.00217EPSS
Exploits1References11Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.1 views

GHSA-Q8GV-Q7WR-9JF8 Segfault in Tensorflow

Impact In eager mode, TensorFlow does not set the session state. Hence, calling tf.rawops.GetSessionHandle or tf.rawops.GetSessionHandleV2 results in a null pointer dereference:...

6.9CVSS6AI score0.00221EPSS
Exploits1References9
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.34 views

Denial of Service in Tensorflow

Impact By controlling the fill argument of tf.strings.asstring, a malicious attacker is able to trigger a format string vulnerability due to the way the internal format use in a printf call is constructed:...

7.5CVSS1AI score0.0036EPSS
Exploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.53 views

Heap buffer overflow in Tensorflow

Impact 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. Hence, this code is prone to heap buffer overflow...

6.8CVSS1.1AI score0.00195EPSS
Exploits1References8Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.1 views

GHSA-X7RP-74X2-MJF3 Segfault in Tensorflow

Impact 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 following code sets up conditions to...

8.2CVSS6.4AI score0.00276EPSS
Exploits1References8
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.61 views

Segfault in Tensorflow

Impact 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 following code sets up conditions to...

5.9CVSS2.1AI score0.00276EPSS
Exploits1References8Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.32 views

Undefined behavior in Tensorflow

Impact If a user passes an invalid argument to dlpack.todlpack the expected validations will cause variables to bind to nullptr while setting a status variable to the error condition. However, this status argument is not properly checked:...

5.3CVSS1.2AI score0.00246EPSS
Exploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.43 views

Denial of Service in Tensorflow

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

5.9CVSS1.3AI score0.00239EPSS
Exploits1References8Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.47 views

Heap buffer overflow in Tensorflow

Impact 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 one. The values in these tensors are always accessed in parallel:...

5.8CVSS1.4AI score0.00169EPSS
Exploits1References8Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.2 views

GHSA-JC87-6VPP-7FF3 Heap buffer overflow in Tensorflow

Impact 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 one. The values in these tensors are always accessed in parallel:...

6.3CVSS6.1AI score0.00169EPSS
Exploits1References8
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.41 views

Denial of Service in Tensorflow

Impact The SparseFillEmptyRowsGrad implementation has incomplete validation of the shapes of its arguments: https://github.com/tensorflow/tensorflow/blob/0e68f4d3295eb0281a517c3662f6698992b7b2cf/tensorflow/core/kernels/sparsefillemptyrowsop.ccL235-L241 Although reverseindexmapt and gradvaluest ar...

5.3CVSS2.3AI score0.0022EPSS
Exploits1References9Affected Software3
Tenable Nessus
Tenable Nessus
added 2020/08/14 12:0 a.m.15 views

FreeBSD : ilmbase, openexr -- v2.5.3 is a patch release with various bug/security fixes (b1d6b383-dd51-11ea-a688-7b12871ef3ad)

Cary Phillips reports : v2.5.3 - Patch release with various bug/security fixes ... : - Various sanitizer/fuzz-identified issues related to handling of invalid input C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from the FreeBSD VuXML databa...

5.4AI score
Exploits0References2
Zero Science Lab
Zero Science Lab
added 2020/07/31 12:0 a.m.145 views

All-Dynamics Software enlogic:show Digital Signage System 2.0.2 Session Fixation

Summary Bring communication with your customers, guests or employees to a new level. You can design content individually and uncomplicated centrally and simply present it in different locations. Whether on large displays, steles, digital signs or on a projector, with enlogic:show your content wil...

8.5CVSS5.9AI score0.00129EPSS
Exploits1
Rows per page
Query Builder