Lucene search
+L

233 matches found

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

Design/Logic Flaw

TensorFlow is an open source platform for machine learning. When tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows. We have patched the issue in GitHub commit 00c821af032ba9e5f5fa3fe14690c8d28a657624. The fix will be included in TensorFlow 2.11. We will also cherrypick...

5CVSS7.9AI score0.0044EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/11/18 9:15 p.m.19 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.0035EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.58 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.0044EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2022/11/18 12:0 a.m.41 views

PT-2022-26118

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1 and earlier TensorFlow versions 2.9.3 and earlier Description TensorFlow is an open source platform for machine learning. The tf.keras.losses.poisson function receives a y pred and y...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1References18
Positive Technologies
Positive Technologies
added 2022/11/18 12:0 a.m.5 views

PT-2022-26119

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1, 2.9.3, and 2.8.4 Description TensorFlow is an open source platform for machine learning. When running on GPU, the function tf.image.generate bounding box proposals receives a scores...

7.5CVSS7.1AI score0.00439EPSS
SaveExploits1References18
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.48 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.0033EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2022/11/18 12:0 a.m.8 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.1AI score0.0043EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/11/18 12:0 a.m.6 views

CVE-2022-41908 `CHECK` fail via inputs in `PyFunc` in Tensorflow

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

4.8CVSS7.1AI score0.0045EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.55 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.0043EPSS
SaveExploits1References3
CVE
CVE
added 2022/11/18 12:0 a.m.97 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.0044EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.49 views

CVE-2022-41883 Out of bounds segmentation fault due to unequal op inputs in Tensorflow

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

6.8CVSS7.8AI score0.0035EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.36 views

CVE-2022-41894 Buffer overflow in `CONV_3D_TRANSPOSE` on TFLite

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

7.1CVSS8.4AI score0.00523EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.27 views

CVE-2022-41909 Segfault in `CompositeTensorVariantToComponents` in Tensorflow

TensorFlow is an open source platform for machine learning. An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. We have patched the issue in GitHub commits bf594d08d377dc6a3354d9fdb494b32d45f91971 and...

4.8CVSS7.7AI score0.0049EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.37 views

CVE-2022-41885 Overflow in `FusedResizeAndPadConv2D` in Tensorflow

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

4.8CVSS7.7AI score0.0043EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.44 views

CVE-2022-41889 Segfault via invalid attributes in `pywrap_tfe_src.cc` in Tensorflow

TensorFlow is an open source platform for machine learning. If a list of quantized tensors is assigned to an attribute, the pywrap code fails to parse the tensor and returns a nullptr, which is not caught. An example can be seen in tf.compat.v1.extractvolumepatches by passing in quantized tensors...

5.5CVSS7.7AI score0.00404EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.48 views

CVE-2022-41899 `CHECK` fail via inputs in `SdcaOptimizer` in Tensorflow

TensorFlow is an open source platform for machine learning. Inputs densefeatures or examplestatedata not of rank 2 will trigger a CHECK fail in SdcaOptimizer. We have patched the issue in GitHub commit 80ff197d03db2a70c6a111f97dcdacad1b0babfa. The fix will be included in TensorFlow 2.11. We will...

4.8CVSS7.7AI score0.0044EPSS
SaveExploits1References3
CVE
CVE
added 2022/11/18 12:0 a.m.99 views

CVE-2022-41907

CVE-2022-41907 affects TensorFlow: when calling tf.raw_ops.ResizeNearestNeighborGrad with a very large size, an integer overflow occurs in the operation. The issue has been fixed in commit 00c821af032ba9e5f5fa3fe14690c8d28a657624 and the fix will be included in TensorFlow 2.11; TensorFlow 2.10.1,...

7.5CVSS6.2AI score0.0044EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2022/11/18 12:0 a.m.7 views

PT-2022-26116

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1, 2.9.3, and 2.8.4 Description TensorFlow is an open source platform for machine learning. When tf.raw ops.FusedResizeAndPadConv2D is given a large tensor shape, it overflows...

7.5CVSS7.1AI score0.0043EPSS
SaveExploits1References17
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.52 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.0044EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.40 views

CVE-2022-41893 `CHECK_EQ` fail in `tf.raw_ops.TensorListResize` in Tensorflow

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

4.8CVSS7.5AI score0.00439EPSS
SaveExploits1References3
Rows per page
Query Builder