Lucene search
K

19 matches found

Microsoft CVE
Microsoft CVE
added 2024/06/30 2:0 p.m.2 views

TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

...

7.5CVSS6.3AI score0.00206EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2023/03/28 1:50 a.m.2 views

SUSE CVE-2023-25669

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give a floating point exception. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.9AI score0.00206EPSS
Exploits0References3
CNNVD
CNNVD
added 2023/03/25 12:0 a.m.1 views

Google TensorFlow 安全漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, USA. A security vulnerability exists in TensorFlow version 2.12 prior to version 2.12.0 and version 2.11 prior to version 2.11.1, which stems from the fact that tf.rawops.AvgPoolGrad gives a...

7.5CVSS6.4AI score0.00206EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2023/03/24 11:40 p.m.1 views

CVE-2023-25664

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, there is a heap buffer overflow in TAvgPoolGrad. A fix is included in TensorFlow 2.12.0 and 2.11.1...

9.8CVSS7.3AI score0.0009EPSS
Exploits0
Debian CVE
Debian CVE
added 2023/03/24 11:32 p.m.1 views

CVE-2023-25669

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give a floating point exception. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.9AI score0.00206EPSS
Exploits0
OSV
OSV
added 2023/03/24 9:56 p.m.0 views

GHSA-RCF8-G8JV-VG6P TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

Impact If the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give an FPE. python import tensorflow as tf import numpy as np @tf.functionjitcompile=True def test: y = tf.rawops.AvgPoolGradoriginputshape=1,0,0,0, grad=0.39117979, ksize=1,0,0,0, strides=1,0,0,0,...

7.5CVSS5.8AI score0.00206EPSS
Exploits0References4
OSV
OSV
added 2022/02/09 6:29 p.m.0 views

GHSA-VJG4-V33C-GGC4 Out of bounds read in Tensorflow

Impact The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap: python import tensorflow as tf @tf.function def test: y = tf.rawops.FractionalAvgPoolGrad originputtensorshape=2,2,2,2,...

8.1CVSS5.8AI score0.00316EPSS
Exploits1References7
PyPA
PyPA
added 2022/02/03 11:15 a.m.5 views

PYSEC-2022-54

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

8.1CVSS6.9AI score0.00316EPSS
Exploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2022/02/03 12:0 a.m.2 views

PT-2022-15064 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.8.0 TensorFlow versions 2.7.1 and earlier TensorFlow versions 2.6.3 and earlier TensorFlow versions 2.5.3 and earlier Description: The estimator for the cost of some convolution operations in TensorFlow can be...

6.8CVSS6.3AI score0.0022EPSS
Exploits1References13
OSV
OSV
added 2021/08/25 2:41 p.m.0 views

GHSA-7GHQ-FVR3-PJ2X Incomplete validation in `MaxPoolGrad`

Impact An attacker can trigger a denial of service via a segmentation fault in tf.rawops.MaxPoolGrad caused by missing validation: python import tensorflow as tf tf.rawops.MaxPoolGrad originput = tf.constant, shape=3, 0, 0, 2, dtype=tf.float32, origoutput = tf.constant, shape=3, 0, 0, 2,...

6.8CVSS6.3AI score0.00032EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2021/08/12 10:40 p.m.2 views

CVE-2021-37674

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a denial of service via a segmentation fault in tf.rawops.MaxPoolGrad caused by missing validation. The implementation misses some validation for the originput and origoutput tensor...

5.5CVSS6.8AI score0.00032EPSS
Exploits0
PyPA
PyPA
added 2021/08/12 9:15 p.m.5 views

PYSEC-2021-564

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.FractionalAvgPoolGrad can be tricked into accessing data outside of bounds of heap allocated buffers. The implementation does not validate that the input tensor is non-empt...

7.8CVSS7.4AI score0.00031EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.0 views

PYSEC-2021-215

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.FractionalAvgPoolGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS7.4AI score0.00012EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.0 views

PYSEC-2021-206

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGradWithArgmax can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The...

7.1CVSS7AI score0.00011EPSS
Exploits1References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.4 views

PYSEC-2021-506

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.FractionalAvgPoolGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS7.3AI score0.00012EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2021/05/14 8:15 p.m.4 views

PYSEC-2021-206

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGradWithArgmax can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The...

7.1CVSS7AI score0.00011EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.1 views

PYSEC-2021-210

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGradWithArgmax is vulnerable to a division by 0. The...

5.5CVSS6.1AI score0.00009EPSS
Exploits1References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.3 views

PYSEC-2021-699

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGradWithArgmax is vulnerable to a division by 0. The...

5.5CVSS6.9AI score0.00009EPSS
Exploits1References2Affected Software1
CNNVD
CNNVD
added 2021/05/14 12:0 a.m.1 views

Google TensorFlow 缓冲区错误漏洞

Google TensorFlow is an end-to-end open source machine learning platform. A heap buffer overflow vulnerability exists in tf.rawops.FractionalAvgPoolGrad in Google TensorFlow. No detailed vulnerability details are provided at this time...

7.8CVSS5.9AI score0.00012EPSS
Exploits1References3
Rows per page
Query Builder