Lucene search
+L

405 matches found

OSV
OSV
added 2026/07/13 2:19 p.m.2 views

PYSEC-2026-3184 TensorFlow vulnerable to `CHECK`-fail in `tensorflow::full_type::SubstituteFromAttrs`

Impact When tensorflow::fulltype::SubstituteFromAttrs receives a FullTypeDef& t that is not exactly three args, it triggers a CHECK-fail instead of returning a status. cpp Status SubstituteForEachAttrMap& attrs, FullTypeDef& t DCHECKEQt.argssize, 3; const auto& cont = t.args0; const auto& tmpl =...

7.5CVSS7AI score0.00567EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.17 views

EUVD-2021-0422

Malware in sbrugna...

5.5CVSS5.3AI score0.0023EPSS
SaveExploits1References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-0359

Malware in sbrugna...

5.5CVSS5.3AI score0.0023EPSS
SaveExploits1References11
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-0312

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00469EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2022-0320

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00992EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-0332

Malicious code in bioql PyPI...

7.6CVSS6.7AI score0.00725EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2025/05/22 8:6 p.m.13 views

CVE-2021-37680

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of fully connected layers in TFLite is vulnerable to a division by zero error. We have patched the issue in GitHub commit 718721986aa137691ee23f03638867151f74935f. The fix will be includ...

5.5CVSS6.6AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 11:20 a.m.18 views

BIT-TENSORFLOW-2021-29518 Session operations in eager mode lead to null pointer dereferences

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

7.8CVSS7.5AI score0.00201EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.22 views

BIT-TENSORFLOW-2021-29531 CHECK-fail in tf.raw_ops.EncodePng

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

5.5CVSS5.5AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.23 views

BIT-TENSORFLOW-2021-29541 Null pointer dereference in `StringNGrams`

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

5.5CVSS5.5AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.12 views

BIT-TENSORFLOW-2021-29543 CHECK-fail in `CTCGreedyDecoder`

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.5CVSS5.3AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.18 views

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

7.8CVSS7.4AI score0.00201EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.16 views

BIT-TENSORFLOW-2021-29556 Division by 0 in `Reverse`

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

5.5CVSS5.4AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.17 views

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

5.5CVSS5.5AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.15 views

BIT-TENSORFLOW-2021-29562 CHECK-fail in `tf.raw_ops.IRFFT`

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.5CVSS5.4AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.11 views

BIT-TENSORFLOW-2021-29572 Reference binding to nullptr in `SdcaOptimizer`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.SdcaOptimizer triggers undefined behavior due to dereferencing a null pointer. The...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.16 views

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

5.5CVSS5.8AI score0.00198EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.15 views

BIT-TENSORFLOW-2021-29577 Heap buffer overflow in `AvgPool3DGrad`

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.8CVSS7.6AI score0.00211EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.11 views

BIT-TENSORFLOW-2021-29582 Heap OOB read in `tf.raw_ops.Dequantize`

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.Dequantize, an attacker can trigger a read from outside of bounds of heap allocated data. The...

7.1CVSS6.7AI score0.00198EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.27 views

BIT-TENSORFLOW-2021-29583 Heap buffer overflow and undefined behavior in `FusedBatchNorm`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.FusedBatchNorm is vulnerable to a heap buffer overflow. If the tensors are empty, the same implementation can trigger undefined behavior by dereferencing null pointers. The...

7.8CVSS7.6AI score0.00211EPSS
SaveExploits1References3
Rows per page
Query Builder