Lucene search
+L

1465 matches found

PyPA
PyPA
added 2021/11/05 8:15 p.m.9 views

PYSEC-2021-606

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS6.9AI score0.0023EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/11/05 8:15 p.m.9 views

PYSEC-2021-804

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS6.9AI score0.0023EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/11/05 8:15 p.m.9 views

PYSEC-2021-389

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS6.9AI score0.0023EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/11/05 8:15 p.m.10 views

PYSEC-2021-389

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits1References3
OSV
OSV
added 2021/11/05 8:15 p.m.7 views

PYSEC-2021-391

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits1References3
OSV
OSV
added 2021/11/05 8:15 p.m.11 views

PYSEC-2021-807

TensorFlow is an open source platform for machine learning. In affected versions if tf.image.resize is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t typ...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2021/11/05 8:0 p.m.7 views

CVE-2021-41200

TensorFlow is an open source platform for machine learning. In affected versions if tf.summary.createfilewriter is called with non-scalar arguments code crashes due to a CHECK-fail. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS7.1AI score0.0023EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/11/05 7:55 p.m.8 views

CVE-2021-41197

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow allows tensor to have a large number of dimensions and each dimension can be as large as desired. However, the total number of elements in a tensor must fit within an int64t. If an overflow occurs,...

5.5CVSS7.1AI score0.00307EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/11/05 7:55 p.m.17 views

CVE-2021-41198

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

5.5CVSS7.2AI score0.0023EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/11/05 7:55 p.m.7 views

CVE-2021-41199

TensorFlow is an open source platform for machine learning. In affected versions if tf.image.resize is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t typ...

5.5CVSS7.2AI score0.0023EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/11/05 7:55 p.m.15 views

CVE-2021-41196

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS6.9AI score0.0023EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2021/11/05 12:0 a.m.11 views

PT-2021-23178 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.7.0 TensorFlow version 2.6.1 TensorFlow version 2.5.2 TensorFlow version 2.4.4 Description: Several TensorFlow operations are missing validation for the shapes of the tensor arguments involved in the call...

7.8CVSS7.5AI score0.00174EPSS
SaveExploits0References20
OSV
OSV
added 2021/08/25 2:44 p.m.2 views

GHSA-HP4C-X6R7-6555 Floating point exception in `SparseDenseCwiseDiv`

Impact The implementation of tf.rawops.SparseDenseCwiseDiv is vulnerable to a division by 0 error: python import tensorflow as tf import numpy as np tf.rawops.SparseDenseCwiseDiv spindices=np.array4, spvalues=np.array-400, spshape=np.array647., dense=np.array0 The implementation uses a common cla...

6.8CVSS5.8AI score0.00152EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:43 p.m.4 views

GHSA-CH4F-829C-V5PW Division by 0 in `ResourceScatterDiv`

Impact The implementation of tf.rawops.ResourceScatterDiv is vulnerable to a division by 0 error: python import tensorflow as tf v= tf.Variable1,2,3 tf.rawops.ResourceScatterDiv resource=v.handle, indices=1, updates=0 The implementation uses a common class for all binary operations but fails to...

6.8CVSS5.8AI score0.00154EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:40 p.m.7 views

GHSA-RHRQ-64MQ-HF9H FPE in TFLite division operations

Impact The implementation of division in TFLite is vulnerable to a division by 0 error There is no check that the divisor tensor does not contain zero elements. Patches We have patched the issue in GitHub commit 1e206baedf8bef0334cca3eb92bab134ef525a28. The fix will be included in TensorFlow 2.6....

6.8CVSS5.8AI score0.00154EPSS
SaveExploits0References8
OSV
OSV
added 2021/08/25 2:40 p.m.5 views

GHSA-JWF9-W5XM-F437 Heap OOB in TFLite's `Gather*` implementations

Impact TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with negative values in indices. Similar issue exists in Gather implementation. python impor...

6.8CVSS5.9AI score0.00191EPSS
SaveExploits0References10
PyPA
PyPA
added 2021/08/13 12:15 a.m.8 views

PYSEC-2021-603

TensorFlow is an end-to-end open source platform for machine learning. In affected versions when running shape functions, some functions such as MutableHashTableShape produce extra output information in the form of a ShapeAndType struct. The shapes embedded in this struct are owned by an inferenc...

6.6CVSS6.9AI score0.00163EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/08/13 12:15 a.m.6 views

PYSEC-2021-312

TensorFlow is an end-to-end open source platform for machine learning. In affected versions when running shape functions, some functions such as MutableHashTableShape produce extra output information in the form of a ShapeAndType struct. The shapes embedded in this struct are owned by an inferenc...

6.6CVSS6.3AI score0.00163EPSS
SaveExploits0References2
PyPA
PyPA
added 2021/08/12 11:15 p.m.8 views

PYSEC-2021-576

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS7AI score0.00173EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2021/08/12 11:15 p.m.8 views

PYSEC-2021-774

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS7AI score0.00173EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder