Lucene search
+L

143 matches found

OSV
OSV
added 2021/08/25 2:40 p.m.1 views

GHSA-CFPJ-3Q4C-JHVR Division by zero in TFLite

Impact The implementation of fully connected layers in TFLite is vulnerable to a division by zero error: cc const int batchsize = inputsize / filter-dims-data1; An attacker can craft a model such that filter-dims-data1 is 0. Patches We have patched the issue in GitHub commit...

6.8CVSS5.8AI score0.00152EPSS
SaveExploits0References8
PyPA
PyPA
added 2021/08/12 11:15 p.m.9 views

PYSEC-2021-803

TensorFlow is an end-to-end open source platform for machine learning. In affected versions under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, C.TFTStringDealloc is called during garbage collection within a finalizer function. However, tensor...

5.5CVSS7.1AI score0.00172EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2021/08/12 11:15 p.m.7 views

PYSEC-2021-592

TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tens...

7.8CVSS7.2AI score0.00181EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/08/12 11:15 p.m.5 views

PYSEC-2021-307

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.5CVSS5.9AI score0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.4 views

PYSEC-2021-285

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS5.9AI score0.00173EPSS
SaveExploits0References2
PyPA
PyPA
added 2021/08/12 9:15 p.m.7 views

PYSEC-2021-266

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS6.9AI score0.00152EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2021/08/12 9:15 p.m.10 views

PYSEC-2021-577

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to BoostedTreesSparseCalculateBestFeatureSplit. The implementation needs to validate that...

7.3CVSS6.9AI score0.00167EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/08/12 9:15 p.m.5 views

PYSEC-2021-746

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data. The implementation fails to validate that each reduction group does not overfl...

7.3CVSS5.9AI score0.00167EPSS
SaveExploits0References2
PyPA
PyPA
added 2021/08/12 9:15 p.m.8 views

PYSEC-2021-276

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a CHECK-fail in debug builds of TensorFlow using tf.rawops.ResourceGather or a read from outside the bounds of heap allocated data in the same API in a release build. Th...

7.3CVSS7.1AI score0.00167EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/08/12 6:15 p.m.8 views

PYSEC-2021-751

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.SparseReshape can be made to trigger an integral division by 0 exception. The implementation calls the reshaping functor whenever there is at least an index in the input but...

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2021/08/12 6:15 p.m.6 views

CVE-2021-37660

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a floating point exception by calling inplace operations with crafted arguments that would result in a division by 0. The implementation has a logic error: it should skip processing i...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2021/08/12 12:0 a.m.9 views

PT-2021-21763 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.6.0 TensorFlow versions 2.5.1 and earlier TensorFlow versions 2.4.3 and earlier TensorFlow versions 2.3.4 and earlier Description: The code for tf.raw ops.SaveV2 does not properly validate the inputs, allowing a...

9.3CVSS5.7AI score0.00451EPSS
SaveExploits5References86
Positive Technologies
Positive Technologies
added 2021/08/12 12:0 a.m.8 views

PT-2021-21753 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.6.0 TensorFlow version 2.5.1 TensorFlow version 2.4.3 TensorFlow version 2.3.4 Description: The issue arises when sending an invalid argument for row partition types of the tf.raw ops.RaggedTensorToTensor API,...

9.3CVSS5.7AI score0.00451EPSS
SaveExploits5References86
OSV
OSV
added 2021/05/21 2:21 p.m.45 views

GHSA-HR84-FQVP-48MM Segfault in SparseCountSparseOutput

Impact Specifying a negative dense shape in tf.rawops.SparseCountSparseOutput results in a segmentation fault being thrown out from the standard library as std::vector invariants are broken. python import tensorflow as tf indices = tf.constant, shape=0, 0, dtype=tf.int64 values = tf.constant,...

2.5CVSS6AI score0.00189EPSS
SaveExploits1References6
OSV
OSV
added 2021/05/21 2:21 p.m.28 views

GHSA-772P-X54P-HJRV Division by zero in `Conv3D`

Impact A malicious user could trigger a division by 0 in Conv3D implementation: python import tensorflow as tf inputtensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float32 filtertensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float32 tf.rawops.Conv3Dinput=inputtensor, filter=filtertensor,...

2.5CVSS6AI score0.00189EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2020/10/21 12:0 a.m.9 views

PT-2020-14325 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.4.0 Description: The issue allows an attacker to pass an invalid axis value to tf.quantization.quantize and dequantize, resulting in accessing a dimension outside the rank of the input tensor in the C++ kernel...

7.5CVSS7.2AI score0.00908EPSS
SaveExploits1References14
OSV
OSV
added 2020/09/25 7:15 p.m.17 views

CVE-2020-15197

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 rank 2. This tensor must be a matrix because code assumes its elements are access...

6.3CVSS6.1AI score
SaveExploits0References3
PyPA
PyPA
added 2020/09/25 7:15 p.m.6 views

PYSEC-2020-288

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, when determining the common dimension size of two tensors, TFLite uses a DCHECK which is no-op outside of debug compilation modes. Since the function always returns the dimension of the first tensor, malicious attackers can...

9.8CVSS6.9AI score0.00905EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2020/09/25 7:15 p.m.8 views

PYSEC-2020-312

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 rank 2. This tensor must be a matrix because code assumes its elements are access...

6.3CVSS6.6AI score0.00726EPSS
SaveExploits1References3
OSV
OSV
added 2020/09/25 7:15 p.m.8 views

PYSEC-2020-323

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, when determining the common dimension size of two tensors, TFLite uses a DCHECK which is no-op outside of debug compilation modes. Since the function always returns the dimension of the first tensor, malicious attackers can...

9.8CVSS7.2AI score0.00905EPSS
SaveExploits1References4
Rows per page
Query Builder