Lucene search
+L

1265 matches found

OSV
OSV
added 2021/11/10 6:57 p.m.5 views

GHSA-X3V8-C8QX-3J3R Null pointer exception in `DeserializeSparse`

Impact The shape inference code for DeserializeSparse can trigger a null pointer dereference: python import tensorflow as tf dataset = tf.data.Dataset.range3 @tf.function def test: y = tf.rawops.DeserializeSparse serializedsparse=tf.data.experimental.tovariantdataset, dtype=tf.int32 test This is...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits1References7
NVD
NVD
added 2021/11/05 11:15 p.m.19 views

CVE-2021-41228

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...

7.8CVSS0.00208EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/11/05 11:15 p.m.6 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.8CVSS7.4AI score0.00156EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.8 views

PYSEC-2021-834

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.6CVSS7.1AI score0.0023EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.10 views

PYSEC-2021-412

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.8CVSS6.9AI score0.00204EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.8 views

PYSEC-2021-827

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.8CVSS6.9AI score0.00204EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.22 views

PYSEC-2021-631

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS4.1AI score0.00181EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.4 views

PYSEC-2021-835

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...

7.8CVSS7.2AI score0.00208EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 10:30 p.m.6 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS7AI score0.00181EPSS
SaveExploits1
OSV
OSV
added 2021/11/05 10:15 p.m.21 views

CVE-2021-41218

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.5CVSS5.5AI score
SaveExploits0References2
PyPA
PyPA
added 2021/11/05 10:15 p.m.6 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.5CVSS7.4AI score0.00128EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/11/05 10:15 p.m.6 views

PYSEC-2021-395

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...

5.5CVSS5.9AI score0.00202EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2021/11/05 9:50 p.m.5 views

CVE-2021-41208

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
SaveExploits0
PyPA
PyPA
added 2021/11/05 9:15 p.m.7 views

PYSEC-2021-818

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7AI score0.00201EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/11/05 9:15 p.m.9 views

PYSEC-2021-826

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS7.1AI score0.00204EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 9:15 p.m.4 views

PYSEC-2021-812

TensorFlow is an open source platform for machine learning. In affected versions during TensorFlow's Grappler optimizer phase, constant folding might attempt to deep copy a resource tensor. This results in a segfault, as these tensors are supposed to not change. The fix will be included in...

5.5CVSS5.9AI score0.00136EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/11/05 8:55 p.m.42 views

CVE-2021-41215 Null pointer exception in `DeserializeSparse`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for DeserializeSparse can trigger a null pointer dereference. This is because the shape inference function assumes that the serializesparse tensor is a tensor with positive rank and having 3 ...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits1References2
PyPA
PyPA
added 2021/11/05 8:15 p.m.9 views

PYSEC-2021-394

TensorFlow is an open source platform for machine learning. In affeced versions during execution, EinsumHelper::ParseEquation is supposed to set the flags in inputhasellipsis vector and outputhasellipsis boolean to indicate whether there is ellipsis in the corresponding inputs and output. However...

7.8CVSS7.1AI score0.00241EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 8:15 p.m.9 views

PYSEC-2021-608

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

5.5CVSS7.2AI score0.0023EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/11/05 8:15 p.m.8 views

PYSEC-2021-609

TensorFlow is an open source platform for machine learning. In affected versions if tf.image.resize is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t typ...

5.5CVSS7.2AI score0.0023EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder