NULL Pointer Dereference
CVE-2022-36013
Summary
TensorFlow is an open source platform for machine learning. When "mlir::tfg::GraphDefImporter::ConvertNodeDef" tries to convert NodeDefs without an op name, it crashes. There are no known workarounds for this issue. This issue affects prior to 2.10.0-rc0.
- 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.
References
Advisory Timeline
- Published