Show filters
5 Total Results
Displaying 1-5 of 5
Sort by:
Attacker Value
Unknown

CVE-2021-33654

Disclosure Date: June 27, 2022 (last updated February 24, 2025)
When performing the initialization operation of the Split operator, if a dimension in the input shape is 0, it will cause a division by 0 exception.
Attacker Value
Unknown

CVE-2021-33653

Disclosure Date: June 27, 2022 (last updated February 24, 2025)
When performing the derivation shape operation of the SpaceToBatch operator, if there is a value of 0 in the parameter block_shape element, it will cause a division by 0 exception.
Attacker Value
Unknown

CVE-2021-33652

Disclosure Date: June 27, 2022 (last updated February 24, 2025)
When the Reduce operator run operation is executed, if there is a value of 0 in the parameter axis_sizes element, it will cause a division by 0 exception.
Attacker Value
Unknown

CVE-2021-33649

Disclosure Date: June 27, 2022 (last updated February 24, 2025)
When performing the inference shape operation of the Transpose operator, if the value in the perm element is greater than or equal to the size of the input_shape, it will access data outside of bounds of input_shape which allocated from heap buffers.
Attacker Value
Unknown

CVE-2021-33647

Disclosure Date: June 27, 2022 (last updated February 24, 2025)
When performing the inference shape operation of the Tile operator, if the input data type is not int or int32, it will access data outside of bounds of heap allocated buffers.