4 matches found
SUSE CVE-2021-29585
TensorFlow is an end-to-end open source platform for machine learning. The TFLite computation for size of output after padding, ComputeOutSizehttps://github.com/tensorflow/tensorflow/blob/0c9692ae7b1671c983569e5d3de5565843d500cf/tensorflow/lite/kernels/padding.hL43-L55, does not check that the...
GHSA-MV78-G7WQ-MHP4 Division by zero in padding computation in TFLite
Impact The TFLite computation for size of output after padding, ComputeOutSize, does not check that the stride argument is not 0 before doing the division. cc inline int ComputeOutSizeTfLitePadding padding, int imagesize, int filtersize, int stride, int dilationrate = 1 int effectivefiltersize =...
Google TensorFlow Denial of Service Vulnerability (CNVD-2021-36331)
Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in the padding calculation in Google TensorFlow. The vulnerability stems from ComputeOutSize not checking if the stride parameter is 0 before performing a division.No details of the...
Google TensorFlow 数字错误漏洞
Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in the padding calculation in Google TensorFlow. The vulnerability stems from ComputeOutSize not checking if the stride parameter is 0 before performing a division.No details of the...