Lucene search
K

14329 matches found

RedhatCVE
RedhatCVE
added 2025/02/06 4:45 a.m.5 views

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.rawops.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.7CVSS6.8AI score0.0016EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:45 a.m.9 views

CVE-2021-37652

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.BoostedTreesCreateEnsemble can result in a use after free error if an attacker supplies specially crafted arguments. The implementation uses a reference counted resource an...

7.8CVSS6.8AI score0.00173EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:44 a.m.4 views

CVE-2021-37678

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TensorFlow and Keras can be tricked to perform arbitrary code execution when deserializing a Keras model from YAML format. The implementation uses yaml.unsafeload which can perform arbitrary code execution...

9.3CVSS7.3AI score0.00451EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:44 a.m.8 views

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.rawops.RaggedTensorToSparse. The implementation has an incomplete validation of the splits values: it does not check...

7.8CVSS6.5AI score0.00167EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:44 a.m.7 views

CVE-2021-37638

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

7.8CVSS6.6AI score0.00167EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:44 a.m.8 views

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.rawops.SparseTensorSliceDataset implementation can be made to dereference a null pointer. The implementation has some argument validation but fails...

7.7CVSS6.7AI score0.0016EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/06 4:43 a.m.9 views

CVE-2021-37665

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

7.8CVSS6.7AI score0.00185EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/06 1:15 a.m.6 views

CVE-2022-21730

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

8.1CVSS6.5AI score0.00815EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 1:11 a.m.7 views

CVE-2022-21736

Tensorflow is an Open Source Machine Learning Framework. The implementation of SparseTensorSliceDataset has an undefined behavior: under certain condition it can be made to dereference a nullptr value. The 3 input arguments to SparseTensorSliceDataset represent a sparse tensor. However, there are...

7.6CVSS6.5AI score0.00746EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 1:10 a.m.10 views

CVE-2022-21727

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for Dequantize is vulnerable to an integer overflow weakness. The axis argument can be -1 the default value for the optional argument or any other positive value at most the number of dimensions of the...

8.8CVSS7AI score0.00659EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 1:4 a.m.8 views

CVE-2022-21728

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.6AI score0.01125EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 12:59 a.m.10 views

CVE-2022-21740

Tensorflow is an Open Source Machine Learning Framework. The implementation of SparseCountSparseOutput is vulnerable to a heap overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also...

8.8CVSS6.6AI score0.00788EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 12:57 a.m.12 views

CVE-2022-21726

Tensorflow is an Open Source Machine Learning Framework. The implementation of Dequantize does not fully validate the value of axis and can result in heap OOB accesses. The axis argument can be -1 the default value for the optional argument or any other positive value at most the number of...

8.8CVSS6.8AI score0.00818EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/06 12:1 a.m.6 views

CVE-2022-29208

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.rawops.EditDistance has incomplete validation. Users can pass negative values to cause a segmentation fault based denial of service. In multiple places throughout...

7.1CVSS6.6AI score0.00378EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:56 p.m.8 views

CVE-2022-29216

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, TensorFlow's savedmodelcli tool is vulnerable to a code injection. This can be used to open a reverse shell. This code path was maintained for compatibility reasons as the maintainers had...

7.8CVSS7.1AI score0.00536EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:38 p.m.9 views

CVE-2022-41902

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS6.5AI score0.00449EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:34 p.m.9 views

CVE-2022-41900

TensorFlow is an open source platform for machine learning. The security vulnerability results in FractionalMaxAVGPool with illegal poolingratio. Attackers using Tensorflow can exploit the vulnerability. They can access heap memory which is not in the control of user, leading to a crash or remote...

9.8CVSS7.6AI score0.00579EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:31 p.m.6 views

CVE-2022-41894

TensorFlow is an open source platform for machine learning. The reference kernel of the CONV3DTRANSPOSE TensorFlow Lite operator wrongly increments the dataptr when adding the bias to the result. Instead of dataptr += numchannels; it should be dataptr += outputnumchannels; as if the number of inp...

8.1CVSS7AI score0.00523EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:29 p.m.7 views

CVE-2022-23587

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

9.8CVSS6.8AI score0.00874EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 11:29 p.m.7 views

CVE-2022-23561

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary write primitive...

8.8CVSS6.8AI score0.00531EPSS
Exploits0References1
Rows per page
Query Builder