Lucene search
+L

107 matches found

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

PYSEC-2021-485

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.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

5.5CVSS4.1AI score0.00189EPSS
Exploits1References2
Cvelist
Cvelist
added 2021/05/14 7:36 p.m.35 views

CVE-2021-29517 Division by zero in `Conv3D`

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

2.5CVSS5.7AI score0.00189EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:36 p.m.5 views

CVE-2021-29517

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS6.9AI score0.00189EPSS
Exploits1
Cvelist
Cvelist
added 2021/05/14 7:20 p.m.42 views

CVE-2021-29612 Heap buffer overflow in `BandedTriangularSolve`

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

3.6CVSS8.1AI score0.00287EPSS
Exploits1References3
CVE
CVE
added 2021/05/14 7:20 p.m.98 views

CVE-2021-29612

TensorFlow CVE-2021-29612 describes a heap-based buffer overflow in the Eigen-based tf.raw_ops.BandedTriangularSolve path. Root cause: ValidateInputTensors fails to check for empty inputs, and OP_REQUIRES validation may not propagate status, making the validation ineffective. Impact: potential co...

7.8CVSS5.9AI score0.00287EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.17 views

CVE-2021-29557 Division by 0 in `SparseMatMul`

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.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

2.5CVSS5.8AI score0.00189EPSS
Exploits1References2
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.52 views

CVE-2021-29563 CHECK-fail in `tf.raw_ops.RFFT`

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.5CVSS5.8AI score0.00189EPSS
Exploits1References2
CVE
CVE
added 2021/05/14 7:16 p.m.96 views

CVE-2021-29575

CVE-2021-29575 targets TensorFlow’s tf.raw_ops.ReverseSequence. Concrete details from connected docs show the root cause: the operation does not validate seq_dim and batch_dim, allowing negative values to cause stack overflow or CHECK-fail Denial of Service (local). Impact is a local DoS conditio...

5.5CVSS5.1AI score0.00198EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.42 views

CVE-2021-29575 Overflow/denial of service in `tf.raw_ops.ReverseSequence`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

2.5CVSS6AI score0.00198EPSS
Exploits1References2
CVE
CVE
added 2021/05/14 7:10 p.m.115 views

CVE-2021-29546

CVE-2021-29546 concerns TensorFlow’s QuantizedBiasAdd. The issue arises from the Eigen kernel implementation in quantization_utils.h, which divides by the number of elements of the smaller input without guarding against zero, causing integer division by zero undefined behavior. Public details in ...

7.8CVSS5.4AI score0.00201EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:10 p.m.54 views

CVE-2021-29546 Division by 0 in `QuantizedBiasAdd`

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

2.5CVSS7.8AI score0.00201EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:10 p.m.67 views

CVE-2021-29546

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

7.8CVSS7AI score0.00201EPSS
Exploits1
Positive Technologies
Positive Technologies
added 2021/05/14 12:0 a.m.4 views

PT-2021-18363 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow version 2.4.2 TensorFlow version 2.3.3 TensorFlow version 2.2.3 TensorFlow version 2.1.4 Description: An attacker can trigger a heap buffer overflow in the Eigen implementation of tf.raw...

7.8CVSS7.8AI score0.00287EPSS
Exploits1References14
Positive Technologies
Positive Technologies
added 2021/05/14 12:0 a.m.7 views

PT-2021-18308 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow version 2.4.2 TensorFlow version 2.3.3 TensorFlow version 2.2.3 TensorFlow version 2.1.4 Description: An attacker can cause a denial of service via a FPE runtime error in tf.raw ops.SparseMatMul...

5.5CVSS5.4AI score0.00189EPSS
Exploits1References13
Positive Technologies
Positive Technologies
added 2021/05/14 12:0 a.m.4 views

PT-2021-18268 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow version 2.4.2 TensorFlow version 2.3.3 TensorFlow version 2.2.3 TensorFlow version 2.1.4 Description: A malicious user could trigger a division by 0 in the Conv3D implementation. The implementatio...

5.5CVSS5.2AI score0.00189EPSS
Exploits1References12
CNVD
CNVD
added 2020/12/11 12:0 a.m.4 views

Google TensorFlow Buffer Overflow Vulnerability (CNVD-2021-00094)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from a buffer overflow vulnerability that stems from a tensor buffer being populated with the default value for the type, but forgetting to initialize the quantized...

5.3CVSS7.3AI score0.00243EPSS
Exploits1References1
PyPA
PyPA
added 2020/12/10 11:15 p.m.7 views

PYSEC-2020-332

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen...

5.3CVSS7.5AI score0.00243EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2020/12/10 11:15 p.m.8 views

PYSEC-2020-254

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen...

5.3CVSS7.5AI score0.00243EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2020/12/10 11:15 p.m.8 views

PYSEC-2020-254

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen...

5.3CVSS5.9AI score0.00243EPSS
Exploits1References2
OSV
OSV
added 2020/12/10 11:15 p.m.5 views

PYSEC-2020-332

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen...

5.3CVSS6.1AI score0.00243EPSS
Exploits1References2
Rows per page
Query Builder