Lucene search
+L

514 matches found

NVD
NVD
added 2022/02/03 3:15 p.m.31 views

CVE-2022-21741

Tensorflow is an Open Source Machine Learning Framework. Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to...

6.5CVSS0.00821EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/03 3:15 p.m.17 views

PYSEC-2022-65

Tensorflow is an Open Source Machine Learning Framework. Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to...

6.5CVSS2.5AI score0.00821EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2022/02/03 2:27 p.m.7 views

CVE-2022-21741

Tensorflow is an Open Source Machine Learning Framework. Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to...

6.5CVSS6.9AI score0.00821EPSS
SaveExploits1
OSV
OSV
added 2022/02/03 2:27 p.m.27 views

CVE-2022-21741 Division by zero in TFLite

Tensorflow is an Open Source Machine Learning Framework. Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to...

6.5CVSS6.3AI score0.00821EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2022/02/03 2:27 p.m.43 views

CVE-2022-21741 Division by zero in TFLite

Tensorflow is an Open Source Machine Learning Framework. Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to...

6.5CVSS6.6AI score0.00821EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2021/08/25 2:40 p.m.34 views

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

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References8Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:40 p.m.37 views

NPE in TFLite

Impact The implementation of SVDF in TFLite is vulnerable to a null pointer error: cc TfLiteTensor state = GetVariableInputcontext, node, kStateTensor; // ... GetTensorDatastate The GetVariableInput function can return a null pointer but GetTensorData assumes that the argument is always a valid...

7.8CVSS7.5AI score0.00173EPSS
SaveExploits0References8Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:40 p.m.35 views

Use of unitialized value in TFLite

Impact All TFLite operations that use quantization can be made to use unitialized values. For example: cc const auto affinequantization = reinterpretcast filter-quantization.params; The issue stems from the fact that quantization.params is only valid if quantization.type is different that...

7.1CVSS7AI score0.0018EPSS
SaveExploits0References10Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:40 p.m.34 views

FPE in TFLite pooling operations

Impact The implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. Patches We have patched the issue in GitHub commit dfa22b348b70bb89d6d6ec0ff53973bacb4f4695. The fix will be included in TensorFlow 2.6.0. We will also cherrypic...

5.5CVSS6AI score0.00138EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:40 p.m.36 views

Heap OOB in TFLite

Impact TFLite's expanddims.cc contains a vulnerability which allows reading one element outside of bounds of heap allocated data: cc if axis size; ++i if i datai = inputdims.datai; else if i == axis outputdims-datai = 1; else outputdims-datai = inputdims.datai - 1; If axis is a large negative val...

5.5CVSS5.9AI score0.00172EPSS
SaveExploits0References8Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:40 p.m.54 views

Heap OOB in TFLite's `Gather*` implementations

Impact TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with negative values in indices. Similar issue exists in Gather implementation. python impor...

5.5CVSS6AI score0.00191EPSS
SaveExploits0References10Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:39 p.m.30 views

Infinite loop in TFLite

Impact The strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for ellipsis in axis definition: cc for int i = 0; i params-ellipsismask // ... int ellipsisendidx = std::mini + 1 + numaddaxis +...

5.5CVSS5.9AI score0.00173EPSS
SaveExploits0References11Affected Software3
OSV
OSV
added 2021/08/25 2:39 p.m.30 views

GHSA-MHHC-Q96P-MFM9 Infinite loop in TFLite

Impact The strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for ellipsis in axis definition: cc for int i = 0; i params-ellipsismask // ... int ellipsisendidx = std::mini + 1 + numaddaxis +...

6.8CVSS5.5AI score0.00173EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2021/08/25 2:39 p.m.33 views

Null pointer dereference in TFLite

Impact An attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service: python import tensorflow as tf model = tf.keras.models.Sequential model.addtf.keras.Inputshape=1, 2, 3 model.addtf.keras.layers.Dense0, activation='relu'...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References8Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:39 p.m.43 views

Null pointer dereference in TFLite MLIR optimizations

Impact An attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service: This is caused by the MLIR optimization of L2NormalizeReduceAxis operator. The implementation unconditionally dereferences a pointer to an iterator to a...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References8Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/25 2:39 p.m.48 views

FPE in LSH in TFLite

Impact An attacker can craft a TFLite model that would trigger a division by zero error in LSH implementation. cc int RunningSignBitconst TfLiteTensor input, const TfLiteTensor weight, float seed int inputitembytes = input-bytes / SizeOfDimensioninput, 0; // ... There is no check that the first...

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References7Affected Software3
FreeBSD
FreeBSD
added 2021/08/25 12:0 a.m.37 views

py-tflite -- denial of service vulnerability

Yakun Zhang of Baidu Security reports: An attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/08/16 12:0 a.m.41 views

Google TensorFlow code issue vulnerability (CNVD-2021-64531)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow, which stems from the fact that the SVDF implementation in TFLite is vulnerable to a null pointer error in the affected version. An attacker could...

7.8CVSS3.9AI score0.00173EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/08/13 12:0 a.m.38 views

Google TensorFlow TFLite Denial of Service Vulnerability (CNVD-2021-63063)

Google TensorFlow is an end-to-end open source machine learning platform. a security vulnerability exists in Google TensorFlow TFLite. A local attacker can exploit this vulnerability to cause a denial of service condition...

7.8CVSS3AI score0.00165EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/08/13 12:0 a.m.24 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2021-63066)

Google TensorFlow is an end-to-end open source machine learning platform. a security vulnerability exists in the full connectivity layer in TFLite in versions prior to Google TensorFlow 2.6.0. A local attacker could exploit this vulnerability to cause a denial of service...

5.5CVSS4.3AI score0.00152EPSS
SaveExploits0References1
Rows per page
Query Builder