Lucene search
+L

3125 matches found

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

PYSEC-2022-68

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

8.8CVSS3.3AI score0.01173EPSS
SaveExploits1References5
Prion
Prion
added 2022/02/04 11:15 p.m.43 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.00757EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.24 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of AssignOp can result in copying uninitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized to minimize number of...

6.5CVSS8.5AI score0.00755EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.16 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.00469EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.19 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that Grappler optimizer would attempt to build a tensor using a reference dtype. This would result in a crash due to a CHECK-fail in the Tensor constructor as...

4CVSS6.4AI score0.00864EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/02/04 11:15 p.m.24 views

PYSEC-2022-79

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

6.5CVSS1AI score0.00992EPSS
SaveExploits1References3
Prion
Prion
added 2022/02/04 11:15 p.m.19 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.00924EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/02/04 11:15 p.m.26 views

PYSEC-2022-86

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.5CVSS2.1AI score0.00783EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.21 views

PYSEC-2022-157

Tensorflow is an Open Source Machine Learning Framework. The simplifyBroadcast function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault hence, denial of service, if called with scalar shapes. If all shapes are scalar, then maxRank is 0, so we build an empty SmallVector...

7.5CVSS3.4AI score0.0087EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.18 views

PYSEC-2022-67

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

8.8CVSS3.4AI score0.00811EPSS
SaveExploits1References4
OSV
OSV
added 2022/02/04 11:15 p.m.23 views

PYSEC-2022-102

Tensorflow is an Open Source Machine Learning Framework. The simplifyBroadcast function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault hence, denial of service, if called with scalar shapes. If all shapes are scalar, then maxRank is 0, so we build an empty SmallVector...

7.5CVSS3.4AI score0.0087EPSS
SaveExploits1References3
Prion
Prion
added 2022/02/04 11:15 p.m.16 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. If a graph node is invalid, TensorFlow can leak memory in the implementation of ImmutableExecutorState::Initialize. Here, we set item-kernel to nullptr but it is a simple OpKernel pointer so the memory that was previously allocated to it...

4CVSS4.8AI score0.00716EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.19 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that SafeToRemoveIdentity would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

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

Null pointer dereference

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, ...

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

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of OpLevelCostEstimator::CalculateOutputSize is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number ...

4CVSS6.7AI score0.00783EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.23 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.00469EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.20 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.00783EPSS
SaveExploits1References3Affected 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.00578EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/02/04 11:15 p.m.16 views

PYSEC-2022-84

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

6.5CVSS3.1AI score0.00783EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.17 views

PYSEC-2022-101

Tensorflow is an Open Source Machine Learning Framework. TensorFlow's type inference can cause a heap out of bounds read as the bounds checking is done in a DCHECK which is a no-op during production. An attacker can control the inputidx variable such that ix would be larger than the number of...

8.1CVSS3.5AI score0.00858EPSS
SaveExploits1References3
Rows per page
Query Builder