Lucene search
K

14324 matches found

OSV
OSV
added 2022/02/04 11:15 p.m.17 views

PYSEC-2022-72

Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses tempfile.mktemp to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in...

7.1CVSS0.8AI score0.00109EPSS
Exploits0References1
OSV
OSV
added 2022/02/04 11:15 p.m.6 views

PYSEC-2022-149

Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling png::CommonInitDecode..., &decode, the decode value contains allocated buffers which can only be freed by calling...

6.5CVSS6.8AI score0.00929EPSS
Exploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.1 views

PYSEC-2022-141

Tensorflow is an Open Source Machine Learning Framework. The implementation of GetInitOp is vulnerable to a crash caused by dereferencing a null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, ...

6.5CVSS5.9AI score0.00771EPSS
Exploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.22 views

PYSEC-2022-75

Tensorflow is an Open Source Machine Learning Framework. TensorFlow is vulnerable to a heap OOB write in Grappler. The setoutput function writes to an array at the specified index. Hence, this gives a malicious user a write primitive. The fix will be included in TensorFlow 2.8.0. We will also...

8.8CVSS1.4AI score0.0091EPSS
Exploits1References4
OSV
OSV
added 2022/02/04 11:15 p.m.0 views

PYSEC-2022-136

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the DCHECK function however, DCHECK is a no-op in production builds and an assertion failure in debug builds. In the first cas...

6.5CVSS6.8AI score0.00968EPSS
Exploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.12 views

PYSEC-2022-81

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the DCHECK function however, DCHECK is a no-op in production builds and an assertion failure in debug builds. In the first cas...

6.5CVSS1AI score0.00968EPSS
Exploits1References3
Prion
Prion
added 2022/02/04 11:15 p.m.38 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in BiasAndClamp implementation. There is no check that the biassize is non zero. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

4CVSS6.6AI score0.00745EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.16 views

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in TfLiteIntArrayCreate. The TfLiteIntArrayGetSizeInBytes returns an int instead of a sizet. An attacker can control model inputs such that computedsize overflows the...

6.5CVSS8.7AI score0.00799EPSS
Exploits1References4Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.18 views

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both embeddingsize and lookupsize are products of values provided by the user. Hence, a malicious user could trigger overflows in the...

6.5CVSS8.7AI score0.01155EPSS
Exploits1References5Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.32 views

Buffer overflow

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tensors. The fix is included in TensorFlow 2.8.0. We...

6.5CVSS8.6AI score0.00824EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.18 views

Out-of-bounds

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary write primitive...

6.5CVSS8.7AI score0.00531EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.25 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses tempfile.mktemp to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in...

3.3CVSS6.4AI score0.00109EPSS
Exploits0References1Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.21 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. When decoding a resource handle tensor from protobuf, a TensorFlow process can encounter cases where a CHECK assertion is invalidated based on user controlled arguments. This allows attackers to cause denial of services in TensorFlow...

4CVSS6.4AI score0.00462EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.14 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a SavedModel on disk such that AttrDefs of some operation are duplicated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

4CVSS6.5AI score0.00462EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.15 views

Heap overflow

Tensorflow is an Open Source Machine Learning Framework. TensorFlow is vulnerable to a heap OOB write in Grappler. The setoutput function writes to an array at the specified index. Hence, this gives a malicious user a write primitive. The fix will be included in TensorFlow 2.8.0. We will also...

6.5CVSS8.6AI score0.0091EPSS
Exploits1References4Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.15 views

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of Range suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

6.5CVSS8.7AI score0.00569EPSS
Exploits0References4Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.29 views

Null pointer dereference

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a DCHECK. However, DCHECK is a no-op in production builds...

4CVSS6.6AI score0.00929EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.13 views

Out-of-bounds

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the...

6.5CVSS8.6AI score0.00824EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.18 views

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of OpLevelCostEstimator::CalculateTensorSize is vulnerable to an integer overflow if an attacker can create an operation which would involve a tensor with large enough number of elements. The fix will be included in...

4CVSS6.7AI score0.00771EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.19 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a CHECK assertion is invalidated based on user controlled arguments, if the tensors have an invalid dtype and 0 elements or an invalid shape. This allows...

4CVSS6.5AI score0.00462EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder