Lucene search
K

15 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-6958

Malicious code in bioql PyPI...

7.5CVSS7.7AI score0.00064EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2023/03/28 1:50 a.m.1 views

SUSE CVE-2023-25675

TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, tf.rawops.Bincount segfaults when given a parameter weights that is neither the same shape as parameter arr nor a length-0 tensor. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.8AI score0.00206EPSS
Exploits0References3
OSV
OSV
added 2023/03/25 12:15 a.m.1 views

AZL-35320 CVE-2023-25675 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, tf.rawops.Bincount segfaults when given a parameter weights that is neither the same shape as parameter arr nor a length-0 tensor. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.6AI score0.00206EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2023/03/24 11:11 p.m.1 views

CVE-2023-25675

TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, tf.rawops.Bincount segfaults when given a parameter weights that is neither the same shape as parameter arr nor a length-0 tensor. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.9AI score0.00206EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.1 views

SUSE CVE-2022-35987

TensorFlow is an open source platform for machine learning. DenseBincount assumes its input tensor weights to either have the same shape as its input tensor input or to be length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack. We have...

7.5CVSS7.7AI score0.00064EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2022/09/16 9:40 p.m.2 views

CVE-2022-35987

TensorFlow is an open source platform for machine learning. DenseBincount assumes its input tensor weights to either have the same shape as its input tensor input or to be length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack. We have...

7.5CVSS6.8AI score0.00064EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2022/09/16 12:0 a.m.1 views

PT-2022-23085 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.0 through 2.9.0 TensorFlow versions 2.8.0 through 2.8.0 TensorFlow versions 2.7.0 through 2.7.1 Description: The DenseBincount function in TensorFlow assumes its input tensor weights...

7.5CVSS7.2AI score0.00064EPSS
Exploits0References8
CNVD
CNVD
added 2020/09/28 12:0 a.m.2 views

Tensorflow Data Validation Vulnerability

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Tensorflow version 2.3.0 that stems from the inability of the SparseCountSparseOutput and RaggedCountSparseOutput implementations to verify that the weights...

9.9CVSS7.1AI score0.00302EPSS
Exploits1References1
OSV
OSV
added 2020/09/25 7:15 p.m.0 views

PYSEC-2020-119

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS7.3AI score0.00302EPSS
Exploits1References3
PyPA
PyPA
added 2020/09/25 7:15 p.m.3 views

PYSEC-2020-311

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS7AI score0.00302EPSS
Exploits1References3Affected Software1
PyPA
PyPA
added 2020/09/25 7:15 p.m.5 views

PYSEC-2020-119

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS7AI score0.00302EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2020/09/25 7:15 p.m.0 views

PYSEC-2020-311

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS7.3AI score0.00302EPSS
Exploits1References3
Debian CVE
Debian CVE
added 2020/09/25 6:40 p.m.1 views

CVE-2020-15196

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS7.1AI score0.00302EPSS
Exploits1
OSV
OSV
added 2020/09/25 6:28 p.m.1 views

GHSA-PG59-2F92-5CPH Heap buffer overflow in Tensorflow

Impact The SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified:...

8.5CVSS7.3AI score0.00302EPSS
Exploits1References8
Positive Technologies
Positive Technologies
added 2020/09/25 12:0 a.m.2 views

PT-2020-14267 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow version 2.3.0 Description: The SparseCountSparseOutput and RaggedCountSparseOutput implementations do not validate that the weights tensor has the same shape as the data. This can lead to a read from outside the bounds of the heap...

9.9CVSS9.3AI score0.00302EPSS
Exploits1References14
Rows per page
Query Builder