Lucene search
K

155 matches found

RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.3 views

CVE-2021-41225

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS6.9AI score0.00018EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:15 a.m.6 views

CVE-2022-23589

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a SavedModel file fixing the first one would trigger the same...

6.5CVSS6.7AI score0.00301EPSS
Exploits1References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-0427

Malware in sbrugna...

5.5CVSS5.3AI score0.00017EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-0447

Malware in sbrugna...

7.8CVSS7.5AI score0.00018EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-0335

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.00295EPSS
Exploits1References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-0329

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00476EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-0327

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00232EPSS
Exploits1References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-0337

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00301EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-0314

Malicious code in bioql PyPI...

8.8CVSS8.6AI score0.00391EPSS
Exploits1References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-0336

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.00303EPSS
Exploits1References8
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.2 views

CVE-2022-23588

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that Grappler optimizer would attempt to build a tensor using a reference dtype. This would result in a crash due to a CHECK-fail in the Tensor constructor as...

6.5CVSS6.5AI score0.00303EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.4 views

CVE-2022-23579

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that SafeToRemoveIdentity would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

6.5CVSS6.6AI score0.00232EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:29 p.m.5 views

CVE-2022-23587

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

9.8CVSS6.8AI score0.00295EPSS
Exploits1References1
OSV
OSV
added 2024/03/06 11:16 a.m.25 views

BIT-TENSORFLOW-2021-41204 Segfault while copying constant resource tensor

TensorFlow is an open source platform for machine learning. In affected versions during TensorFlow's Grappler optimizer phase, constant folding might attempt to deep copy a resource tensor. This results in a segfault, as these tensors are supposed to not change. The fix will be included in...

5.5CVSS5.5AI score0.00017EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:15 a.m.17 views

BIT-TENSORFLOW-2021-41225 A use of uninitialized value vulnerability in Tensorflow

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS7.6AI score0.00018EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:15 a.m.26 views

BIT-TENSORFLOW-2022-23566 Out of bounds write in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. TensorFlow is vulnerable to a heap OOB write in Grappler. The setoutput function writes to an array at the specified index. Hence, this gives a malicious user a write primitive. The fix will be included in TensorFlow 2.8.0. We will also...

8.8CVSS8.5AI score0.00391EPSS
Exploits1References5
OSV
OSV
added 2024/03/06 11:15 a.m.16 views

BIT-TENSORFLOW-2022-23579 `CHECK`-failures during Grappler's `SafeToRemoveIdentity` in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that SafeToRemoveIdentity would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

6.5CVSS6.3AI score0.00232EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:15 a.m.11 views

BIT-TENSORFLOW-2022-23581 `CHECK`-failures during Grappler's `IsSimplifiableReshape` in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that IsSimplifiableReshape would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

6.5CVSS6.3AI score0.00476EPSS
Exploits1References6
OSV
OSV
added 2024/03/06 11:14 a.m.27 views

BIT-TENSORFLOW-2022-23587 Integer overflow in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

9.8CVSS9.2AI score0.00295EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:14 a.m.19 views

BIT-TENSORFLOW-2022-23588 `CHECK`-fails due to attempting to build a reference tensor in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that Grappler optimizer would attempt to build a tensor using a reference dtype. This would result in a crash due to a CHECK-fail in the Tensor constructor as...

6.5CVSS6.3AI score0.00303EPSS
Exploits1References5
Rows per page
Query Builder