4 matches found
CVE-2022-21728-test
Dieses Repository hat keine README-Datei...
CVE-2022-21728
creationtimestamp| type| source ---|---|--- 2022-02-03 14:30:01+00:00| seen| https://t.me/cibsecurity/36765...
CVE-2022-21728 Out of bounds read in Tensorflow
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...
CVE-2022-21728
CVE-2022-21728 affects TensorFlow: ReverseSequence shape-inference can yield a heap-based out-of-bounds read because batch_dim is checked for being too large but not for negative values. The mitigation path is a forthcoming fix in TensorFlow 2.8.0, with cherry-picks into 2.7.1, 2.6.3, and 2.5.3. ...