Lucene search
+L

574 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 10:08 p.m.9 views

CVE-2022-29191

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.rawops.GetSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack...

5.5CVSS6.5AI score0.00353EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:59 p.m.9 views

CVE-2022-23571

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a CHECK assertion is invalidated based on user controlled arguments, if the tensors have an invalid dtype and 0 elements or an invalid shape. This allows...

6.5CVSS6.6AI score0.00473EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.10 views

CVE-2022-35971

TensorFlow is an open source platform for machine learning. If FakeQuantWithMinMaxVars is given min or max tensors of a nonzero rank, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00462EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.12 views

CVE-2022-35988

TensorFlow is an open source platform for machine learning. When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c55b476aa0e0bd4ee99d0f3ad18d9d706cd1260a. The fix...

7.5CVSS6.5AI score0.00488EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.11 views

CVE-2022-35979

TensorFlow is an open source platform for machine learning. If QuantizedRelu or QuantizedRelu6 are given nonscalar inputs for minfeatures or maxfeatures, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.7AI score0.0051EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.8 views

CVE-2022-35967

TensorFlow is an open source platform for machine learning. If QuantizedAdd is given mininput or maxinput tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 49b3824d83af706df0ad07e4e677d88659756d89...

7.5CVSS6.6AI score0.00493EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.8 views

CVE-2022-35994

TensorFlow is an open source platform for machine learning. When CollectiveGather receives an scalar input input, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c1f491817dec39a26be3c574e86a88c30f3c4770. The fix will be...

7.5CVSS6.6AI score0.00478EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.10 views

CVE-2022-35989

TensorFlow is an open source platform for machine learning. When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub comm...

7.5CVSS6.5AI score0.00478EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.11 views

CVE-2022-35963

TensorFlow is an open source platform for machine learning. The implementation of FractionalAvgPoolGrad does not fully validate the input originputtensorshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the...

7.5CVSS6.8AI score0.00478EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:53 p.m.15 views

CVE-2022-36001

TensorFlow is an open source platform for machine learning. When DrawBoundingBoxes receives an input boxes that is not of dtype float, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit da0d65cdc1270038e72157ba35bf74b85d9bda11. The fix wi...

7.5CVSS6.7AI score0.00478EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.13 views

CVE-2021-29591

TensorFlow is an end-to-end open source platform for machine learning. TFlite graphs must not have loops between nodes. However, this condition was not checked and an attacker could craft models that would result in infinite loop during evaluation. In certain cases, the infinite loop would be...

7.8CVSS6.9AI score0.00262EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.10 views

CVE-2021-29609

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in SparseAdd results in allowing attackers to exploit undefined behavior dereferencing null pointers as well as write outside of bounds of heap allocated data. The...

7.8CVSS7AI score0.00234EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.13 views

CVE-2021-29519

TensorFlow is an end-to-end open source platform for machine learning. The API of tf.rawops.SparseCross allows combinations which would result in a CHECK-failure and denial of service. This is because the...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.10 views

CVE-2021-29520

TensorFlow is an end-to-end open source platform for machine learning. Missing validation between arguments to tf.rawops.Conv3DBackprop operations can result in heap buffer overflows. This is because the...

7.8CVSS6.9AI score0.00224EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.10 views

CVE-2021-29533

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK failure by passing an empty image to tf.rawops.DrawBoundingBoxes. This is because the...

5.5CVSS6.7AI score0.00217EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.10 views

CVE-2021-29553

TensorFlow is an end-to-end open source platform for machine learning. An attacker can read data outside of bounds of heap allocated buffer in tf.rawops.QuantizeAndDequantizeV3. This is because the...

7.1CVSS6.8AI score0.00198EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.14 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.5CVSS6.5AI score0.0031EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.13 views

CVE-2021-29612

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

7.8CVSS7.3AI score0.00287EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.13 views

CVE-2021-29575

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.5CVSS7.3AI score0.00198EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:24 p.m.8 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.00201EPSS
SaveExploits1References1
Rows per page
Query Builder