Lucene search
+L

9241 matches found

Cvelist
Cvelist
added 2021/05/14 7:11 p.m.42 views

CVE-2021-29534 CHECK-fail in SparseConcat

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.5CVSS5.6AI score0.00189EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:11 p.m.100 views

CVE-2021-29534

TensorFlow vulnerability CVE-2021-29534 concerns a CHECK-fail in tf.raw_ops.SparseConcat caused by using shapes[0] to define the output shape, leading to a denial of service via overflow in TensorShape initialization. Affected behavior occurs when shape dimensions are overflowed during InitDims/A...

5.5CVSS4.7AI score0.00189EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/05/14 7:11 p.m.114 views

CVE-2021-29535

CVE-2021-29535 affects TensorFlow’s QuantizedMul implementation. The vulnerability arises when four quantization thresholds are passed as inputs and may be empty tensors, causing a heap buffer overflow by accessing .flat()(0) on an empty buffer. This is rooted in the code path in quantized_mul_op...

7.8CVSS5.8AI score0.00211EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.80 views

CVE-2021-29535

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedMul by passing in invalid thresholds for the quantization. This is because the...

7.8CVSS7.4AI score0.00211EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:11 p.m.48 views

CVE-2021-29535 Heap buffer overflow in `QuantizedMul`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedMul by passing in invalid thresholds for the quantization. This is because the...

2.5CVSS8.1AI score0.00211EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:11 p.m.114 views

CVE-2021-29536

TensorFlow’s CVE-2021-29536 is a heap buffer overflow in QuantizedReshape triggered when the input_min/input_max tensors are empty. The issue arises because code assumes scalar inputs and accesses .flat()(0), which overflows if the tensors contain no elements. The fix is included in TensorFlow 2....

7.8CVSS5.8AI score0.00211EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:11 p.m.35 views

CVE-2021-29536 Heap buffer overflow in `QuantizedReshape`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedReshape by passing in invalid thresholds for the quantization. This is because the...

2.5CVSS8.1AI score0.00211EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.19 views

CVE-2021-29536

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedReshape by passing in invalid thresholds for the quantization. This is because the...

7.8CVSS7.4AI score0.00211EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:11 p.m.40 views

CVE-2021-29537 Heap buffer overflow in `QuantizedResizeBilinear`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedResizeBilinear by passing in invalid thresholds for the quantization. This is because the...

2.5CVSS8.1AI score0.00211EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:11 p.m.106 views

CVE-2021-29537

CVE-2021-29537 affects TensorFlow: a heap buffer overflow in QuantizedResizeBilinear triggered by invalid quantization thresholds. Root cause is assuming two scalar inputs are valid and directly indexing their values; if min/max tensors are empty, accessing element 0 overflows. Public details con...

7.8CVSS5.8AI score0.00211EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.18 views

CVE-2021-29537

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedResizeBilinear by passing in invalid thresholds for the quantization. This is because the...

7.8CVSS7.4AI score0.00211EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:11 p.m.42 views

CVE-2021-29538 Division by zero in `Conv2DBackpropFilter`

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

2.5CVSS5.6AI score0.00189EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.14 views

CVE-2021-29538

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.5CVSS6.8AI score0.00189EPSS
SaveExploits1
CVE
CVE
added 2021/05/14 7:11 p.m.109 views

CVE-2021-29538

TensorFlow CVE-2021-29538 concerns a division-by-zero in Conv2DBackpropFilter. The issue arises when shapes are empty, causing work_unit_size to be 0 and a divide operation to throw a runtime error, enabling potential denial-of-service conditions. Concrete details in connected docs specify the af...

5.5CVSS4.6AI score0.00189EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.67 views

CVE-2021-29539

TensorFlow is an end-to-end open source platform for machine learning. Calling tf.rawops.ImmutableConsthttps://www.tensorflow.org/apidocs/python/tf/rawops/ImmutableConst with a dtype of tf.resource or tf.variant results in a segfault in the implementation as code assumes that the tensor contents...

5.5CVSS7.2AI score0.00189EPSS
SaveExploits1
CVE
CVE
added 2021/05/14 7:11 p.m.110 views

CVE-2021-29539

TensorFlow CVE-2021-29539 describes a segfault in tf.raw_ops.ImmutableConst when dtype is tf.resource or tf.variant. Root cause: the implementation assumes scalar contents, leading to a crash. A fix was committed (4f663d4b8f0bec1b48da6fa091a7d29609980fa4) and TensorFlow 2.5.0 will include the pat...

5.5CVSS4.9AI score0.00189EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:11 p.m.41 views

CVE-2021-29539 Segfault in tf.raw_ops.ImmutableConst

TensorFlow is an end-to-end open source platform for machine learning. Calling tf.rawops.ImmutableConsthttps://www.tensorflow.org/apidocs/python/tf/rawops/ImmutableConst with a dtype of tf.resource or tf.variant results in a segfault in the implementation as code assumes that the tensor contents...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:11 p.m.121 views

CVE-2021-29540

TensorFlow CVE-2021-29540 describes a heap-based buffer overflow in Conv2DBackpropFilter caused by calculating the filter tensor size without validating it against filter_sizes. This mismatch can lead to out-of-bounds reads/writes when accessing the buffer. The issue affects multiple TensorFlow v...

7.8CVSS5.9AI score0.00215EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:11 p.m.45 views

CVE-2021-29540 Heap buffer overflow in `Conv2DBackpropFilter`

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

2.5CVSS8.1AI score0.00215EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.15 views

CVE-2021-29540

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

7.8CVSS7.5AI score0.00215EPSS
SaveExploits1
Rows per page
Query Builder