Lucene search
+L

1487 matches found

Vulnrichment
Vulnrichment
added 2023/03/24 11:32 p.m.14 views

CVE-2023-25669 TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give a floating point exception. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.4AI score0.00391EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2023/03/24 11:30 p.m.13 views

CVE-2023-25673

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.9AI score0.00391EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/03/24 11:30 p.m.27 views

CVE-2023-25673 TensorFlow has Floating Point Exception in TensorListSplit with XLA

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.7AI score0.00391EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/03/24 11:30 p.m.10 views

CVE-2023-25673 TensorFlow has Floating Point Exception in TensorListSplit with XLA

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.6AI score0.00391EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2023/03/24 11:05 p.m.10 views

CVE-2023-27579

TensorFlow is an end-to-end open source platform for machine learning. Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. This issue has been patched in version 2.12. TensorFlow will also cherrypick the fix commit on TensorFlow 2.11.1...

7.5CVSS6.9AI score0.00391EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/03/24 11:05 p.m.7 views

CVE-2023-27579 TensorFlow has Floating Point Exception in TFLite in conv kernel

TensorFlow is an end-to-end open source platform for machine learning. Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. This issue has been patched in version 2.12. TensorFlow will also cherrypick the fix commit on TensorFlow 2.11.1...

7.5CVSS7.5AI score0.00391EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2023/03/24 9:57 p.m.32 views

TensorFlow has Floating Point Exception in AudioSpectrogram

Impact version:2.11.0 //core/ops/audioops.cc:70 Status SpectrogramShapeFnInferenceContext c ShapeHandle input; TFRETURNIFERRORc-WithRankc-input0, 2, &input; int32t windowsize; TFRETURNIFERRORc-GetAttr"windowsize", &windowsize; int32t stride; TFRETURNIFERRORc-GetAttr"stride", &stride; .....1...

7.5CVSS7.2AI score0.00383EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:57 p.m.17 views

GHSA-F637-VH3R-VFH2 TensorFlow has Floating Point Exception in AudioSpectrogram

Impact version:2.11.0 //core/ops/audioops.cc:70 Status SpectrogramShapeFnInferenceContext c ShapeHandle input; TFRETURNIFERRORc-WithRankc-input0, 2, &input; int32t windowsize; TFRETURNIFERRORc-GetAttr"windowsize", &windowsize; int32t stride; TFRETURNIFERRORc-GetAttr"stride", &stride; .....1...

7.5CVSS6.6AI score0.00383EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/24 9:56 p.m.19 views

GHSA-RCF8-G8JV-VG6P TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

Impact If the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give an FPE. python import tensorflow as tf import numpy as np @tf.functionjitcompile=True def test: y = tf.rawops.AvgPoolGradoriginputshape=1,0,0,0, grad=0.39117979, ksize=1,0,0,0, strides=1,0,0,0,...

7.5CVSS5.8AI score0.00391EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:56 p.m.38 views

TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

Impact If the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give an FPE. python import tensorflow as tf import numpy as np @tf.functionjitcompile=True def test: y = tf.rawops.AvgPoolGradoriginputshape=1,0,0,0, grad=0.39117979, ksize=1,0,0,0, strides=1,0,0,0,...

7.5CVSS7.3AI score0.00391EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:54 p.m.8 views

GHSA-647V-R7QQ-24FH TensorFlow has Floating Point Exception in TensorListSplit with XLA

Impact FPE in TensorListSplit with XLA python import tensorflow as tf func = tf.rawops.TensorListSplit para = 'tensor': 1, 'elementshape': -1, 'lengths': 0 @tf.functionjitcompile=True def fuzzjit: y = funcpara return y printfuzzjit Patches We have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00391EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:54 p.m.30 views

TensorFlow has Floating Point Exception in TensorListSplit with XLA

Impact FPE in TensorListSplit with XLA python import tensorflow as tf func = tf.rawops.TensorListSplit para = 'tensor': 1, 'elementshape': -1, 'lengths': 0 @tf.functionjitcompile=True def fuzzjit: y = funcpara return y printfuzzjit Patches We have patched the issue in GitHub commit...

7.5CVSS7.3AI score0.00391EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:53 p.m.18 views

GHSA-5W96-866F-6RM8 TensorFlow has Floating Point Exception in TFLite in conv kernel

Impact Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. Patches We have patched the issue in GitHub commit 34f8368c535253f5c9cb3a303297743b62442aaa. The fix will be included in TensorFlow 2.12. We will also cherrypick this commit on TensorFlow 2.11.1. Fo...

7.5CVSS5.9AI score0.00391EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2023/03/24 12:00 a.m.46 views

EulerOS 2.0 SP11 : vim (EulerOS-SA-2023-1589)

According to the versions of the vim packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0765. CVE-2022-3520 - Heap based buffer overflow in vim/vim 9.0.0946 and below...

9.8CVSS7AI score0.01002EPSS
SaveExploits4References5
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.4 views

PT-2023-20235

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 TensorFlow versions prior to 2.11.1 Description TensorFlow is an open source platform for machine learning. The issue is related to a Floating Point Exception in TensorListSplit with XLA. A fix is included i...

7.5CVSS6.7AI score0.00391EPSS
SaveExploits0References20
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.12 views

PT-2023-21221

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12 TensorFlow version 2.11.1 and earlier Description Constructing a tflite model with a parameter filter input channel of less than 1 gives a Floating Point Exception FPE. This issue affects TensorFlow, an...

7.5CVSS6.7AI score0.00391EPSS
SaveExploits0References20
OpenVAS
OpenVAS
added 2023/03/23 12:00 a.m.27 views

Huawei EulerOS: Security Advisory for vim (EulerOS-SA-2023-1589)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.7AI score0.01002EPSS
SaveExploits4References2
OpenVAS
OpenVAS
added 2023/03/23 12:00 a.m.20 views

Huawei EulerOS: Security Advisory for vim (EulerOS-SA-2023-1579)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.7AI score0.01002EPSS
SaveExploits4References2
Tenable Nessus
Tenable Nessus
added 2023/03/19 12:00 a.m.25 views

EulerOS 2.0 SP10 : vim (EulerOS-SA-2023-1543)

According to the versions of the vim packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0742. CVE-2022-3491 - Heap-based Buffer Overflow in GitHub repository vim/vim...

9.8CVSS6.8AI score0.01002EPSS
SaveExploits9References11
Tenable Nessus
Tenable Nessus
added 2023/03/08 12:00 a.m.31 views

EulerOS 2.0 SP9 : vim (EulerOS-SA-2023-1485)

According to the versions of the vim packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0765. CVE-2022-3520 - Heap based buffer overflow in vim/vim 9.0.0946 and below...

9.8CVSS7AI score0.01002EPSS
SaveExploits7References8
Rows per page
Query Builder