Lucene search
+L

9218 matches found

OSV
OSV
added 2020/11/13 5:13 p.m.49 views

GHSA-RRFP-J2MP-HQ9C Segfault in `tf.quantization.quantize_and_dequantize`

Impact An attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize: python tf.quantization.quantizeanddequantize input=2.5, 2.5, inputmin=0,0, inputmax=1,1, axis=10 This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation:...

7.1CVSS7.2AI score0.00908EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2020/11/13 5:13 p.m.81 views

Segfault in `tf.quantization.quantize_and_dequantize`

Impact An attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize: python tf.quantization.quantizeanddequantize input=2.5, 2.5, inputmin=0,0, inputmax=1,1, axis=10 This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation:...

7.5CVSS1.4AI score0.00908EPSS
SaveExploits1References8Affected Software3
CNVD
CNVD
added 2020/11/04 12:00 a.m.30 views

Google TensorFlow Buffer Overflow Vulnerability (CNVD-2020-62802)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Tensorflow versions prior to 2.4.0, which can be exploited by an attacker to pass an invalid axis value to tf.quantization. digit transformation and dequantize...

7.5CVSS6.7AI score0.00908EPSS
SaveExploits1References1
IBM Security Bulletins
IBM Security Bulletins
added 2020/10/29 9:58 p.m.30 views

Security Bulletin: Numerous CVE entires for TensorFlow in Watson Machine Learning Community Edition

Summary An collection of CVE's have been published for TensorFlow. Details of each are listed. Vulnerability Details CVEID: CVE-2020-15206 DESCRIPTION: TensorFlow is vulnerable to a denial of service, caused by a flaw when changing the SavedModel protocol buffer and altering the name of required...

9.9CVSS1.2AI score0.01287EPSS
SaveExploits23Affected Software1
OSV
OSV
added 2020/10/29 11:23 a.m.9 views

OPENSUSE-SU-2020:1766-1 Security update for tensorflow2

This update for tensorflow2 fixes the following issues: - updated to 2.1.2 with following fixes boo1177022: Fixes an undefined behavior causing a segfault in tf.rawops.Switch CVE-2020-15190 Fixes three vulnerabilities in conversion to DLPack format CVE-2020-15191, CVE-2020-15192, CVE-2020-15193...

9.8CVSS10AI score0.01287EPSS
SaveExploits16References21
IBM Security Bulletins
IBM Security Bulletins
added 2020/10/26 4:54 p.m.24 views

Security Bulletin: CVE-2020-15190 for Tensorflow in Watson Machine Learning Community Edition

Summary In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the tf.rawops.Switch operation takes as input a tensor and a boolean and outputs two tensors. Depending on the boolean value, one of the tensors is exactly the input tensor whereas the other one should be an empty tensor...

5.3CVSS1AI score0.00943EPSS
SaveExploits1Affected Software1
CNVD
CNVD
added 2020/10/23 12:00 a.m.11 views

Google TensorFlow Buffer Overflow Vulnerability (CNVD-2020-62809)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Tensorflow versions prior to 2.4.0, which stems from when the parameter to boxes of tf.image.cropandresize has a very large value, and the CPU kernel...

7.5CVSS7AI score0.0094EPSS
SaveExploits1References1
Veracode
Veracode
added 2020/10/22 4:59 a.m.25 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. A segmentation fault in tf.quantization.quantizeanddequantize when an invalid axis value is passed by an attacker results in an application crash and potentially allow arbitrary code execution...

7.5CVSS5.3AI score0.00908EPSS
SaveExploits1References3Affected Software3
NVD
NVD
added 2020/10/21 9:15 p.m.40 views

CVE-2020-15266

In Tensorflow before version 2.4.0, when the boxes argument of tf.image.cropandresize has a very large value, the CPU kernel implementation receives it as a C++ nan floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is...

7.5CVSS0.0094EPSS
SaveExploits1References3
OSV
OSV
added 2020/10/21 9:15 p.m.22 views

CVE-2020-15265

In Tensorflow before version 2.4.0, an attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dimsize only does a DCHECK to validate the argument and th...

7.5CVSS7.2AI score
SaveExploits0References3
OSV
OSV
added 2020/10/21 9:15 p.m.21 views

CVE-2020-15266

In Tensorflow before version 2.4.0, when the boxes argument of tf.image.cropandresize has a very large value, the CPU kernel implementation receives it as a C++ nan floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is...

7.5CVSS7.2AI score
SaveExploits0References3
NVD
NVD
added 2020/10/21 9:15 p.m.32 views

CVE-2020-15265

In Tensorflow before version 2.4.0, an attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dimsize only does a DCHECK to validate the argument and th...

7.5CVSS0.00908EPSS
SaveExploits1References3
PyPA
PyPA
added 2020/10/21 9:15 p.m.10 views

PYSEC-2020-296

In Tensorflow before version 2.4.0, when the boxes argument of tf.image.cropandresize has a very large value, the CPU kernel implementation receives it as a C++ nan floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is...

7.5CVSS6.8AI score0.0094EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2020/10/21 9:15 p.m.14 views

PYSEC-2020-139

In Tensorflow before version 2.4.0, when the boxes argument of tf.image.cropandresize has a very large value, the CPU kernel implementation receives it as a C++ nan floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is...

7.5CVSS6.8AI score0.0094EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2020/10/21 9:15 p.m.15 views

PYSEC-2020-330

In Tensorflow before version 2.4.0, an attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dimsize only does a DCHECK to validate the argument and th...

7.5CVSS6.8AI score0.00908EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2020/10/21 9:15 p.m.32 views

PYSEC-2020-295

In Tensorflow before version 2.4.0, an attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dimsize only does a DCHECK to validate the argument and th...

7.5CVSS2.1AI score0.00908EPSS
SaveExploits1References3
OSV
OSV
added 2020/10/21 9:15 p.m.27 views

PYSEC-2020-296

In Tensorflow before version 2.4.0, when the boxes argument of tf.image.cropandresize has a very large value, the CPU kernel implementation receives it as a C++ nan floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is...

7.5CVSS4.6AI score0.0094EPSS
SaveExploits1References3
Prion
Prion
added 2020/10/21 9:15 p.m.20 views

Design/Logic Flaw

In Tensorflow before version 2.4.0, an attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dimsize only does a DCHECK to validate the argument and th...

5CVSS7.2AI score0.00908EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2020/10/21 9:15 p.m.15 views

PYSEC-2020-295

In Tensorflow before version 2.4.0, an attacker can pass an invalid axis value to tf.quantization.quantizeanddequantize. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dimsize only does a DCHECK to validate the argument and th...

7.5CVSS6.8AI score0.00908EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2020/10/21 9:15 p.m.23 views

Design/Logic Flaw

In Tensorflow before version 2.4.0, when the boxes argument of tf.image.cropandresize has a very large value, the CPU kernel implementation receives it as a C++ nan floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is...

5CVSS7.2AI score0.0094EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder