Lucene search
+L

925 matches found

OSV
OSV
added 2024/03/06 11:10 a.m.12 views

BIT-TENSORFLOW-2022-41908 `CHECK` fail via inputs in `PyFunc` in Tensorflow

TensorFlow is an open source platform for machine learning. An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. We have patched the issue in GitHub commit 9f03a9d3bafe902c1e6beb105b2f24172f238645. The fix will be included in TensorFlow 2.11. We will also...

7.5CVSS6.1AI score0.0045EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.17 views

BIT-TENSORFLOW-2022-41909 Segfault in `CompositeTensorVariantToComponents` in Tensorflow

TensorFlow is an open source platform for machine learning. An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. We have patched the issue in GitHub commits bf594d08d377dc6a3354d9fdb494b32d45f91971 and...

7.5CVSS6.1AI score0.0049EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:9 a.m.17 views

BIT-TENSORFLOW-2022-41910 Heap out of bounds read in `QuantizeAndDequantizeV2` in Tensorflow

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS6.7AI score0.00401EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:9 a.m.20 views

BIT-TENSORFLOW-2022-41911 Invalid char to bool conversion when printing a tensor in Tensorflow

TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so...

7.5CVSS6AI score0.00389EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2023/04/14 12:0 a.m.34 views

FreeBSD : py-tflite -- buffer overflow vulnerability (326b2f3e-6fc7-4661-955d-a772760db9cf)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 326b2f3e-6fc7-4661-955d-a772760db9cf advisory. - TensorFlow is an open source platform for machine learning. The reference kernel of the CONV3DTRANSPO...

8.1CVSS8.2AI score0.00523EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2023/04/14 12:0 a.m.24 views

FreeBSD : py-tensorflow -- denial of service vulnerability (ae132c6c-d716-11ed-956f-7054d21a9e2a)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the ae132c6c-d716-11ed-956f-7054d21a9e2a advisory. - TensorFlow is an open source platform for machine learning. The implementation of...

7.5CVSS7.3AI score0.00457EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2023/03/24 9:58 p.m.35 views

TensorFlow vulnerable to seg fault in `tf.raw_ops.Print`

Impact When the parameter summarize of tf.rawops.Print is zero, the new method SummarizeArray will reference to a nullptr, leading to a seg fault. python import tensorflow as tf tf.rawops.Printinput = tf.constant1, 1, 1, 1,dtype=tf.int32, data = False, False, False, False, False, False, False,...

7.5CVSS7.2AI score0.00391EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2023/03/24 9:57 p.m.35 views

TensorFlow has Null Pointer Error in SparseSparseMaximum

Impact When SparseSparseMaximum is given invalid sparse tensors as inputs, it can give an NPE. python import tensorflow as tf tf.rawops.SparseSparseMaximum aindices=1, avalues = 0.1 , ashape = 2, bindices=, bvalues =2 , bshape = 2, Patches We have patched the issue in GitHub commit...

7.5CVSS7.3AI score0.00439EPSS
SaveExploits1References4Affected Software3
Github Security Blog
Github Security Blog
added 2023/03/24 9:57 p.m.35 views

TensorFlow vulnerable to segfault when opening multiframe gif

Impact Integer overflow occurs when 2^31 = numframes height width channels 2^32, for example Full HD screencast of at least 346 frames. python import urllib.request dat =...

7.5CVSS7.4AI score0.00305EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2023/03/24 9:54 p.m.23 views

TensorFlow has Null Pointer Error in RandomShuffle with XLA enable

Impact NPE in RandomShuffle with XLA enable python import tensorflow as tf func = tf.rawops.RandomShuffle para = 'value': 1e+20, 'seed': -4294967297, 'seed2': -2147483649 @tf.functionjitcompile=True def test: y = funcpara return y test Patches We have patched the issue in GitHub commit...

7.5CVSS7.3AI score0.00391EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2023/03/24 9:53 p.m.33 views

TensorFlow has double free in Fractional(Max/Avg)Pool

Impact nnops.fractionalavgpoolv2 and nnops.fractionalmaxpoolv2 require the first and fourth elements of their parameter poolingratio to be equal to 1.0, as pooling on batch and channel dimensions is not supported. python import tensorflow as tf import os import numpy as np from...

8CVSS7.3AI score0.00148EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2023/03/24 9:53 p.m.38 views

TensorFlow has Floating Point Exception in TFLite in conv kernel

Impact Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. Patches We have patched the issue in GitHub commit 34f8368c535253f5c9cb3a303297743b62442aaa. The fix will be included in TensorFlow 2.12. We will also cherrypick this commit on TensorFlow 2.11.1. Fo...

7.5CVSS7.2AI score0.00391EPSS
SaveExploits0References4Affected Software3
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.32 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41908)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41908 advisory. - TensorFlow is an open source platform for machine learning. An input token that is not a UTF-8 bytestrin...

7.5CVSS7.6AI score0.0045EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.41 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41899)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41899 advisory. - TensorFlow is an open source platform for machine learning. Inputs densefeatures or examplestatedata not...

7.5CVSS7.6AI score0.0044EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.31 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41901)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41901 advisory. - TensorFlow is an open source platform for machine learning. An input sparsematrix that is not a matrix...

7.5CVSS7.6AI score0.0044EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.22 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41909)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41909 advisory. - TensorFlow is an open source platform for machine learning. An input encoded that is not a valid...

7.5CVSS7.6AI score0.0049EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.38 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41884)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41884 advisory. - TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape suc...

7.5CVSS7.6AI score0.0033EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.46 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41894)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41894 advisory. - TensorFlow is an open source platform for machine learning. The reference kernel of the CONV3DTRANSPOSE...

8.1CVSS8.1AI score0.00523EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.36 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41891)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41891 advisory. - TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given...

7.5CVSS7.6AI score0.0043EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.31 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2022-41897)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-41897 advisory. - TensorFlow is an open source platform for machine learning. If FractionMaxPoolGrad is given outsize inpu...

7.5CVSS7.6AI score0.0044EPSS
SaveExploits1References2
Rows per page
Query Builder