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.
References
Link | Resource |
---|---|
https://github.com/tensorflow/tensorflow/commit/ee50d1e00f81f62a4517453f721c634bbb478307 | Patch |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-f49c-87jh-g47q | Patch Vendor Advisory |
Configurations
History
No history.
Information
Published : 2023-03-25 00:15
Updated : 2024-02-28 20:13
NVD link : CVE-2023-25801
Mitre link : CVE-2023-25801
CVE.ORG link : CVE-2023-25801
JSON object : View
Products Affected
- tensorflow
CWE
CWE-415
Double Free