Lucene search
K

3084 matches found

OSV
OSV
added 2021/05/14 8:15 p.m.13 views

PYSEC-2021-509

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.CTCBeamSearchDecoder, an attacker can trigger denial of service via segmentation faults. The...

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

PYSEC-2021-504

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPool3DGradGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS1AI score0.00012EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.24 views

PYSEC-2021-536

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.RaggedTensorToTensor, an attacker can exploit an undefined behavior if input arguments are empty. The...

7.8CVSS0.00023EPSS
Exploits1References4
OSV
OSV
added 2021/05/14 8:15 p.m.17 views

PYSEC-2021-544

TensorFlow is an end-to-end open source platform for machine learning. The implementation of TrySimplifyhttps://github.com/tensorflow/tensorflow/blob/c22d88d6ff33031aa113e48aa3fc9aa74ed79595/tensorflow/core/grappler/optimizers/arithmeticoptimizer.ccL390-L401 has undefined behavior due to...

7.8CVSS5.3AI score0.00011EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.15 views

PYSEC-2021-530

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the DepthwiseConv TFLite operator is vulnerable to a division by zero...

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

PYSEC-2021-466

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a division by zero to occur in Conv2DBackpropFilter. This is because the...

5.5CVSS1AI score0.00027EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.23 views

PYSEC-2021-448

TensorFlow is an end-to-end open source platform for machine learning. Missing validation between arguments to tf.rawops.Conv3DBackprop operations can result in heap buffer overflows. This is because the...

7.8CVSS1.6AI score0.00012EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.11 views

PYSEC-2021-471

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

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

PYSEC-2021-441

TensorFlow is an end-to-end open source platform for machine learning. Calling TF operations with tensors of non-numeric types when the operations expect numeric tensors result in null pointer dereferences. The conversion from Python array to C++...

7.8CVSS1.1AI score0.00011EPSS
Exploits1References2
Prion
Prion
added 2021/05/14 8:15 p.m.10 views

Code injection

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in tf.rawops.Conv2D. This is because the implementationhttps://github.com/tensorflow/tensorflow/blob/988087bd83f144af14087fe4fecee2d250d93737/tensorflow/core/kernels/convops.ccL261-L263...

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

Integer overflow

TensorFlow is an end-to-end open source platform for machine learning. The TFLite implementation of concatenation is vulnerable to an integer overflow issuehttps://github.com/tensorflow/tensorflow/blob/7b7352a724b690b11bfaae2cd54bc3907daf6285/tensorflow/lite/kernels/concatenation.ccL70-L76. An...

3.6CVSS6.9AI score0.00009EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.15 views

Out-of-bounds

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

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

PYSEC-2021-214

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.AvgPool3DGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS7.3AI score0.00012EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.13 views

Heap overflow

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow by passing crafted inputs to tf.rawops.StringNGrams. This is because the...

2.1CVSS5.6AI score0.0001EPSS
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. The validation in tf.rawops.QuantizeAndDequantizeV2 allows invalid values for axis argument:. The...

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

Out-of-bounds

TensorFlow is an end-to-end open source platform for machine learning. An attacker can write outside the bounds of heap allocated arrays by passing invalid arguments to tf.rawops.Dilation2DBackpropInput. This is because the...

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

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in tf.rawops.CTCLoss allows an attacker to trigger an OOB read from heap. The fix will be included in TensorFlow 2.5.0. We will also cherrypick these commits on TensorFlow 2.4.2, TensorFlow 2.3.3,...

3.6CVSS6.7AI score0.00019EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2021/05/14 8:15 p.m.18 views

Heap overflow

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.rawops.SparseSplit. This is because the...

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

Heap overflow

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGrad is vulnerable to a heap buffer overflow. The...

4.6CVSS5.8AI score0.00012EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.13 views

PYSEC-2021-501

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGradWithArgmax is vulnerable to a division by 0. The...

5.5CVSS0.8AI score0.00009EPSS
Exploits1References2
Rows per page
Query Builder