CVE-2023-25801 HIGH

CVE-2023-25801: TensorFlow has double free in Fractional(Max/Avg)Pool

Vendor Tensorflow
Product tensorflow
Weakness CWE-415
Published March 24, 2023
Last update February 19, 2025

CVSS base score

8.0/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity High

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H

What the vulnerability does

01Description

TensorFlow is an open source machine learning platform. Prior to versions 2.12.0 and 2.11.1, `nn_ops.fractional_avg_pool_v2` and `nn_ops.fractional_max_pool_v2` require the first and fourth elements of their parameter `pooling_ratio` to be equal to 1.0, as pooling on batch and channel dimensions is not supported. A fix is included in TensorFlow 2.12.0 and 2.11.1.

Key dates

02Disclosure timeline

March 24, 2023 CVE published
February 19, 2025 Record updated