PT-2026-59742 · Pypi · Tensorflow

Published

2026-07-13

·

Updated

2026-07-13

CVSS v3.1

4.8

Medium

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

Impact

When running on GPU, [tf.image.generate bounding box proposals](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/kernels/image/generate box proposals op.cu.cc) receives a scores input that must be of rank 4 but is not checked.
python
import tensorflow as tf

a = tf.constant(value=[[1.0, 1.0], [1.0, 1.0], [1.0, 1.0], [1.0, 1.0]])
b = tf.constant(value=[1])

tf.image.generate bounding box proposals(scores=a,bbox deltas=a,image info=a,anchors=a,pre nms topn=b)

Patches

We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98.
The fix will be included in TensorFlow 2.11. We will also cherrypick this commit on TensorFlow 2.10.1, 2.9.3, and TensorFlow 2.8.4, as these are also affected and still in supported range.

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 Pattarakrit Rattankul.

Fix

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

Related Identifiers

PYSEC-2026-3124

Affected Products

Tensorflow