Skip to main content

Reachable Assertion

CVE-2022-35941

Severity High
Score 7.5/10

Summary

TensorFlow is an open source platform for machine learning. Versions prior to 2.7.4, 2.8.x prior to 2.8.3, 2.9.x prior to 2.9.2 are vulnerable. The "AvgPoolOp" function takes an argument "ksize" that must be positive but is not checked. A negative "ksize" can trigger a "CHECK" failure and crash the program. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.2, TensorFlow 2.8.3, and TensorFlow 2.7.4, as these are also affected and still in supported range. There are no known workarounds to this issue.

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

CWE-617 - Reachable Assertion

The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.

Advisory Timeline

  • Published