Lucene search
K

591 matches found

Cvelist
Cvelist
added 2021/08/12 10:15 p.m.15 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.0004EPSS
Exploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.13 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.00048EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.13 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
Exploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.9 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.0003EPSS
Exploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.14 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.00012EPSS
Exploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.10 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.00013EPSS
Exploits0References2
NVD
NVD
added 2021/08/12 10:15 p.m.12 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.00012EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.11 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
Exploits0References2
Prion
Prion
added 2021/08/12 10:15 p.m.16 views

Code injection

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

2.1CVSS5.6AI score0.00012EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 10:15 p.m.20 views

PYSEC-2021-602

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.8CVSS2.3AI score0.00013EPSS
Exploits0References2
Prion
Prion
added 2021/08/12 10:15 p.m.6 views

Null pointer dereference

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.Map and tf.rawops.OrderedMap operations. The implementation has a check in place to ensure that indices is in...

4.6CVSS7.5AI score0.00037EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 10:15 p.m.11 views

Design/Logic Flaw

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

2.1CVSS5.5AI score0.00012EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 10:15 p.m.11 views

Null pointer dereference

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

4.6CVSS7.5AI score0.00013EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 10:15 p.m.19 views

PYSEC-2021-584

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.Map and tf.rawops.OrderedMap operations. The implementation has a check in place to ensure that indices is in...

7.8CVSS2.3AI score0.00037EPSS
Exploits0References2
Prion
Prion
added 2021/08/12 10:15 p.m.14 views

Null pointer dereference

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

4.6CVSS7.6AI score0.00013EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 10:15 p.m.16 views

PYSEC-2021-599

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.5CVSS4.1AI score0.00012EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 10:15 p.m.15 views

PYSEC-2021-580

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.UnicodeEncode. The implementation reads the first dimension of the inputsplits tensor before validating that th...

7.8CVSS3.8AI score0.00013EPSS
Exploits0References2
Cvelist
Cvelist
added 2021/08/12 10:0 p.m.11 views

CVE-2021-37689 Null pointer dereference in TensorFlow Lite MLIR optimizations

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.8CVSS7.9AI score0.00013EPSS
Exploits0References2
Cvelist
Cvelist
added 2021/08/12 9:45 p.m.17 views

CVE-2021-37675 Division by 0 in most convolution operators in TensorFlow

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.5CVSS5.9AI score0.00012EPSS
Exploits0References2
Cvelist
Cvelist
added 2021/08/12 9:40 p.m.13 views

CVE-2021-37676 Reference binding to nullptr in shape inference in TensorFlow

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.8CVSS8AI score0.00013EPSS
Exploits0References2
Rows per page
Query Builder