Lucene search
+L

572 matches found

Positive Technologies
Positive Technologies
added 2021/08/12 12:00 a.m.8 views

PT-2021-21772 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.6.0 TensorFlow versions 2.5.1 and earlier TensorFlow versions 2.4.3 and earlier TensorFlow versions 2.3.4 and earlier Description: TensorFlow is an end-to-end open source platform for machine learning. In affect...

9.3CVSS5.7AI score0.00447EPSS
SaveExploits5References88
CNVD
CNVD
added 2021/07/08 12:00 a.m.16 views

Google TensorFlow suffers from an unspecified vulnerability (CNVD-2021-48856)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow versions 2.4.2, 2.3.3, 2.2.3, and 2.1.4, which stems from a lack of validation in tf.rawops.RaggedTensorToTensor, and can be exploited by an...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/07/08 12:00 a.m.24 views

Google TensorFlow suffers from an unspecified vulnerability (CNVD-2021-48857)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow 2.4.2, 2.3.3, 2.2.3, 2.1.4, which stems from the absence of loops between nodes of a TFlite graph. No detailed vulnerability details are...

7.8CVSS6.5AI score0.00262EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/07/01 12:00 a.m.20 views

Google TensorFlow Arbitrary File Overwrite Vulnerability

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from an arbitrary file overwrite vulnerability, which originates from an issue caused when tf.keras.utils.getfile is used with extract=True, and can be exploited by an...

9.1CVSS6.8AI score0.01864EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/07/01 12:00 a.m.15 views

Google TensorFlow code issue vulnerability (CNVD-2021-46657)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A code issue vulnerability exists in TensorFlow 2.4.2,2.3.3,2.2.3,2.1.4, which can be exploited by an attacker to cause a denial of service by exploiting a CHECK failure from the implementation...

5.5CVSS6.7AI score0.00189EPSS
SaveExploits1References1
OSV
OSV
added 2021/06/30 1:15 a.m.10 views

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

9.1CVSS6.8AI score
SaveExploits0References5
OSV
OSV
added 2021/05/21 2:26 p.m.49 views

GHSA-6F89-8J54-29XF Heap buffer overflow in `FractionalAvgPoolGrad`

Impact The implementation of tf.rawops.FractionalAvgPoolGrad is vulnerable to a heap buffer overflow: python import tensorflow as tf originputtensorshape = tf.constant1, 3, 2, 3, shape=4, dtype=tf.int64 outbackprop = tf.constant2, shape=1, 1, 1, 1, dtype=tf.int64 rowpoolingsequence = tf.constant1...

2.5CVSS7AI score0.00211EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/21 2:25 p.m.44 views

GHSA-PVRC-HG3F-58R6 Heap OOB access in `Dilation2DBackpropInput`

Impact An attacker can write outside the bounds of heap allocated arrays by passing invalid arguments to tf.rawops.Dilation2DBackpropInput: python import tensorflow as tf inputtensor = tf.constant1.1 81, shape=3, 3, 3, 3, dtype=tf.float32 filter = tf.constant, shape=0, 0, 3, dtype=tf.float32...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/21 2:21 p.m.10 views

GHSA-X4G7-FVJJ-PRG8 Division by 0 in `QuantizedConv2D`

Impact An attacker can trigger a division by 0 in tf.rawops.QuantizedConv2D: python import tensorflow as tf input = tf.zeros1, 1, 1, 1, dtype=tf.quint8 filter = tf.constant, shape=1, 0, 1, 1, dtype=tf.quint8 mininput = tf.constant0.0 maxinput = tf.constant0.0001 minfilter = tf.constant0.0 maxfilt...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/21 2:20 p.m.42 views

GHSA-452G-F7FP-9JF7 Type confusion during tensor casts lead to dereferencing null pointers

Impact Calling TF operations with tensors of non-numeric types when the operations expect numeric tensors result in null pointer dereferences. There are multiple ways to reproduce this, listing a few examples here: python import tensorflow as tf import numpy as np data =...

2.5CVSS5.8AI score0.00203EPSS
SaveExploits1References7
CNVD
CNVD
added 2021/05/18 12:00 a.m.102 views

Google TensorFlow divide-by-zero error vulnerability (CNVD-2021-36562)

Google TensorFlow is an end-to-end open source machine learning platform. A divide-by-zero error vulnerability exists in the tf.rawops.Conv3DBackprop implementation in TensorFlow versions prior to 2.5.0. No detailed vulnerability details are provided at this time...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.15 views

Google TensorFlow heap buffer overflow vulnerability (CNVD-2021-37648)

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.8CVSS7AI score0.00211EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.66 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2021-36563)

Google TensorFlow is an end-to-end open source machine learning platform. A denial of service vulnerability exists in the tf.rawops.AddManySparseToTensorsMap implementation in TensorFlow versions prior to 2.5.0. An attacker could exploit this vulnerability to cause a CHECK-failure denial of servi...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.15 views

TensorFlow divide-by-zero error vulnerability (CNVD-2021-36564)

Google TensorFlow is an end-to-end open source machine learning platform. A divide-by-zero error vulnerability exists in the tf.rawops.Conv2DBackpropFilter implementation in TensorFlow versions prior to 2.5.0. No detailed vulnerability details are provided at this time...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.19 views

TensorFlow heap buffer overflow vulnerability (CNVD-2021-36543)

Google TensorFlow is an end-to-end open source machine learning platform. A heap buffer overflow vulnerability exists in the QuantizedMul implementation in TensorFlow versions prior to 2.5.0. An attacker can exploit this vulnerability by passing an invalid quantization threshold that results in a...

7.8CVSS6.9AI score0.00211EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.14 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2021-37629)

Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in Google TensorFlow. The vulnerability stems from an FPE runtime error in tf.rawops.FusedBatchNorm. An attacker can exploit the vulnerability to cause a denial of service...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.83 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2021-37632)

Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in tf.rawops.SparseSplit in Google TensorFlow. A locally authenticated attacker can exploit this vulnerability to cause a denial of service condition...

7.8CVSS6.3AI score0.00211EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.17 views

Google TensorFlow SparseDenseCwiseMul Denial of Service Vulnerability

Google TensorFlow is an end-to-end open source machine learning platform. A denial of service vulnerability exists in Google TensorFlow SparseDenseCwiseMul. The vulnerability stems from a lack of authentication in tf.rawops.SparseDenseCwiseMul. An attacker can exploit the vulnerability to cause...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.9 views

TensorFlow Denial of Service Vulnerability (CNVD-2021-36542)

Google TensorFlow is an end-to-end open source machine learning platform. A denial of service vulnerability exists in TensorFlow. An attacker can exploit this vulnerability by passing empty images to tf.rawops.DrawBoundingBoxes to cause a CHECK failure denial of service...

5.5CVSS6.4AI score0.00217EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.14 views

Google TensorFlow heap buffer overflow vulnerability (CNVD-2021-37647)

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

7.8CVSS7AI score0.00211EPSS
SaveExploits1References1
Rows per page
Query Builder