Lucene search
+L

9236 matches found

Prion
Prion
added 2022/11/18 10:15 p.m.27 views

Stack overflow

TensorFlow is an open source platform for machine learning. If SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash. We have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8. The fix will be included in TensorFlow 2.11. We will also cherrypick this commi...

5CVSS8AI score0.00457EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/11/18 10:15 p.m.18 views

Design/Logic Flaw

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

7.5CVSS9.7AI score0.00609EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2022/11/18 10:15 p.m.21 views

Stack overflow

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListResize is given a nonscalar value for input size, it results CHECK fail which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 888e34b49009a4e734c27ab0c43b0b5102682c56...

5CVSS7.7AI score0.00456EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/11/18 10:15 p.m.18 views

Design/Logic Flaw

TensorFlow is an open source platform for machine learning. When the BaseCandidateSamplerOp function receives a value in trueclasses larger than rangemax, a heap oob read occurs. We have patched the issue in GitHub commit b389f5c944cadfdfe599b3f1e4026e036f30d2d4. The fix will be included in...

6.4CVSS9.4AI score0.00395EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/11/18 10:15 p.m.24 views

Stack overflow

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit fc33f3dc4c14051a83eec6535b608abe1d355fde. The fix wil...

5CVSS7.7AI score0.00446EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/11/18 10:15 p.m.23 views

Stack overflow

TensorFlow is an open source platform for machine learning. An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. We have patched the issue in GitHub commit 9f03a9d3bafe902c1e6beb105b2f24172f238645. The fix will be included in TensorFlow 2.11. We will also...

5CVSS7.9AI score0.00467EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2022/11/18 9:15 p.m.54 views

CVE-2022-41883

TensorFlow is an open source platform for machine learning. When ops that have specified input sizes receive a differing number of inputs, the executor will crash. We have patched the issue in GitHub commit f5381e0e10b5a61344109c1b7c174c68110f7629. The fix will be included in TensorFlow 2.11. We...

7.5CVSS0.00363EPSS
SaveExploits1References4
Prion
Prion
added 2022/11/18 9:15 p.m.25 views

Stack overflow

TensorFlow is an open source platform for machine learning. When ops that have specified input sizes receive a differing number of inputs, the executor will crash. We have patched the issue in GitHub commit f5381e0e10b5a61344109c1b7c174c68110f7629. The fix will be included in TensorFlow 2.11. We...

5CVSS7.7AI score0.00363EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2022/11/18 12:00 a.m.12 views

Google TensorFlow 代码问题漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A code issue vulnerability exists in Google TensorFlow, which stems from a logical error in the organization of data, where the conversion from char to bool is undefined if the const char array is not 0...

7.5CVSS6.8AI score0.00411EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/11/18 12:00 a.m.12 views

PT-2022-26142

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11.0 TensorFlow versions 2.10.1 and earlier TensorFlow versions 2.9.3 and earlier TensorFlow versions 2.8.4 and earlier Description The issue arises when printing a tensor, as the data is retrieved as a const cha...

7.5CVSS7.1AI score0.00411EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.55 views

CVE-2022-41911 Invalid char to bool conversion when printing a tensor in Tensorflow

TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so...

4.8CVSS7.6AI score0.00411EPSS
SaveExploits0References3
CVE
CVE
added 2022/11/18 12:00 a.m.108 views

CVE-2022-41887

TensorFlow CVE-2022-41887 describes a buffer/size-mismatch overflow in tf.keras.losses.poisson when y_pred/y_true dimensions overflow an int32 during broadcasting in BinaryOp. A patch is committed (c5b30379ba87cbe774b08ac50c1f6d36df4ebb7c) and will be included in TensorFlow 2.11; TensorFlow 2.10....

7.5CVSS6.3AI score0.00456EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.27 views

CVE-2022-41900 FractionalMaxPool and FractionalAVGPool heap out-of-bounds acess in Tensorflow

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

7.1CVSS10AI score0.00609EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.39 views

CVE-2022-41887 Overflow in `tf.keras.losses.poisson` in Tensorflow

TensorFlow is an open source platform for machine learning. tf.keras.losses.poisson receives a ypred and ytrue that are passed through functor::mul in BinaryOp. If the resulting dimensions overflow an int32, TensorFlow will crash due to a size mismatch during broadcast assignment. We have patched...

4.8CVSS7.9AI score0.00456EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.62 views

CVE-2022-41886 Overflow in `ImageProjectiveTransformV2` in Tensorflow

TensorFlow is an open source platform for machine learning. When tf.rawops.ImageProjectiveTransformV2 is given a large output shape, it overflows. We have patched the issue in GitHub commit 8faa6ea692985dbe6ce10e1a3168e0bd60a723ba. The fix will be included in TensorFlow 2.11. We will also...

4.8CVSS7.7AI score0.00446EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.55 views

CVE-2022-41884 Seg fault in `ndarray_tensor_bridge` due to zero and large inputs in Tensorflow

TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. We have patched the issue in GitHub commit 2b56169c16e375c521a3bc8ea658811cc0793784. The fix will be...

4.8CVSS7.6AI score0.00343EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.63 views

CVE-2022-41897 `FractionalMaxPoolGrad` Heap out of bounds read in Tensorflow

TensorFlow is an open source platform for machine learning. If FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash. We have patched the issue in GitHub commit d71090c3e5ca325bdf4b02eb236cfb3ee823e927. The fix will be included in TensorFlow...

4.8CVSS7.7AI score0.00457EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.59 views

CVE-2022-41895 `MirrorPadGrad` heap out of bounds read in Tensorflow

TensorFlow is an open source platform for machine learning. If MirrorPadGrad is given outsize input paddings, TensorFlow will give a heap OOB error. We have patched the issue in GitHub commit 717ca98d8c3bba348ff62281fdf38dcb5ea1ec92. The fix will be included in TensorFlow 2.11. We will also...

4.8CVSS7.7AI score0.00457EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/11/18 12:00 a.m.7 views

CVE-2022-41887 Overflow in `tf.keras.losses.poisson` in Tensorflow

TensorFlow is an open source platform for machine learning. tf.keras.losses.poisson receives a ypred and ytrue that are passed through functor::mul in BinaryOp. If the resulting dimensions overflow an int32, TensorFlow will crash due to a size mismatch during broadcast assignment. We have patched...

4.8CVSS7.3AI score0.00456EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/11/18 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 USA. A buffer overflow vulnerability exists in Google TensorFlow versions 2.9.0 and later, and versions prior to 2.9.3, which stems from a lack of proper validation of user-supplied data in...

7.5CVSS6.9AI score0.00456EPSS
SaveExploits1References5
Rows per page
Query Builder