Lucene search
+L

9748 matches found

OSV
OSV
•added 2022/09/16 7:35 p.m.•22 views

CVE-2022-35938 OOB read in `Gather_nd` op in TensorFlow Lite Micro

TensorFlow is an open source platform for machine learning. The GatherNd function 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. This issue has been...

7CVSS9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2022/09/16 7:35 p.m.•5 views

CVE-2022-35938 OOB read in `Gather_nd` op in TensorFlow Lite Micro

TensorFlow is an open source platform for machine learning. The GatherNd function 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. This issue has been...

7CVSS9.2AI score0.00569EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2022/09/16 7:30 p.m.•15 views

CVE-2022-35934

TensorFlow is an open source platform for machine learning. The implementation of tf.reshape op in TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure caused by overflowing the number of elements in a tensor. This issue has been patched in GitHub commit...

7.5CVSS6.7AI score0.00478EPSS
SaveExploits0
Vulnrichment
Vulnrichment
•added 2022/09/16 7:30 p.m.•6 views

CVE-2022-35934 `CHECK` failure in tf.reshape in Tensorflow

TensorFlow is an open source platform for machine learning. The implementation of tf.reshape op in TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure caused by overflowing the number of elements in a tensor. This issue has been patched in GitHub commit...

5.9CVSS7.4AI score0.00478EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2022/09/16 7:30 p.m.•46 views

CVE-2022-35934 `CHECK` failure in tf.reshape in Tensorflow

TensorFlow is an open source platform for machine learning. The implementation of tf.reshape op in TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure caused by overflowing the number of elements in a tensor. This issue has been patched in GitHub commit...

5.9CVSS7.6AI score0.00478EPSS
SaveExploits0References2
CVE
CVE
•added 2022/09/16 7:30 p.m.•110 views

CVE-2022-35934

CVE-2022-35934 : TensorFlow’s tf.reshape op is vulnerable to a denial of service caused by a CHECK-failure when overflowing the number of tensor elements. The issue is patched in commit 61f0f9b94df8c0411f0ad0ecc2fec2d3f3c33555; the fix is planned for TensorFlow 2.10.0 and will be cherry-picked to...

7.5CVSS6.3AI score0.00478EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2022/09/16 7:30 p.m.•35 views

CVE-2022-35934 `CHECK` failure in tf.reshape in Tensorflow

TensorFlow is an open source platform for machine learning. The implementation of tf.reshape op in TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure caused by overflowing the number of elements in a tensor. This issue has been patched in GitHub commit...

5.9CVSS7.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2022/09/16 7:25 p.m.•42 views

TensorFlow vulnerable to `CHECK` fail in `tf.sparse.cross`

Impact If tf.sparse.cross receives an input separator that is not a scalar, it gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf tf.sparse.crossinputs=,name='a',separator=tf.constant'a', 'b',dtype=tf.string Patches We have patched the issue ...

7.5CVSS7.4AI score0.00488EPSS
SaveExploits0References5Affected Software3
OSV
OSV
•added 2022/09/16 7:25 p.m.•19 views

GHSA-P7HR-F446-X6QF TensorFlow vulnerable to `CHECK` fail in `tf.sparse.cross`

Impact If tf.sparse.cross receives an input separator that is not a scalar, it gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf tf.sparse.crossinputs=,name='a',separator=tf.constant'a', 'b',dtype=tf.string Patches We have patched the issue ...

5.9CVSS7AI score0.00488EPSS
SaveExploits0References5
OSV
OSV
•added 2022/09/16 7:24 p.m.•13 views

GHSA-37JF-MJV6-XFQW TensorFlow vulnerable to `CHECK` fail in `Conv2DBackpropInput`

Impact When Conv2DBackpropInput receives empty outbackprop inputs e.g. 3, 1, 0, 1, the current CPU/GPU kernels CHECK fail one with dnnl, the other with cudnn. This can be used to trigger a denial of service attack. python import tensorflow as tf import numpy as np inputsizes = 3, 1, 1, 2 filter =...

5.9CVSS7AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2022/09/16 7:24 p.m.•46 views

TensorFlow vulnerable to `CHECK` fail in `Conv2DBackpropInput`

Impact When Conv2DBackpropInput receives empty outbackprop inputs e.g. 3, 1, 0, 1, the current CPU/GPU kernels CHECK fail one with dnnl, the other with cudnn. This can be used to trigger a denial of service attack. python import tensorflow as tf import numpy as np inputsizes = 3, 1, 1, 2 filter =...

7.5CVSS7.4AI score0.00478EPSS
SaveExploits0References5Affected Software3
CNNVD
CNNVD
•added 2022/09/16 12:00 a.m.•14 views

Google TensorFlow 缓冲区错误漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. Google TensorFlow suffers from a buffer error vulnerability that stems from the ScatterNd function accepting an input parameter that determines the index of the output...

9.8CVSS8.5AI score0.00566EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2022/09/16 12:00 a.m.•9 views

PT-2022-23091

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.1 and earlier TensorFlow versions 2.8.1 and earlier TensorFlow versions 2.7.2 and earlier Description The issue occurs when the SetSize function receives an input set shape that is no...

7.5CVSS7.1AI score0.00478EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
•added 2022/09/16 12:00 a.m.•15 views

PT-2022-23092

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.1 and earlier TensorFlow versions 2.8.1 and earlier TensorFlow versions 2.7.2 and earlier Description The issue occurs when CollectiveGather receives a scalar input input, resulting i...

7.5CVSS7.1AI score0.00478EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
•added 2022/09/16 12:00 a.m.•10 views

PT-2022-23111

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.1 and earlier TensorFlow versions 2.8.1 and earlier TensorFlow versions 2.7.2 and earlier Description The issue occurs when the mlir::tfg::ConvertGenericFunctionToFunctionDef function...

7.5CVSS7.1AI score0.00478EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
•added 2022/09/16 12:00 a.m.•7 views

PT-2022-23117

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.1 and earlier TensorFlow versions 2.8.1 and earlier TensorFlow versions 2.7.2 and earlier Description The issue results in a segfault that can be used to trigger a denial of service...

7.5CVSS7.1AI score0.0051EPSS
SaveExploits0References16
CNNVD
CNNVD
•added 2022/09/16 12:00 a.m.•11 views

Google TensorFlow 安全漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. Google TensorFlow suffers from a security vulnerability that stems from a failure of the current CPU/GPU kernel assertion one with dnnl and the other with cudnn when...

7.5CVSS7.5AI score0.00478EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2022/09/16 12:00 a.m.•13 views

Google TensorFlow 安全漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A denial-of-service vulnerability exists in Google TensorFlow, which stems from the fact that when AudioSummaryV2 receives an input samplerate containing multiple elements, it gives an assertion failure...

7.5CVSS6.7AI score0.00478EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2022/09/16 12:00 a.m.•16 views

Google TensorFlow 输入验证错误漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google Inc. in the United States. Google TensorFlow suffers from an input validation error vulnerability that stems from a segmentation error in the converter and crashes the Python process when using a...

7.5CVSS7.6AI score0.00765EPSS
SaveExploits1References4
CNNVD
CNNVD
•added 2022/09/16 12:00 a.m.•12 views

Google TensorFlow 代码问题漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. Google TensorFlow suffers from a code issue vulnerability that stems from the fact that it crashes when mlir::tfg::TFOp::nameAttr receives an empty type list attribute. Th...

7.5CVSS7.8AI score0.00717EPSS
SaveExploits0References5
Rows per page
Query Builder