Lucene search
+L

7 matches found

OSV
OSV
added 2026/07/09 4:49 p.m.7 views

PYSEC-2026-3242 Division by zero in Tensorflow

Impact The estimator for the cost of some convolution operations can be made to execute a division by 0: python import tensorflow as tf @tf.function def test: y=tf.rawops.AvgPoolGrad originputshape=1,1,1,1, grad=1.0,1.0,1.0,2.0,2.0,2.0,3.0,3.0,3.0, ksize=1,1,1,1, strides=1,1,1,0, padding='VALID',...

6.8CVSS6.7AI score0.00783EPSS
SaveExploits1References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:29 a.m.7 views

SUSE CVE-2022-21725

Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure ...

6.5CVSS6.6AI score0.00783EPSS
SaveExploits1References3
PyPA
PyPA
added 2022/02/03 1:15 p.m.10 views

PYSEC-2022-49

Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure ...

6.5CVSS7.2AI score0.00783EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/02/03 1:15 p.m.7 views

PYSEC-2022-104

Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure ...

6.5CVSS6.7AI score0.00783EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2022/02/03 12:21 p.m.8 views

CVE-2022-21725

Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure ...

6.5CVSS7.1AI score0.00783EPSS
SaveExploits1
OSV
OSV
added 2021/05/21 2:26 p.m.4 views

GHSA-MV78-G7WQ-MHP4 Division by zero in padding computation in TFLite

Impact The TFLite computation for size of output after padding, ComputeOutSize, does not check that the stride argument is not 0 before doing the division. cc inline int ComputeOutSizeTfLitePadding padding, int imagesize, int filtersize, int stride, int dilationrate = 1 int effectivefiltersize =...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References8
PyPA
PyPA
added 2021/05/14 8:15 p.m.7 views

PYSEC-2021-714

TensorFlow is an end-to-end open source platform for machine learning. The optimized implementation of the TransposeConv TFLite operator is vulnerable to a division by zero error. An attacker can craft a model such that strideh,w values are 0. Code calling this function must validate these...

7.8CVSS7AI score0.00201EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder