Lucene search
K

3086 matches found

Prion
Prion
added 2021/05/14 8:15 p.m.38 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the SVDF TFLite operator is vulnerable to a division by zero errorhttps://github.com/tensorflow/tensorflow/blob/7f283ff806b2031f407db64c4d3edcda8fb9f9f5/tensorflow/lite/kernels/svdf.ccL99-L102. An attacke...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.14 views

Out-of-bounds

TensorFlow is an end-to-end open source platform for machine learning. An attacker can force accesses outside the bounds of heap allocated arrays by passing in invalid tensor values to tf.rawops.RaggedCross. This is because the...

3.6CVSS6.8AI score0.00011EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.13 views

PYSEC-2021-452

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in tf.rawops.Conv2DBackpropFilter. This is because the...

5.5CVSS1.5AI score0.00009EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.18 views

PYSEC-2021-510

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.Dequantize, an attacker can trigger a read from outside of bounds of heap allocated data. The...

7.1CVSS1AI score0.00011EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.22 views

PYSEC-2021-476

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a runtime division by zero error and denial of service in tf.rawops.QuantizedBatchNormWithGlobalNormalization. This is because the...

5.5CVSS1.6AI score0.00009EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.15 views

PYSEC-2021-493

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.rawops.SparseFillEmptyRows. This is because of missing...

5.5CVSS0.3AI score0.00038EPSS
Exploits1References2
Prion
Prion
added 2021/05/14 8:15 p.m.13 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.QuantizeAndDequantizeV4Grad. This is because the...

2.1CVSS5.3AI score0.00027EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.17 views

Input validation

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in SparseReshape results in a denial of service based on a CHECK-failure. The...

2.1CVSS5.4AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.20 views

Heap overflow

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in tf.rawops.QuantizedResizeBilinear by manipulating input values so that float rounding results in off-by-one error in accessing image elements. This is because the...

4.6CVSS7.9AI score0.0003EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.21 views

Null pointer dereference

TensorFlow is an end-to-end open source platform for machine learning. Calling tf.rawops.RaggedTensorToVariant with arguments specifying an invalid ragged tensor results in a null pointer dereference. The implementation of RaggedTensorToVariant...

2.1CVSS5.4AI score0.0001EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.16 views

PYSEC-2021-475

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a segfault and denial of service via accessing data outside of bounds in tf.rawops.QuantizedBatchNormWithGlobalNormalization. This is because the...

5.5CVSS2.8AI score0.00009EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.14 views

PYSEC-2021-457

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in tf.rawops.QuantizedResizeBilinear by manipulating input values so that float rounding results in off-by-one error in accessing image elements. This is because the...

7.8CVSS0.1AI score0.0003EPSS
Exploits1References2
Prion
Prion
added 2021/05/14 8:15 p.m.18 views

Null pointer dereference

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.rawops.EditDistance. This is because the...

2.1CVSS5.5AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.7 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. Optimized pooling implementations in TFLite fail to check that the stride arguments are not 0 before calling...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.13 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.FractionalMaxPoolGrad triggers an undefined behavior if one of the input tensors is empty. The code is also vulnerable to a denial of service attack as a CHECK condition becomes false and aborts...

2.1CVSS5.5AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.11 views

Null pointer dereference

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a dereference of a null pointer in tf.rawops.StringNGrams. This is because the...

2.1CVSS5.4AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.10 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. The TFLite computation for size of output after padding, ComputeOutSizehttps://github.com/tensorflow/tensorflow/blob/0c9692ae7b1671c983569e5d3de5565843d500cf/tensorflow/lite/kernels/padding.hL43-L55, does not check that the...

4.6CVSS7.5AI score0.00011EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.11 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a runtime division by zero error and denial of service in tf.rawops.QuantizedBatchNormWithGlobalNormalization. This is because the...

2.1CVSS5.4AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.14 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.CTCGreedyDecoder. This is because the...

2.1CVSS5.3AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.18 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.SparseConcat. This is because the...

2.1CVSS5.3AI score0.0001EPSS
Exploits1References2Affected Software1
Rows per page
Query Builder