Lucene search
K

19 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2021-0392

Malware in sbrugna...

7.8CVSS5.9AI score0.00013EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2021-0257

Malware in sbrugna...

5.5CVSS5.3AI score0.0001EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-6871

Malicious code in bioql PyPI...

7.5CVSS8.1AI score0.00135EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2025/02/06 4:48 a.m.5 views

CVE-2021-37666

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case...

7.8CVSS6.5AI score0.00013EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.1 views

SUSE CVE-2022-36018

TensorFlow is an open source platform for machine learning. If RaggedTensorToVariant is given a rtnestedsplits list that contains tensors of ranks other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS8.1AI score0.00135EPSS
Exploits0References3
Prion
Prion
added 2022/09/16 10:15 p.m.10 views

Stack overflow

TensorFlow is an open source platform for machine learning. If RaggedTensorToVariant is given a rtnestedsplits list that contains tensors of ranks other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5CVSS7.5AI score0.00135EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2022/09/16 10:5 p.m.1 views

CVE-2022-36018

TensorFlow is an open source platform for machine learning. If RaggedTensorToVariant is given a rtnestedsplits list that contains tensors of ranks other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.8AI score0.00135EPSS
Exploits0
OSV
OSV
added 2022/09/16 10:5 p.m.14 views

CVE-2022-36018 `CHECK` fail in `RaggedTensorToVariant` in TensorFlow

TensorFlow is an open source platform for machine learning. If RaggedTensorToVariant is given a rtnestedsplits list that contains tensors of ranks other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS8AI score0.00135EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2022/09/16 9:14 p.m.25 views

TensorFlow vulnerable to `CHECK` fail in `RaggedTensorToVariant`

Impact If RaggedTensorToVariant is given a rtnestedsplits list that contains tensors of ranks other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf batchedinput = True rtnestedsplits = tf.constant0,32,64, shape=3,...

7.5CVSS7.4AI score0.00135EPSS
Exploits0References5Affected Software3
CNNVD
CNNVD
added 2022/09/16 12:0 a.m.1 views

Google TensorFlow 安全漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. A security vulnerability exists in Google TensorFlow, which stems from the fact that providing a list of rtnestedsplits for a RaggedTensorToVariant that contains a rank...

7.5CVSS7.6AI score0.00135EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 2:42 p.m.30 views

Reference binding to nullptr in `RaggedTensorToVariant`

Impact An attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant: python import tensorflow as tf tf.rawops.RaggedTensorToVariant rtnestedsplits=, rtdensevalues=1,2,3, batchedinput=True The implementation has an incomplete validation of the...

7.8CVSS7.5AI score0.00013EPSS
Exploits0References7Affected Software3
NVD
NVD
added 2021/08/12 10:15 p.m.15 views

CVE-2021-37666

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case...

7.8CVSS0.00013EPSS
Exploits0References2
PyPA
PyPA
added 2021/08/12 10:15 p.m.4 views

PYSEC-2021-288

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case...

7.8CVSS7AI score0.00013EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/08/12 9:40 p.m.1 views

CVE-2021-37666

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case...

7.8CVSS6.9AI score0.00013EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2021/08/12 12:0 a.m.4 views

PT-2021-21783 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.6.0 TensorFlow versions 2.5.1 and earlier TensorFlow versions 2.4.3 and earlier TensorFlow versions 2.3.4 and earlier Description: An attacker can cause undefined behavior via binding a reference to null pointer...

9.3CVSS5.6AI score0.01023EPSS
Exploits5References86
NVD
NVD
added 2021/05/14 8:15 p.m.13 views

CVE-2021-29516

TensorFlow is an end-to-end open source platform for machine learning. Calling tf.rawops.RaggedTensorToVariant with arguments specifying an invalid ragged tensor results in a null pointer dereference. The implementation of RaggedTensorToVariant...

5.5CVSS0.0001EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.16 views

CVE-2021-29516

TensorFlow is an end-to-end open source platform for machine learning. Calling tf.rawops.RaggedTensorToVariant with arguments specifying an invalid ragged tensor results in a null pointer dereference. The implementation of RaggedTensorToVariant...

5.5CVSS5.5AI score
Exploits0References2
CVE
CVE
added 2021/05/14 7:36 p.m.83 views

CVE-2021-29516

TensorFlow CVE-2021-29516 describes a null pointer dereference in tf.raw_ops.RaggedTensorToVariant when provided with an invalid ragged tensor. The issue arises because batched_ragged.splits(0) is dereferenced without validating non-emptiness. Affected: TensorFlow and related entries indicate the...

5.5CVSS4.8AI score0.0001EPSS
Exploits1References2Affected Software1
CNNVD
CNNVD
added 2021/05/14 12:0 a.m.2 views

Google TensorFlow 代码问题漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow tf.rawops.RaggedTensorToVariant. A local attacker can exploit this vulnerability to cause a denial of service...

5.5CVSS5.7AI score0.0001EPSS
Exploits1References3
Rows per page
Query Builder