Lucene search
+L

76 matches found

Github Security Blog
Github Security Blog
added 2021/11/10 6:46 p.m.46 views

Heap OOB in `FusedBatchNorm` kernels

Impact The implementation of FusedBatchNorm kernels is vulnerable to a heap OOB: python import tensorflow as tf tf.rawops.FusedBatchNormGrad ybackprop=tf.constanti for i in range9,shape=1,1,3,3,dtype=tf.float32 x=tf.constanti for i in range2,shape=1,1,1,2,dtype=tf.float32 scale=1,1,...

7.1CVSS1.6AI score0.00201EPSS
Exploits1References7Affected Software3
OSV
OSV
added 2021/11/10 6:34 p.m.6 views

GHSA-J8C8-67VP-6MX7 Arbitrary memory read in `ImmutableConst`

Impact The ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents: python import tensorflow as tf with open'/tmp/test','wb' as f: f.writeb'\xe2'128 data = tf.rawops.ImmutableConstdtype=tf.string,shape=3,memoryregionname='/tmp/test' printdata This is because t...

6.9CVSS6.5AI score0.0023EPSS
Exploits1References8
CNVD
CNVD
added 2021/11/08 12:0 a.m.47 views

Google TensorFlow heap allocation array out-of-bounds read vulnerability (CNVD-2021-85885)

Google TensorFlow is an end-to-end open source machine learning platform. An out-of-bounds read vulnerability exists in the shape inference code of tf.ragged.cross in versions prior to TensorFlow 2.7.0 for heap allocation arrays. No details of the vulnerability are currently available...

7.1CVSS1.9AI score0.00201EPSS
Exploits1References1
CNVD
CNVD
added 2021/11/08 12:0 a.m.23 views

Google TensorFlow heap allocation array out-of-bounds read vulnerability (CNVD-2021-85884)

Google TensorFlow is an end-to-end open source machine learning platform. an out-of-bounds read vulnerability exists in the shape inference function of SparseCountSparseOutput in versions prior to TensorFlow 2.7.0 for heap allocation arrays. No detailed vulnerability details are currently availab...

7.1CVSS1.6AI score0.00148EPSS
Exploits0References1
NVD
NVD
added 2021/11/05 11:15 p.m.43 views

CVE-2021-41221

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for the Cudnn operations in TensorFlow can be tricked into accessing invalid memory, via a heap buffer overflow. This occurs because the ranks of the input, inputh and inputc parameters are n...

7.8CVSS0.00214EPSS
Exploits1References2
NVD
NVD
added 2021/11/05 11:15 p.m.48 views

CVE-2021-41216

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS0.00156EPSS
Exploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.56 views

CVE-2021-41213

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS0.00235EPSS
Exploits0References2
Prion
Prion
added 2021/11/05 11:15 p.m.22 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

2.1CVSS7.5AI score0.0019EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.19 views

Code injection

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

4.6CVSS7.7AI score0.00208EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.30 views

PYSEC-2021-629

TensorFlow is an open source platform for machine learning. In affected versions the async implementation of CollectiveReduceV2 suffers from a memory leak and a use after free. This occurs due to the asynchronous computation and the fact that objects that have been std::moved from are still...

7.8CVSS3.7AI score0.00204EPSS
Exploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.39 views

PYSEC-2021-622

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS3.5AI score0.00235EPSS
Exploits0References2
Cvelist
Cvelist
added 2021/11/05 10:30 p.m.29 views

CVE-2021-41227 Arbitrary memory read in `ImmutableConst`

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

6.6CVSS6.7AI score0.0023EPSS
Exploits1References3
CVE
CVE
added 2021/11/05 10:30 p.m.89 views

CVE-2021-41225

CVE-2021-41225 affects TensorFlow’s Grappler optimizer: if train_nodes lacks a Dequeue node, dequeue_node remains uninitialized due to an uninitialized variable in the Grappler code. The documented fix is included in TensorFlow 2.7.0, with cherry-picks for 2.6.1, 2.5.2, and 2.4.4 (still in suppor...

7.8CVSS6.2AI score0.0019EPSS
Exploits1References2Affected Software1
NVD
NVD
added 2021/11/05 10:15 p.m.36 views

CVE-2021-41209

TensorFlow is an open source platform for machine learning. In affected versions the implementations for convolution operators trigger a division by 0 if passed empty filter tensor arguments. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

5.5CVSS0.00136EPSS
Exploits0References2
PyPA
PyPA
added 2021/11/05 10:15 p.m.9 views

PYSEC-2021-410

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS7.4AI score0.00128EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/11/05 10:15 p.m.14 views

PYSEC-2021-825

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS6.2AI score0.00128EPSS
Exploits0References2
Prion
Prion
added 2021/11/05 10:15 p.m.18 views

Input validation

TensorFlow is an open source platform for machine learning. In affected versions the implementation of ParallelConcat misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

2.1CVSS5.6AI score0.00136EPSS
Exploits0References2Affected Software1
PyPA
PyPA
added 2021/11/05 10:15 p.m.5 views

PYSEC-2021-617

TensorFlow is an open source platform for machine learning. In affected versions the code for boosted trees in TensorFlow is still missing validation. As a result, attackers can trigger denial of service via dereferencing nullptrs or via CHECK-failures as well as abuse undefined behavior binding...

8.8CVSS7.1AI score0.00168EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/11/05 10:15 p.m.18 views

Design/Logic Flaw

TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the tf.range kernel, there is a conditional statement of type int64 = condition ? int64 : double. Due to C++ implicit conversion rules, both branches of the condition...

2.1CVSS5.4AI score0.00202EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:10 p.m.65 views

CVE-2021-41213 Deadlock in mutually recursive `tf.function` objects

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS5.7AI score0.00235EPSS
Exploits0References2
Rows per page
Query Builder