Lucene search
K

14319 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 6:40 p.m.6 views

CVE-2021-37668

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.UnravelIndex by triggering a division by 0. The implementation does not check that the tensor subsumed by dims is not...

5.5CVSS6.6AI score0.00044EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:40 p.m.6 views

CVE-2021-37636

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.SparseDenseCwiseDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS6.6AI score0.00012EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.5 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.7AI score0.0002EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.5 views

CVE-2021-29618

TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to tf.transpose at the same time as passing conjugate=True argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFl...

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

CVE-2021-29600

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the OneHot TFLite operator is vulnerable to a division by zero errorhttps://github.com/tensorflow/tensorflow/blob/f61c57bd425878be108ec787f4d96390579fb83e/tensorflow/lite/kernels/onehot.ccL68-L72. An...

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

CVE-2021-29593

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

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

CVE-2021-29588

TensorFlow is an end-to-end open source platform for machine learning. The optimized implementation of the TransposeConv TFLite operator is vulnerable to a division by zero error. An attacker can craft a model such that strideh,w values are 0. Code calling this function must validate these...

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

CVE-2021-29586

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.8CVSS6.6AI score0.00011EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.3 views

CVE-2021-29580

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.FractionalMaxPoolGrad triggers an undefined behavior if one of the input tensors is empty. The code is also vulnerable to a denial of service attack as a CHECK condition becomes false and aborts...

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

CVE-2021-29579

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

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

CVE-2021-29577

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.8CVSS6.9AI score0.00012EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.5 views

CVE-2021-29571

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

7.8CVSS7.3AI score0.00017EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.7 views

CVE-2021-29563

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

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

CVE-2021-29570

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

7.1CVSS6.7AI score0.00009EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.4 views

CVE-2021-29582

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.6AI score0.00011EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.6 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.8CVSS6.7AI score0.00011EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.3 views

CVE-2021-29561

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

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

CVE-2021-29540

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow to occur in Conv2DBackpropFilter. This is because the...

7.8CVSS7.3AI score0.00031EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.3 views

CVE-2021-29524

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in tf.rawops.Conv2DBackpropFilter. This is because the...

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

CVE-2021-29551

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS6.7AI score0.00011EPSS
Exploits1References1
Rows per page
Query Builder