Lucene search
K

88 matches found

RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.13 views

CVE-2021-41195

TensorFlow is an open source platform for machine learning. In affected versions the implementation of tf.math.segment operations results in a CHECK-fail related abort and denial of service if a segment id in segmentids is large. This is similar to CVE-2021-29584 and similar other reported...

5.5CVSS6.6AI score0.00038EPSS
Exploits2References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.3 views

CVE-2021-41209

TensorFlow is an open source platform for machine learning. In affected versions the implementations for convolution operators trigger a division by 0 if passed empty filter tensor arguments. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

5.5CVSS6.9AI score0.00017EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.5 views

CVE-2021-41198

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

5.5CVSS6.8AI score0.00049EPSS
Exploits1References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-0320

Malware in sbrugna...

7.8CVSS5.9AI score0.00012EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-0353

Malware in sbrugna...

7.8CVSS7.5AI score0.00026EPSS
Exploits1References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-0396

Malware in sbrugna...

5.5CVSS5AI score0.00054EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2021-0419

Malware in sbrugna...

5.5CVSS5.3AI score0.00049EPSS
Exploits1References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-0306

Malware in sbrugna...

5.5CVSS5.3AI score0.00038EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-0359

Malware in sbrugna...

5.5CVSS5.3AI score0.0002EPSS
Exploits1References11
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2023-1082

Malicious code in bioql PyPI...

7.5CVSS6.2AI score0.0024EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.2 views

CVE-2021-29566

TensorFlow is an end-to-end open source platform for machine learning. An attacker can write outside the bounds of heap allocated arrays by passing invalid arguments to tf.rawops.Dilation2DBackpropInput. This is because the...

7.8CVSS6.7AI score0.00011EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:54 p.m.1 views

CVE-2021-37644

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS5.9AI score0.00012EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:36 p.m.3 views

CVE-2021-29562

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.IRFFT. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2,...

5.5CVSS6.7AI score0.00009EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.3 views

CVE-2021-29513

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

7.8CVSS6.6AI score0.00011EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.4 views

CVE-2021-29536

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

7.8CVSS7.2AI score0.00012EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:47 a.m.2 views

CVE-2021-37681

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of SVDF in TFLite is vulnerable to a null pointer error. The GetVariableInput function can return a null pointer but GetTensorData assumes that the argument is always a valid tensor...

7.8CVSS6.5AI score0.00037EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.1 views

SUSE CVE-2021-29514

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.8CVSS7.7AI score0.00012EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.1 views

SUSE CVE-2021-29557

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.5CVSS5.5AI score0.00009EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.1 views

SUSE CVE-2021-29564

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.rawops.EditDistance. This is because the...

5.5CVSS5.5AI score0.00009EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:42 a.m.1 views

SUSE CVE-2021-29601

TensorFlow is an end-to-end open source platform for machine learning. The TFLite implementation of concatenation is vulnerable to an integer overflow issuehttps://github.com/tensorflow/tensorflow/blob/7b7352a724b690b11bfaae2cd54bc3907daf6285/tensorflow/lite/kernels/concatenation.ccL70-L76. An...

7.1CVSS6.9AI score0.00009EPSS
Exploits1References3
Rows per page
Query Builder