Lucene search
+L

102 matches found

Cvelist
Cvelist
added 2021/08/12 8:30 p.m.47 views

CVE-2021-37654 Heap OOB and CHECK fail in `ResourceGather` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a CHECK-fail in debug builds of TensorFlow using tf.rawops.ResourceGather or a read from outside the bounds of heap allocated data in the same API in a release build. Th...

7.3CVSS7.7AI score0.00167EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2021/08/12 12:0 a.m.16 views

PT-2021-21770 · 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: An attacker can trigger a crash via a CHECK-fail in debug builds of TensorFlow...

9.3CVSS5.7AI score0.00451EPSS
SaveExploits5References87
OSV
OSV
added 2021/05/21 2:28 p.m.28 views

GHSA-MMQ6-Q8R3-48FM Crash in `tf.strings.substr` due to `CHECK`-fail

Impact An attacker can cause a denial of service via CHECK-fail in tf.strings.substr with invalid arguments: python import tensorflow as tf tf.strings.substrinput='abc', len=1, pos=1,-1 python import tensorflow as tf tf.strings.substrinput='abc', len=1, pos=1,2 Patches We have received a patch fo...

2.5CVSS5.8AI score0.0023EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2021/05/21 2:22 p.m.46 views

CHECK-fail in SparseConcat

Impact An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.SparseConcat: python import tensorflow as tf import numpy as np indices1 = tf.constant514, 514, 514, 514, dtype=tf.int64 indices2 = tf.constant514, 530, 599, 877, dtype=tf.int64 indices = indices1, indices2 values1 =...

5.5CVSS2.3AI score0.00189EPSS
SaveExploits1References7Affected Software3
NVD
NVD
added 2021/05/14 8:15 p.m.23 views

CVE-2021-29544

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.QuantizeAndDequantizeV4Grad. This is because the implementation does not validate the rank of the input tensors. In turn, this results in the tensors...

5.5CVSS0.0031EPSS
SaveExploits1References4
PyPA
PyPA
added 2021/05/14 8:15 p.m.10 views

PYSEC-2021-660

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.SparseConcat. This is because the...

5.5CVSS6.8AI score0.00189EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.27 views

Integer overflow

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in caused by an integer overflow in constructing a new tensor shape. This is because the...

2.1CVSS5.4AI score0.00189EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.20 views

Code injection

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a CHECK fail in PNG encoding by providing an empty input tensor as the pixel data. This is because the...

2.1CVSS5.4AI score0.00189EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.14 views

PYSEC-2021-171

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.SparseConcat. This is because the...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.5 views

PYSEC-2021-182

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in converting sparse tensors to CSR Sparse matrices. This is because the...

5.5CVSS5.9AI score0.00189EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.24 views

PYSEC-2021-503

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

5.5CVSS1.1AI score0.00198EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.20 views

PYSEC-2021-472

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.QuantizeAndDequantizeV4Grad. This is because the...

5.5CVSS3.3AI score0.0031EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.17 views

PYSEC-2021-471

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.CTCGreedyDecoder. This is because the...

5.5CVSS1.3AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:35 p.m.41 views

CVE-2021-29523 CHECK-fail in AddManySparseToTensorsMap

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.AddManySparseToTensorsMap. This is because the...

2.5CVSS5.6AI score0.00189EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:25 p.m.7 views

CVE-2021-29617

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via CHECK-fail in tf.strings.substr with invalid arguments. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3,...

5.5CVSS6.9AI score0.0023EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.39 views

CVE-2021-29561 CHECK-fail in `LoadAndRemapMatrix`

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 tf.rawops.LoadAndRemapMatrix. This is because the...

2.5CVSS5.7AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.44 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
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:12 p.m.123 views

CVE-2021-29531

CVE-2021-29531 affects TensorFlow and relates to a denial-of-service risk in PNG encoding when an attacker supplies an empty input tensor for pixel data. The issue stems from encode_png_op.cc validating only total pixel count and passing image data to png::WriteImageToBuffer, which calls CHECK_NO...

5.5CVSS4.8AI score0.00189EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/05/14 7:11 p.m.128 views

CVE-2021-29543

CVE-2021-29543 affects TensorFlow’s CTCGreedyDecoder with a CHECK_LT invariant in tf.raw_ops.CTCGreedyDecoder that can trigger a denial-of-service via abnormal termination. Connected sources provide concrete technical details: the issue resides in TensorFlow core/kernels/ctc_decoder_ops.cc lines ...

5.5CVSS4.6AI score0.00189EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/05/14 7:11 p.m.111 views

CVE-2021-29544

TensorFlow vulnerability CVE-2021-29544 (QuantizeAndDequantizeV4Grad) is triggered by a rank-validation CHECK-fail in tf.raw_ops.QuantizeAndDequantizeV4Grad, caused by inputs not being validated before passing to QuantizeAndDequantizePerChannelGradientImpl. The issue leads to denial of service vi...

5.5CVSS4.6AI score0.0031EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder