Lucene search
+L

9211 matches found

Github Security Blog
Github Security Blog
added 2022/02/09 11:26 p.m.55 views

Memory leak in decoding PNG images

Impact When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling png::CommonInitDecode..., &decode, the decode value contains allocated buffers which can only be freed by calling png::CommonFreeDecode&decode. However, several error case in the function...

6.5CVSS1.6AI score0.00992EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/09 11:26 p.m.11 views

GHSA-FQ6P-6334-8GR4 Memory leak in decoding PNG images

Impact When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling png::CommonInitDecode..., &decode, the decode value contains allocated buffers which can only be freed by calling png::CommonFreeDecode&decode. However, several error case in the function...

4.3CVSS6.8AI score0.00992EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/09 11:25 p.m.9 views

GHSA-77GP-3H4R-6428 Out of bounds read and write in Tensorflow

Impact There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write: cc for int i = 0; i argssize; j++ auto arg = t-mutableargsi; // ... Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg...

8.8CVSS5.9AI score0.00837EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 11:25 p.m.37 views

Out of bounds read and write in Tensorflow

Impact There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write: cc for int i = 0; i argssize; j++ auto arg = t-mutableargsi; // ... Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg...

8.8CVSS1.4AI score0.00837EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.6 views

GHSA-VJG4-V33C-GGC4 Out of bounds read in Tensorflow

Impact The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap: python import tensorflow as tf @tf.function def test: y = tf.rawops.FractionalAvgPoolGrad originputtensorshape=2,2,2,2,...

8.1CVSS5.8AI score0.00815EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.28 views

Out of bounds read in Tensorflow

Impact The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap: python import tensorflow as tf @tf.function def test: y = tf.rawops.FractionalAvgPoolGrad originputtensorshape=2,2,2,2,...

8.1CVSS1.6AI score0.00815EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.408 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.01125EPSS
SaveExploits1References8Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.5 views

GHSA-6GMV-PJP9-P8W8 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.1CVSS5.8AI score0.01125EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.34 views

Integer overflow in Tensorflow

Impact The implementation of shape inference for Dequantize is vulnerable to an integer overflow weakness: python import tensorflow as tf input = tf.constant1,1,dtype=tf.qint32 @tf.function def test: y = tf.rawops.Dequantize input=input, minrange=1.0, maxrange=10.0, mode='MINCOMBINED',...

8.8CVSS2.4AI score0.00659EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.6 views

GHSA-C6FH-56W7-FVJW Integer overflow in Tensorflow

Impact The implementation of shape inference for Dequantize is vulnerable to an integer overflow weakness: python import tensorflow as tf input = tf.constant1,1,dtype=tf.qint32 @tf.function def test: y = tf.rawops.Dequantize input=input, minrange=1.0, maxrange=10.0, mode='MINCOMBINED',...

7.6CVSS5.9AI score0.00659EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 6:28 p.m.37 views

Out of bounds read in Tensorflow

Impact The implementation of Dequantize does not fully validate the value of axis and can result in heap OOB accesses: python import tensorflow as tf @tf.function def test: y = tf.rawops.Dequantize input=tf.constant1,1,dtype=tf.qint32, minrange=1.0, maxrange=10.0, mode='MINCOMBINED',...

8.8CVSS1.2AI score0.00818EPSS
SaveExploits1References7Affected Software3
CNVD
CNVD
added 2022/02/09 12:0 a.m.34 views

Google Tensorflow Resource Management Error Vulnerability (CNVD-2022-09860)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from a resource management error vulnerability that stems from the GraphDef format in TensorFlow not allowing self-recursive functions. No detailed vulnerability detail...

7.5CVSS7.4AI score0.00789EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.30 views

Unspecified Vulnerability in Google Tensorflow (CNVD-2022-09861)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow has a security vulnerability that can be exploited by an attacker to cause a denial of service by modifying SavedModel...

6.5CVSS6.3AI score0.00864EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.100 views

Google Tensorflow Input Validation Error Vulnerability (CNVD-2022-09889)

Google TensorFlow is an end-to-end open source platform for machine learning from Google USA. Google TensorFlow is vulnerable to an input validation error that stems from an integer overflow in the Range implementation, which could be exploited by an attacker to trigger undefined behavior or, in...

8.8CVSS3.2AI score0.00578EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.88 views

Google Tensorflow Input Validation Error Vulnerability (CNVD-2022-09896)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. Google TensorFlow is vulnerable to an input validation error that could be exploited by an attacker to create an operation that contains a tensor with enough elements to cause an integer overflow...

6.5CVSS3.4AI score0.00783EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.58 views

Google Tensorflow has an unspecified vulnerability (CNVD-2022-09895)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc...

6.5CVSS2.6AI score0.00992EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.24 views

Google Tensorflow Input Validation Error Vulnerability (CNVD-2022-09880)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. Google Tensorflow is vulnerable to an input validation error that could be exploited by an attacker to build a TFLite model that leads to an integer overflow in the embedding lookup operation...

8.8CVSS3AI score0.01173EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.23 views

Unspecified Vulnerability in Google Tensorflow (CNVD-2022-09859)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from a security vulnerability that can be exploited by an attacker to cause a denial of service by changing the SavedModel so that it can be asserted in a function...

6.5CVSS6.3AI score0.008EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.21 views

Google Tensorflow Buffer Overflow Vulnerability (CNVD-2022-09865)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from a buffer overflow vulnerability that can be exploited by an attacker to change the format of the SavedModel on disk to invalidate these assumptions, and then...

8.8CVSS5.9AI score0.00142EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/02/09 12:0 a.m.114 views

Google Tensorflow code issue vulnerability (CNVD-2022-09866)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow has a code issue vulnerability that stems from the simplifyBroadcast function in the MLIR-TFRT infrastructure in TensorFlow being prone to segmentation errors. No detailed...

7.5CVSS7.4AI score0.0087EPSS
SaveExploits1References1
Rows per page
Query Builder