Skip to main content

Out-of-bounds Write

CVE-2022-41902

Severity High
Score 9.1/10

Summary

TensorFlow is an open source platform for machine learning. The function `MakeGrapplerFunctionItem` takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an Out-Of-Bounds Memory Read or a crash is triggered. This issue affects versions prior to 2.8.4, 2.9.x prior to 2.9.3, 2.10.x prior to 2.10.1, and 2.11.x prior to 2.11.0-rc2.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • HIGH

CWE-787 - Out-of-Bounds Write

Out-of-bounds write vulnerability is a memory access bug that allows software to write data past the end or before the beginning of the intended buffer. This may result in the corruption of data, a crash, or arbitrary code execution.

Advisory Timeline

  • Published