Lucene search
K

24 matches found

RedhatCVE
RedhatCVE
added 2025/02/06 4:47 a.m.4 views

CVE-2021-37663

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS6.6AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/03/06 11:16 a.m.18 views

BIT-TENSORFLOW-2021-41211 Heap OOB read in shape inference for `QuantizeV2`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS6.8AI score0.00019EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:39 a.m.1 views

SUSE CVE-2021-37663

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS5.6AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.1 views

SUSE CVE-2021-41211

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS6.9AI score0.00019EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2021/11/10 7:1 p.m.48 views

Heap OOB in shape inference for `QuantizeV2`

Impact The shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array: python import tensorflow as tf @tf.function def test: data=tf.rawops.QuantizeV2 input=1.0,1.0, minrange=1.0,10.0, maxrange=1.0,10.0, T=tf.qint32, mode='MINCOMBINED', roundmode='HALFTOEVEN'...

7.1CVSS1.5AI score0.00019EPSS
Exploits1References7Affected Software3
NVD
NVD
added 2021/11/05 9:15 p.m.13 views

CVE-2021-41211

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS0.00019EPSS
Exploits1References2
Prion
Prion
added 2021/11/05 9:15 p.m.20 views

Heap overflow

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

3.6CVSS6.7AI score0.00019EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/11/05 9:15 p.m.16 views

PYSEC-2021-620

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS1.9AI score0.00019EPSS
Exploits1References2
PyPA
PyPA
added 2021/11/05 9:15 p.m.5 views

PYSEC-2021-818

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7AI score0.00019EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/11/05 9:15 p.m.0 views

PYSEC-2021-818

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS5.9AI score0.00019EPSS
Exploits1References2
OSV
OSV
added 2021/11/05 9:15 p.m.0 views

PYSEC-2021-403

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS5.9AI score0.00019EPSS
Exploits1References2
PyPA
PyPA
added 2021/11/05 9:15 p.m.4 views

PYSEC-2021-403

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7AI score0.00019EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 8:15 p.m.22 views

CVE-2021-41211 Heap OOB read in shape inference for `QuantizeV2`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7.1AI score0.00019EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2021/11/05 8:15 p.m.1 views

CVE-2021-41211

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7.1AI score0.00019EPSS
Exploits1
OSV
OSV
added 2021/08/25 2:42 p.m.1 views

GHSA-G25H-JR74-QP5J Incomplete validation in `QuantizeV2`

Impact Due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays: python import tensorflow as tf tf.rawops.QuantizeV2 input=1,2,3, minrange=1,2, maxrange...

8.5CVSS6.4AI score0.00013EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2021/08/25 2:42 p.m.31 views

Incomplete validation in `QuantizeV2`

Impact Due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays: python import tensorflow as tf tf.rawops.QuantizeV2 input=1,2,3, minrange=1,2, maxrange...

7.8CVSS7.6AI score0.00013EPSS
Exploits0References7Affected Software3
CNVD
CNVD
added 2021/08/13 12:0 a.m.18 views

Google TensorFlow tf.raw_ops.QuantizeV2 Information Disclosure Vulnerability

Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in tf.rawops.QuantizeV2 in Google TensorFlow versions prior to 2.6.0. An attacker can exploit the vulnerability to obtain sensitive information...

7.8CVSS7.3AI score0.00013EPSS
Exploits0References1
NVD
NVD
added 2021/08/12 11:15 p.m.13 views

CVE-2021-37663

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS0.00013EPSS
Exploits0References2
Prion
Prion
added 2021/08/12 11:15 p.m.13 views

Null pointer dereference

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

4.6CVSS7.7AI score0.00013EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 11:15 p.m.0 views

PYSEC-2021-774

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS6.5AI score0.00013EPSS
Exploits0References2
Rows per page
Query Builder