Lucene search
+L

36 matches found

Debian CVE
Debian CVE
added 2023/03/24 11:11 p.m.11 views

CVE-2023-25675

TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, tf.rawops.Bincount segfaults when given a parameter weights that is neither the same shape as parameter arr nor a length-0 tensor. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.9AI score0.00391EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.6 views

SUSE CVE-2021-29582

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.1CVSS6.9AI score0.00198EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.7 views

SUSE CVE-2022-35987

TensorFlow is an open source platform for machine learning. DenseBincount assumes its input tensor weights to either have the same shape as its input tensor input or to be length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack. We have...

7.5CVSS7.7AI score0.0042EPSS
SaveExploits0References3
Prion
Prion
added 2022/09/16 10:15 p.m.20 views

Stack overflow

TensorFlow is an open source platform for machine learning. ParameterizedTruncatedNormal assumes shape is of type int32. A valid shape of type int64 results in a mismatched type CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5CVSS7.5AI score0.0042EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2022/09/16 12:00 a.m.7 views

PT-2022-23085

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.0 through 2.9.0 TensorFlow versions 2.8.0 through 2.8.0 TensorFlow versions 2.7.0 through 2.7.1 Description The DenseBincount function in TensorFlow assumes its input tensor weights t...

7.5CVSS7.1AI score0.0042EPSS
SaveExploits0References16
OSV
OSV
added 2021/11/05 9:15 p.m.23 views

PYSEC-2021-418

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseBinCount is vulnerable to a heap OOB access. This is because of missing validation between the elements of the values argument and the shape of the sparse output. The fix will be included ...

7.1CVSS5.9AI score0.00201EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/21 2:28 p.m.43 views

GHSA-CJC7-49V2-JP64 Incomplete validation in `SparseAdd`

Impact Incomplete validation in SparseAdd results in allowing attackers to exploit undefined behavior dereferencing null pointers as well as write outside of bounds of heap allocated data: python import tensorflow as tf aindices = tf.zeros10, 97, dtype=tf.int64 avalues = tf.zeros10, dtype=tf.int6...

5.8CVSS7AI score0.00234EPSS
SaveExploits1References7
PyPA
PyPA
added 2021/05/14 8:15 p.m.17 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.1CVSS6.9AI score0.00198EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.13 views

PYSEC-2021-244

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in SparseAdd results in allowing attackers to exploit undefined behavior dereferencing null pointers as well as write outside of bounds of heap allocated data. The...

7.8CVSS7.1AI score0.00234EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2021/05/14 7:15 p.m.14 views

CVE-2021-29582

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.1CVSS7AI score0.00198EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2021/05/14 12:00 a.m.6 views

PT-2021-18328 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow versions 2.4.2 and earlier TensorFlow versions 2.3.3 and earlier TensorFlow versions 2.2.3 and earlier TensorFlow versions 2.1.4 and earlier Description: The implementation of tf.raw...

7.8CVSS7.6AI score0.00211EPSS
SaveExploits1References13
Veracode
Veracode
added 2020/09/28 8:06 a.m.21 views

Arbitrary Code Execution

tensorlfow is vulnerable to arbitrary code execution. The SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor, allowing an attacker to execute arbitrary code on the host OS by causing a shape mismatch that can result in accesses outside of...

5.4CVSS4.6AI score0.00542EPSS
SaveExploits1References3Affected Software3
PyPA
PyPA
added 2020/09/25 7:15 p.m.11 views

PYSEC-2020-311

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS7AI score0.00903EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2020/09/25 6:40 p.m.57 views

CVE-2020-15198 Heap buffer overflow in Tensorflow

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has the same shape as the values one. The values in these tensors are always accessed...

5.4CVSS5.4AI score0.00542EPSS
SaveExploits1References3
CVE
CVE
added 2020/09/25 6:40 p.m.101 views

CVE-2020-15198

CVE-2020-15198 affects TensorFlow up to 2.3.0: SparseCountSparseOutput may access heap buffers out of bounds due to missing validation that indices and values shapes match in a sparse tensor. This root cause enables a heap buffer overflow in pre-2.3.1 builds. A fix was committed (3cbb917b47147660...

5.8CVSS5.3AI score0.00542EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.56 views

Heap buffer overflow in Tensorflow

Impact The SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has the same shape as the values one. The values in these tensors are always accessed in parallel:...

5.8CVSS1.4AI score0.00542EPSS
SaveExploits1References8Affected Software3
Rows per page
Query Builder