Lucene search
+L

9230 matches found

Cvelist
Cvelist
added 2021/08/12 10:15 p.m.44 views

CVE-2021-37687 Heap OOB in TensorFlow Lite's `Gather*` implementations

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with...

5.5CVSS6.1AI score0.00191EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2021/08/12 10:15 p.m.34 views

CVE-2021-37685 Heap OOB in TensorFlow Lite

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's expanddims.cc contains a vulnerability which allows reading one element outside of bounds of heap allocated data. If axis is a large negative value e.g., -100000, then after the first if it would...

5.5CVSS6.1AI score0.00172EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/12 10:15 p.m.100 views

CVE-2021-37685

CVE-2021-37685 affects TensorFlow’s TFLite expand_dims.cc, where a large negative axis can bypass the post-branch check and cause a read one element before the start of input_dims.data (heap OOB). The issue has been patched in commit d94ffe08a65400f898241c0374e9edc6fa8ed257, with the fix slated f...

5.5CVSS5.7AI score0.00172EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2021/08/12 10:15 p.m.14 views

CVE-2021-37689

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. This is caused by the MLIR optimization of L2NormalizeReduceAxis...

7.8CVSS0.00165EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.25 views

CVE-2021-37688

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. The implementation unconditionally dereferences a pointer. We have...

7.8CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.20 views

CVE-2021-37689

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. This is caused by the MLIR optimization of L2NormalizeReduceAxis...

5.5CVSS6.9AI score
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.25 views

CVE-2021-37688

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. The implementation unconditionally dereferences a pointer. We have...

5.5CVSS7AI score
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.26 views

CVE-2021-37652

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.BoostedTreesCreateEnsemble can result in a use after free error if an attacker supplies specially crafted arguments. The implementation uses a reference counted resource an...

7.8CVSS0.00173EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.26 views

CVE-2021-37681

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of SVDF in TFLite is vulnerable to a null pointer error. The GetVariableInput function can return a null pointer but GetTensorData assumes that the argument is always a valid tensor...

7.8CVSS0.00173EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.18 views

CVE-2021-37676

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.SparseFillEmptyRows. The shape inference implementation does not validate that the input arguments are not empt...

7.8CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.17 views

CVE-2021-37680

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of fully connected layers in TFLite is vulnerable to a division by zero error. We have patched the issue in GitHub commit 718721986aa137691ee23f03638867151f74935f. The fix will be includ...

5.5CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.22 views

CVE-2021-37666

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case...

7.8CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.24 views

CVE-2021-37652

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.BoostedTreesCreateEnsemble can result in a use after free error if an attacker supplies specially crafted arguments. The implementation uses a reference counted resource an...

7.8CVSS7.2AI score
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.33 views

CVE-2021-37675

TensorFlow is an end-to-end open source platform for machine learning. In affected versions most implementations of convolution operators in TensorFlow are affected by a division by 0 vulnerability where an attacker can trigger a denial of service via a crash. The shape inference implementation i...

5.5CVSS0.0016EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.34 views

CVE-2021-37686

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for ellipsis in axis definition. An attacker ca...

5.5CVSS0.00173EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.27 views

CVE-2021-37648

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the code for tf.rawops.SaveV2 does not properly validate the inputs and an attacker can trigger a null pointer dereference. The implementation uses ValidateInputs to check that the input arguments are vali...

7.8CVSS0.00186EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.26 views

CVE-2021-37676

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.SparseFillEmptyRows. The shape inference implementation does not validate that the input arguments are not empt...

7.8CVSS0.00173EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.27 views

CVE-2021-37675

TensorFlow is an end-to-end open source platform for machine learning. In affected versions most implementations of convolution operators in TensorFlow are affected by a division by 0 vulnerability where an attacker can trigger a denial of service via a crash. The shape inference implementation i...

5.5CVSS6.9AI score
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.19 views

CVE-2021-37681

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of SVDF in TFLite is vulnerable to a null pointer error. The GetVariableInput function can return a null pointer but GetTensorData assumes that the argument is always a valid tensor...

7.8CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.24 views

CVE-2021-37686

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for ellipsis in axis definition. An attacker ca...

5.5CVSS7.1AI score
SaveExploits0References2
Rows per page
Query Builder