Lucene search
+L

925 matches found

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

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. 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, a...

5CVSS6.6AI score0.00821EPSS
SaveExploits1References3Affected Software1
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.24 views

Design/Logic Flaw

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

4CVSS6.7AI score0.00992EPSS
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
OSV
OSV
added 2022/02/04 11:15 p.m.23 views

PYSEC-2022-90

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 IsSimplifiableReshape would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

6.5CVSS2.8AI score0.01151EPSS
SaveExploits1References5
OSV
OSV
added 2022/02/04 11:15 p.m.23 views

PYSEC-2022-87

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

4.3CVSS3.2AI score0.00716EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.28 views

PYSEC-2022-94

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.5CVSS2AI score0.00992EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.15 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.45 views

PYSEC-2022-82

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

8.8CVSS0.9AI score0.00755EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.21 views

PYSEC-2022-96

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

9.8CVSS3.2AI score0.00888EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.25 views

PYSEC-2022-83

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

8.8CVSS2AI score0.00837EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/04 11:15 p.m.21 views

PYSEC-2022-103

Tensorflow is an Open Source Machine Learning Framework. When building an XLA compilation cache, if default settings are used, TensorFlow triggers a null pointer dereference. In the default scenario, all devices are allowed, so flr-configproto is nullptr. The fix will be included in TensorFlow...

6.5CVSS2.7AI score0.00774EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/02/04 10:32 p.m.45 views

CVE-2022-23561 Out of bounds write in TFLite

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

8.8CVSS9AI score0.0054EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/02/04 10:32 p.m.35 views

CVE-2022-23557 Division by zero in TFLite

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

6.5CVSS6.7AI score0.00757EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/02/04 10:32 p.m.42 views

CVE-2022-23564 Reachable Assertion in Tensorflow

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

6.5CVSS6.5AI score0.00469EPSS
SaveExploits0References2
CVE
CVE
added 2022/02/04 10:32 p.m.126 views

CVE-2022-23565

CVE-2022-23565 : TensorFlow contains a denial-of-service risk caused by an assertion failure when a SavedModel on disk has duplicated AttrDef entries for an operation. The issue’s root cause is described across connected sources as a SavedModel mismatch that can trigger a crash under certain on-d...

6.5CVSS6.5AI score0.00469EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/02/04 10:32 p.m.47 views

CVE-2022-23565 `CHECK`-failures in Tensorflow

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

6.5CVSS6.6AI score0.00469EPSS
SaveExploits0References2
Rows per page
Query Builder