Lucene search
+L

9255 matches found

Github Security Blog
Github Security Blog
added 2022/02/09 11:27 p.m.35 views

Multiple `CHECK`-fails in `function.cc` in TensowFlow

Impact A malicious user can cause a denial of service by altering a SavedModel such that assertions in function.cc would be falsified and crash the Python interpreter. Patches We have patched the issue in GitHub commits dcc21c7bc972b10b6fb95c2fb0f4ab5a59680ec2 and...

6.5CVSS2.1AI score0.00807EPSS
SaveExploits1References8Affected Software3
OSV
OSV
added 2022/02/09 11:26 p.m.24 views

GHSA-Q85F-69Q7-55H2 Uninitialized variable access in Tensorflow

Impact The implementation of AssignOp can result in copying unitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized to minimize number of allocations, but does not check that the right hand...

7.6CVSS7.2AI score0.00761EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 11:26 p.m.39 views

Uninitialized variable access in Tensorflow

Impact The implementation of AssignOp can result in copying unitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized to minimize number of allocations, but does not check that the right hand...

8.8CVSS1.1AI score0.00761EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 11:26 p.m.56 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.01EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/09 11:26 p.m.15 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.01EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/09 11:25 p.m.10 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.00844EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 11:25 p.m.38 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.00844EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.30 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.00822EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.19 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.00822EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.409 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.01134EPSS
SaveExploits1References8Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.6 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.01134EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.35 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.00665EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.15 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.00665EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 6:28 p.m.39 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.00825EPSS
SaveExploits1References7Affected Software3
CNVD
CNVD
added 2022/02/09 12:00 a.m.171 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
CNVD
CNVD
added 2022/02/09 12:00 a.m.75 views

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

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow, which stems from the er optimizer in TensorFlow that can cause a denial of service by modifying the SavedModel so that issimplifiableshape will...

6.5CVSS2.9AI score0.0116EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:00 a.m.100 views

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

Google TensorFlow is an end-to-end open source platform for machine learning from Google. Google Tensorflow has a security vulnerability that could be exploited to cause a denial of service by modifying SavedModel to trigger a CHECK failure...

6.5CVSS3AI score0.00828EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:00 a.m.109 views

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

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow that could be exploited to trigger a denial of service by changing the SavedModel on disk...

6.5CVSS2.8AI score0.00473EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/02/09 12:00 a.m.55 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.00872EPSS
SaveExploits1References1
CNVD
CNVD
added 2022/02/09 12:00 a.m.64 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.00807EPSS
SaveExploits1References1
Rows per page
Query Builder