Skip to main content

NULL Pointer Dereference

CVE-2022-36014

Severity High
Score 7.5/10

Summary

TensorFlow is an open source platform for machine learning. When "mlir::tfg::TFOp::nameAttr" receives null type list attributes, it crashes. The issue affects versions prior to 2.10.0-rc0. There are no known workarounds for this issue.

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

CWE-476 - NULL Pointer Dereference

A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.

Advisory Timeline

  • Published