Lucene search
K

3086 matches found

OSV
OSV
added 2021/05/14 8:15 p.m.11 views

CVE-2021-29522

TensorFlow is an end-to-end open source platform for machine learning. The tf.rawops.Conv3DBackprop operations fail to validate that the input tensors are not empty. In turn, this would result in a division by 0. This is because the...

5.5CVSS5.3AI score
Exploits0References2
OSV
OSV
added 2021/05/14 8:15 p.m.16 views

CVE-2021-29515

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixDiag operationshttps://github.com/tensorflow/tensorflow/blob/4c4f420e68f1cfaf8f4b6e8e3eb857e9e4c3ff33/tensorflow/core/kernels/linalg/matrixdiagop.ccL195-L197 does not validate that the tensor...

7.8CVSS7.7AI score
Exploits0References2
Prion
Prion
added 2021/05/14 8:15 p.m.14 views

Type confusion

TensorFlow is an end-to-end open source platform for machine learning. Calling TF operations with tensors of non-numeric types when the operations expect numeric tensors result in null pointer dereferences. The conversion from Python array to C++...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.17 views

Heap overflow

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

4.6CVSS7.6AI score0.00012EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.18 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.19 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. Specifying a negative dense shape in tf.rawops.SparseCountSparseOutput results in a segmentation fault being thrown out from the standard library as std::vector invariants are broken. This is because the...

2.1CVSS5.3AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.12 views

Out-of-bounds

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

4.6CVSS7.9AI score0.00017EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.30 views

Heap overflow

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in Eigen implementation of tf.rawops.BandedTriangularSolve. The...

4.6CVSS7.8AI score0.00026EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.14 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.Reverse. This is because the...

2.1CVSS5.3AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.20 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. The Prepare step of the SpaceToDepth TFLite operator does not check for 0 before divisionhttps://github.com/tensorflow/tensorflow/blob/5f7975d09eac0f10ed8a17dbb6f5964977725adc/tensorflow/lite/kernels/spacetodepth.ccL63-L67. An...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.22 views

Code injection

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a runtime division by zero error and denial of service in tf.rawops.FractionalAvgPool. This is because the...

2.1CVSS5.3AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.14 views

Code injection

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.RFFT. Eigen code operating on an empty matrix can trigger on an assertion and will cause program termination...

2.1CVSS5.5AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.16 views

Null pointer dereference

TensorFlow is an end-to-end open source platform for machine learning. In eager mode default in TF 2.0 and later, session operations are invalid. However, users could still call the raw ops associated with them and trigger a null pointer dereference. The...

4.6CVSS7.5AI score0.00009EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.17 views

PYSEC-2021-481

TensorFlow is an end-to-end open source platform for machine learning. An attacker can read data outside of bounds of heap allocated buffer in tf.rawops.QuantizeAndDequantizeV3. This is because the...

7.1CVSS0.8AI score0.00011EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.15 views

PYSEC-2021-465

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedResizeBilinear by passing in invalid thresholds for the quantization. This is because the...

7.8CVSS1AI score0.00012EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.14 views

PYSEC-2021-505

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

7.8CVSS1.8AI score0.00012EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.18 views

PYSEC-2021-514

TensorFlow is an end-to-end open source platform for machine learning. Optimized pooling implementations in TFLite fail to check that the stride arguments are not 0 before calling...

7.8CVSS0.3AI score0.00011EPSS
Exploits1References2
Prion
Prion
added 2021/05/14 8:15 p.m.17 views

Null pointer dereference

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPool3DGradGrad exhibits undefined behavior by dereferencing null pointers backing attacker-supplied empty tensors. The...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.27 views

PYSEC-2021-523

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the DepthToSpace TFLite operator is vulnerable to a division by zero...

7.8CVSS1AI score0.00011EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.18 views

PYSEC-2021-442

TensorFlow is an end-to-end open source platform for machine learning. If the splits argument of RaggedBincount does not specify a valid SparseTensorhttps://www.tensorflow.org/apidocs/python/tf/sparse/SparseTensor, then an attacker can trigger a heap buffer overflow. This will cause a read from...

7.8CVSS0.7AI score0.00012EPSS
Exploits1References2
Rows per page
Query Builder