Skip to content

FractionalMaxPool and FractionalAvgPool heap out-of-buffer

Moderate
pak-laura published GHSA-xvwp-h6jv-7472 Nov 18, 2022

Package

pip tensorflow, tensorflow-cpu, tensorflow-gpu (pip)

Affected versions

< 2.11.0

Patched versions

2.8.4, 2.9.3, 2.10.1, 2.11.0

Description

Impact

An input pooling_ratio that is smaller than 1 will trigger a heap OOB in tf.raw_ops.FractionalMaxPool and tf.raw_ops.FractionalAvgPool.

Patches

We have patched the issue in GitHub commit 216525144ee7c910296f5b05d214ca1327c9ce48.

The fix will be included in TensorFlow 2.11.0. We will also cherry pick this commit on TensorFlow 2.10.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 through the OSS VRP program.

Severity

Moderate

CVE ID

CVE-2022-41900

Weaknesses

No CWEs