Lucene search

K

Tensorflow Security Vulnerabilities

cve
cve

CVE-2021-37650

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.raw_ops.ExperimentalDatasetToTFRecord and tf.raw_ops.DatasetToTFRecord can trigger heap buffer overflow and segmentation fault. The implementation assumes that all records in the...

7.8CVSS

8AI Score

0.0004EPSS

2021-08-12 09:15 PM
195
2
cve
cve

CVE-2021-37662

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can generate undefined behavior via a reference binding to nullptr in BoostedTreesCalculateBestGainsPerFeature and similar attack can occur in BoostedTreesCalculateBestFeatureSplitV2. The...

7.8CVSS

7.6AI Score

0.0004EPSS

2021-08-12 09:15 PM
47
5
cve
cve

CVE-2021-37635

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

7.1CVSS

7.1AI Score

0.0004EPSS

2021-08-12 09:15 PM
51
2
cve
cve

CVE-2021-37655

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a read from outside of bounds of heap allocated data by sending invalid arguments to tf.raw_ops.ResourceScatterUpdate. The implementation has an incomplete validation of the...

7.3CVSS

7.3AI Score

0.0004EPSS

2021-08-12 09:15 PM
44
cve
cve

CVE-2021-37658

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type tf.raw_ops.MatrixSetDiagV*. The implementation has incomplete validation that the value of k is a...

7.8CVSS

7.8AI Score

0.0004EPSS

2021-08-12 09:15 PM
194
4
cve
cve

CVE-2021-37657

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type tf.raw_ops.MatrixDiagV*. The implementation has incomplete validation that the value of k is a...

7.8CVSS

7.8AI Score

0.0004EPSS

2021-08-12 09:15 PM
189
cve
cve

CVE-2021-37661

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in boosted_trees_create_quantile_stream_resource by using negative arguments. The implementation does not validate that num_streams only contains non-negative...

5.5CVSS

5.5AI Score

0.0004EPSS

2021-08-12 09:15 PM
45
4
cve
cve

CVE-2021-37664

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

7AI Score

0.0004EPSS

2021-08-12 09:15 PM
48
5
cve
cve

CVE-2021-37644

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

5.5CVSS

5.6AI Score

0.0004EPSS

2021-08-12 09:15 PM
46
cve
cve

CVE-2021-37645

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.raw_ops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on...

5.5CVSS

5.7AI Score

0.0004EPSS

2021-08-12 09:15 PM
192
cve
cve

CVE-2021-37654

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.raw_ops.ResourceGather or a read from outside the bounds of heap allocated data in the same API in a release build....

7.1CVSS

7AI Score

0.0004EPSS

2021-08-12 09:15 PM
48
cve
cve

CVE-2021-37646

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.raw_ops.StringNGrams is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. The...

5.5CVSS

5.7AI Score

0.0004EPSS

2021-08-12 09:15 PM
51
cve
cve

CVE-2021-37651

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.raw_ops.FractionalAvgPoolGrad can be tricked into accessing data outside of bounds of heap allocated buffers. The implementation does not validate that the input tensor is...

7.8CVSS

7.9AI Score

0.0004EPSS

2021-08-12 09:15 PM
41
2
cve
cve

CVE-2021-37656

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.raw_ops.RaggedTensorToSparse. The implementation has an incomplete validation of the splits values: it does not check...

7.8CVSS

7.7AI Score

0.0004EPSS

2021-08-12 09:15 PM
48
cve
cve

CVE-2021-37659

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all binary cwise operations that don't require broadcasting (e.g., gradients of binary cwise operations). The...

7.8CVSS

7.6AI Score

0.0004EPSS

2021-08-12 09:15 PM
49
cve
cve

CVE-2021-37641

TensorFlow is an end-to-end open source platform for machine learning. In affected versions if the arguments to tf.raw_ops.RaggedGather don't determine a valid ragged tensor code can trigger a read from outside of bounds of heap allocated buffers. The implementation directly reads the first...

7.1CVSS

7AI Score

0.0004EPSS

2021-08-12 09:15 PM
45
2
cve
cve

CVE-2021-37639

TensorFlow is an end-to-end open source platform for machine learning. When restoring tensors via raw APIs, if the tensor name is not provided, TensorFlow can be tricked into dereferencing a null pointer. Alternatively, attackers can read memory outside the bounds of heap allocated data by...

7.8CVSS

7.6AI Score

0.0004EPSS

2021-08-12 07:15 PM
50
cve
cve

CVE-2021-37643

TensorFlow is an end-to-end open source platform for machine learning. If a user does not provide a valid padding value to tf.raw_ops.MatrixDiagPartOp, then the code triggers a null pointer dereference (if input is empty) or produces invalid behavior, ignoring all values after the first. The...

7.1CVSS

7AI Score

0.0004EPSS

2021-08-12 07:15 PM
50
cve
cve

CVE-2021-37647

TensorFlow is an end-to-end open source platform for machine learning. When a user does not supply arguments that determine a valid sparse tensor, tf.raw_ops.SparseTensorSliceDataset implementation can be made to dereference a null pointer. The implementation has some argument validation but fails....

5.5CVSS

5.7AI Score

0.0004EPSS

2021-08-12 07:15 PM
45
cve
cve

CVE-2021-37649

TensorFlow is an end-to-end open source platform for machine learning. The code for tf.raw_ops.UncompressElement can be made to trigger a null pointer dereference. The implementation obtains a pointer to a CompressedElement from a Variant tensor and then proceeds to dereference it for...

5.5CVSS

5.7AI Score

0.0004EPSS

2021-08-12 07:15 PM
49
cve
cve

CVE-2021-37638

TensorFlow is an end-to-end open source platform for machine learning. Sending invalid argument for row_partition_types of tf.raw_ops.RaggedTensorToTensor API results in a null pointer dereference and undefined behavior. The implementation accesses the first element of a user supplied list of...

7.8CVSS

7.7AI Score

0.0004EPSS

2021-08-12 07:15 PM
46
cve
cve

CVE-2021-37637

TensorFlow is an end-to-end open source platform for machine learning. It is possible to trigger a null pointer dereference in TensorFlow by passing an invalid input to tf.raw_ops.CompressElement. The implementation was accessing the size of a buffer obtained from the return of a separate function....

5.5CVSS

5.7AI Score

0.0004EPSS

2021-08-12 07:15 PM
41
2
cve
cve

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

5.5CVSS

5.7AI Score

0.0004EPSS

2021-08-12 06:15 PM
43
4
cve
cve

CVE-2021-37636

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.raw_ops.SparseDenseCwiseDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS

5.6AI Score

0.0004EPSS

2021-08-12 06:15 PM
47
2
cve
cve

CVE-2021-37640

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.raw_ops.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.5CVSS

5.6AI Score

0.0004EPSS

2021-08-12 06:15 PM
49
cve
cve

CVE-2021-37653

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a floating point exception in tf.raw_ops.ResourceGather. The implementation computes the value of a value, batch_size, and then divides by it without checking that this...

5.5CVSS

5.6AI Score

0.0004EPSS

2021-08-12 06:15 PM
44
4
cve
cve

CVE-2021-37642

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.raw_ops.ResourceScatterDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS

5.6AI Score

0.0004EPSS

2021-08-12 06:15 PM
46
cve
cve

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.get_file is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.get_file is not intended for untrusted...

9.1CVSS

9AI Score

0.002EPSS

2021-06-30 01:15 AM
67
cve
cve

CVE-2021-29515

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixDiag* operations(https://github.com/tensorflow/tensorflow/blob/4c4f420e68f1cfaf8f4b6e8e3eb857e9e4c3ff33/tensorflow/core/kernels/linalg/matrix_diag_op.cc#L195-L197) does not validate that the tensor...

7.8CVSS

7.6AI Score

0.0005EPSS

2021-05-14 08:15 PM
53
4
cve
cve

CVE-2021-29532

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.raw_ops.RaggedCross. This is because the...

7.1CVSS

6.8AI Score

0.0005EPSS

2021-05-14 08:15 PM
53
4
cve
cve

CVE-2021-29616

TensorFlow is an end-to-end open source platform for machine learning. The implementation of TrySimplify(https://github.com/tensorflow/tensorflow/blob/c22d88d6ff33031aa113e48aa3fc9aa74ed79595/tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc#L390-L401) has undefined behavior due to...

7.8CVSS

7.5AI Score

0.0005EPSS

2021-05-14 08:15 PM
61
5
cve
cve

CVE-2021-29529

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

7.8CVSS

7.8AI Score

0.0005EPSS

2021-05-14 08:15 PM
56
5
cve
cve

CVE-2021-29543

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.raw_ops.CTCGreedyDecoder. This is because the...

5.5CVSS

5.4AI Score

0.0004EPSS

2021-05-14 08:15 PM
60
6
cve
cve

CVE-2021-29600

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the OneHot TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/f61c57bd425878be108ec787f4d96390579fb83e/tensorflow/lite/kernels/one_hot.cc#L68-L72). An...

7.8CVSS

7.5AI Score

0.0005EPSS

2021-05-14 08:15 PM
58
8
cve
cve

CVE-2021-29601

TensorFlow is an end-to-end open source platform for machine learning. The TFLite implementation of concatenation is vulnerable to an integer overflow issue(https://github.com/tensorflow/tensorflow/blob/7b7352a724b690b11bfaae2cd54bc3907daf6285/tensorflow/lite/kernels/concatenation.cc#L70-L76). An.....

7.1CVSS

6.9AI Score

0.0004EPSS

2021-05-14 08:15 PM
60
cve
cve

CVE-2021-29608

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

7.8CVSS

7.6AI Score

0.001EPSS

2021-05-14 08:15 PM
60
3
cve
cve

CVE-2021-29610

TensorFlow is an end-to-end open source platform for machine learning. The validation in tf.raw_ops.QuantizeAndDequantizeV2 allows invalid values for axis argument:. The...

7.8CVSS

7.5AI Score

0.0005EPSS

2021-05-14 08:15 PM
58
3
cve
cve

CVE-2021-29619

TensorFlow is an end-to-end open source platform for machine learning. Passing invalid arguments (e.g., discovered via fuzzing) to tf.raw_ops.SparseCountSparseOutput results in segfault. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2,...

5.5CVSS

5.5AI Score

0.0004EPSS

2021-05-14 08:15 PM
51
7
cve
cve

CVE-2021-29599

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the Split TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/e2752089ef7ce9bcf3db0ec618ebd23ea119d0c7/tensorflow/lite/kernels/split.cc#L63-L65). An...

7.8CVSS

7.4AI Score

0.0005EPSS

2021-05-14 08:15 PM
52
2
cve
cve

CVE-2021-29552

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by controlling the values of num_segments tensor argument for UnsortedSegmentJoin. This is because the...

5.5CVSS

5.5AI Score

0.0004EPSS

2021-05-14 08:15 PM
50
5
cve
cve

CVE-2021-29567

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.raw_ops.SparseDenseCwiseMul, an attacker can trigger denial of service via CHECK-fails or accesses to outside the bounds of heap allocated data. Since the...

5.5CVSS

5.6AI Score

0.0004EPSS

2021-05-14 08:15 PM
59
4
cve
cve

CVE-2021-29576

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

7.8CVSS

7.6AI Score

0.0005EPSS

2021-05-14 08:15 PM
59
4
cve
cve

CVE-2021-29571

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.raw_ops.MaxPoolGradWithArgmax can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The...

7.8CVSS

7.8AI Score

0.001EPSS

2021-05-14 08:15 PM
53
6
cve
cve

CVE-2021-29577

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

7.8CVSS

7.6AI Score

0.0005EPSS

2021-05-14 08:15 PM
54
4
cve
cve

CVE-2021-29581

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

5.5CVSS

5.4AI Score

0.0004EPSS

2021-05-14 08:15 PM
54
cve
cve

CVE-2021-29588

TensorFlow is an end-to-end open source platform for machine learning. The optimized implementation of the TransposeConv TFLite operator is vulnerable to a division by zero error. An attacker can craft a model such that stride_{h,w} values are 0. Code calling this function must validate these...

7.8CVSS

7.5AI Score

0.0005EPSS

2021-05-14 08:15 PM
55
cve
cve

CVE-2021-29586

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

7.8CVSS

7.5AI Score

0.0005EPSS

2021-05-14 08:15 PM
52
2
cve
cve

CVE-2021-29521

TensorFlow is an end-to-end open source platform for machine learning. Specifying a negative dense shape in tf.raw_ops.SparseCountSparseOutput results in a segmentation fault being thrown out from the standard library as std::vector invariants are broken. This is because the...

5.5CVSS

5.5AI Score

0.0004EPSS

2021-05-14 08:15 PM
50
4
cve
cve

CVE-2021-29546

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.raw_ops.QuantizedBiasAdd. This is because the implementation of the Eigen...

7.8CVSS

7.5AI Score

0.0005EPSS

2021-05-14 08:15 PM
58
6
cve
cve

CVE-2021-29550

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.raw_ops.FractionalAvgPool. This is because the...

5.5CVSS

5.4AI Score

0.0004EPSS

2021-05-14 08:15 PM
55
5
Total number of security vulnerabilities428