4 matches found
CVE-2024-36742
An issue in the oneflow.scatternd parameter OneFlow-Inc. Oneflow v0.9.1 allows attackers to cause a Denial of Service DoS when index parameter exceeds the range of shape...
CVE-2024-36742
OneFlow CVE-2024-36742 affects OneFlow (v0.9.1) with a DoS risk in the scatter_nd parameter when index exceeds the target shape. Reported across multiple sources (NVD, Red Hat, CVE listing); the vulnerable component is the oneflow.scatter_nd operation. The available descriptions state the impact ...
TensorFlow vulnerable to OOB write in `scatter_nd` in TF Lite
Impact The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. Patches We have patched the issue in GitHub commit...
CVE-2022-35939 Out of bounds write in `scatter_nd` op in TensorFlow Lite
TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have...