Loading HuntDB...

CVE-2021-41200

MEDIUM
Published 2021-11-05T20:00:12
Actions:

Expert Analysis

Professional remediation guidance

Get tailored security recommendations from our analyst team for CVE-2021-41200. We'll provide specific mitigation strategies based on your environment and risk profile.

CVSS Score

V3.1
5.5
/10
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Base Score Metrics
Exploitability: N/A Impact: N/A

EPSS Score

v2025.03.14
0.000
probability
of exploitation in the wild

There is a 0.0% chance that this vulnerability will be exploited in the wild within the next 30 days.

Updated: 2025-06-25
Exploit Probability
Percentile: 0.151
Higher than 15.1% of all CVEs

Attack Vector Metrics

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED

Impact Metrics

Confidentiality
NONE
Integrity
NONE
Availability
HIGH

Description

TensorFlow is an open source platform for machine learning. In affected versions if `tf.summary.create_file_writer` is called with non-scalar arguments code crashes due to a `CHECK`-fail. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.

Available Exploits

No exploits available for this CVE.

Related News

No news articles found for this CVE.

Affected Products

GitHub Security Advisories

Community-driven vulnerability intelligence from GitHub

✓ GitHub Reviewed MODERATE

Incomplete validation in `tf.summary.create_file_writer`

GHSA-gh8h-7j2j-qv4f

Advisory Details

### Impact If `tf.summary.create_file_writer` is called with non-scalar arguments code crashes due to a `CHECK`-fail. ```python import tensorflow as tf import numpy as np tf.summary.create_file_writer(logdir='', flush_millis=np.ones((1,2))) ``` ### Patches We have patched the issue in GitHub commit [874bda09e6702cd50bac90b453b50bcc65b2769e](https://github.com/tensorflow/tensorflow/commit/874bda09e6702cd50bac90b453b50bcc65b2769e) (merging [#51715](https://github.com/tensorflow/tensorflow/pull/51715)). The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range. ### For more information Please consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions. ### Attribution This vulnerability has been reported externally via a [GitHub issue](https://github.com/tensorflow/tensorflow/issues/46909).

Affected Packages

PyPI tensorflow
ECOSYSTEM: ≥2.6.0 <2.6.1
PyPI tensorflow
ECOSYSTEM: ≥2.5.0 <2.5.2
PyPI tensorflow
ECOSYSTEM: ≥0 <2.4.4
PyPI tensorflow-cpu
ECOSYSTEM: ≥2.6.0 <2.6.1
PyPI tensorflow-cpu
ECOSYSTEM: ≥2.5.0 <2.5.2
PyPI tensorflow-cpu
ECOSYSTEM: ≥0 <2.4.4
PyPI tensorflow-gpu
ECOSYSTEM: ≥2.6.0 <2.6.1
PyPI tensorflow-gpu
ECOSYSTEM: ≥2.5.0 <2.5.2
PyPI tensorflow-gpu
ECOSYSTEM: ≥0 <2.4.4

CVSS Scoring

CVSS Score

5.0

CVSS Vector

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

Advisory provided by GitHub Security Advisory Database. Published: November 10, 2021, Modified: November 13, 2024

References

Published: 2021-11-05T20:00:12
Last Modified: 2024-11-13T21:44:45.830Z
Copied to clipboard!