Lucene search
K

24 matches found

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

EUVD-2022-0291

Malicious code in bioql PyPI...

8.1CVSS8AI score0.01078EPSS
Exploits1References8
OSV
OSV
added 2024/03/06 11:18 a.m.12 views

BIT-TENSORFLOW-2021-29575 Overflow/denial of service in `tf.raw_ops.ReverseSequence`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

5.5CVSS5.8AI score0.00011EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:15 a.m.16 views

BIT-TENSORFLOW-2022-21728 Out of bounds read in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS7.9AI score0.01078EPSS
Exploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 3:29 a.m.1 views

SUSE CVE-2022-21728

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS7.9AI score0.01078EPSS
Exploits1References3
CNVD
CNVD
added 2022/02/16 12:0 a.m.22 views

Google TensorFlow buffer overflow vulnerability (CNVD-2022-11507)

Google TensorFlow is an end-to-end open source platform for machine learning from Google Google. Google Tensorflow has a buffer overflow vulnerability, which stems from the implementation of ReverseSequence's shape inference does not fully validate the value of batch dim, and an attacker can...

8.1CVSS2.6AI score0.01078EPSS
Exploits1References1
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.391 views

Out of bounds read in Tensorflow

Impact The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read: python import tensorflow as tf @tf.function def test: y = tf.rawops.ReverseSequence input = 'aaa','bbb', seqlengths = 1,1,1, seqdim = -10, batchdim = -...

8.1CVSS0.8AI score0.01078EPSS
Exploits1References8Affected Software3
OSV
OSV
added 2022/02/03 11:15 a.m.15 views

PYSEC-2022-52

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS1.5AI score0.01078EPSS
Exploits1References4
PyPA
PyPA
added 2022/02/03 11:15 a.m.5 views

PYSEC-2022-52

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.8AI score0.01078EPSS
Exploits1References4Affected Software1
PyPA
PyPA
added 2022/02/03 11:15 a.m.5 views

PYSEC-2022-107

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.8AI score0.01078EPSS
Exploits1References4Affected Software1
Prion
Prion
added 2022/02/03 11:15 a.m.13 views

Heap overflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

5.5CVSS8AI score0.01078EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2022/02/03 10:55 a.m.21 views

CVE-2022-21728 Out of bounds read in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS7.9AI score0.01078EPSS
Exploits1References6
CVE
CVE
added 2022/02/03 10:55 a.m.113 views

CVE-2022-21728

CVE-2022-21728 affects TensorFlow: ReverseSequence shape-inference can yield a heap-based out-of-bounds read because batch_dim is checked for being too large but not for negative values. The mitigation path is a forthcoming fix in TensorFlow 2.8.0, with cherry-picks into 2.7.1, 2.6.3, and 2.5.3. ...

8.1CVSS8AI score0.01078EPSS
Exploits1References4Affected Software1
CNNVD
CNNVD
added 2022/02/03 12:0 a.m.2 views

Google TensorFlow 缓冲区错误漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google Google. Google Tensorflow has a buffer overflow vulnerability, which stems from the implementation of ReverseSequence's shape inference does not fully validate the value of batch dim, and an attacker can...

8.1CVSS6.1AI score0.01078EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2021/05/21 2:26 p.m.30 views

Overflow/denial of service in `tf.raw_ops.ReverseSequence`

Impact The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. python import tensorflow as tf input = tf.zeros1, 1, 1, dtype=tf.int32 seqlengths = tf.constant0, shape=1, dtype=tf.int32 tf.rawops.ReverseSequence input=input,...

5.5CVSS2.6AI score0.00011EPSS
Exploits1References7Affected Software3
Veracode
Veracode
added 2021/05/17 10:41 a.m.24 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. A stack overflow in tf.rawops.ReverseSequence occurs because it fails to validate that seqdim and batchdim arguments are valid...

5.5CVSS4.4AI score0.00011EPSS
Exploits1References2Affected Software3
NVD
NVD
added 2021/05/14 8:15 p.m.37 views

CVE-2021-29575

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

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

CVE-2021-29575

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

5.5CVSS5.7AI score
Exploits0References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.3 views

PYSEC-2021-503

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

5.5CVSS7.4AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.13 views

Stack overflow

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

2.1CVSS5.7AI score0.00011EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.20 views

PYSEC-2021-503

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

5.5CVSS1.1AI score0.00011EPSS
Exploits1References2
Rows per page
Query Builder