Lucene search
+L

577 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.4 views

SUSE CVE-2022-35997

TensorFlow is an open source platform for machine learning. 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. We have patched the issue in GitHub commit 83dcb4dbfa094e33db084e97c4d0531a559e0ebf. The f...

7.5CVSS8AI score0.00428EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.7 views

SUSE CVE-2022-36005

TensorFlow is an open source platform for machine learning. When tf.quantization.fakequantwithminmaxvarsgradient receives input min or max that is nonscalar, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS8.1AI score0.0042EPSS
SaveExploits0References3
Snyk
Snyk
added 2022/11/20 9:08 a.m.3 views

Reachable Assertion

Overview Affected versions of this package are vulnerable to Reachable Assertion when tf.rawops.TensorListResize is given a nonscalar value for input size. It will results in a CHECK fail which can be used to trigger a denial of service attack. Remediation Upgrade tensorflow-lite to version 2.12....

7.5CVSS6.8AI score0.00439EPSS
SaveExploits1References3
OSV
OSV
added 2022/11/18 10:15 p.m.10 views

AZL-11531 CVE-2022-41893 affecting package tensorflow for versions less than 2.11.0-1

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

7.5CVSS7.2AI score0.00439EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2022/11/18 12:00 a.m.9 views

CVE-2022-41893

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

7.5CVSS6.8AI score0.00439EPSS
SaveExploits1
Veracode
Veracode
added 2022/09/21 8:52 a.m.45 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists in Compute function in batchkernels.cc because Unbatch Op kernel doesn't properly check if the input argument is a scalar which allows an attacker to send non-scalar input IDs causing an application crash...

7.5CVSS7.2AI score0.0042EPSS
SaveExploits0References8Affected Software3
Debian CVE
Debian CVE
added 2022/09/16 10:20 p.m.95 views

CVE-2022-35994

TensorFlow is an open source platform for machine learning. When CollectiveGather receives an scalar input input, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c1f491817dec39a26be3c574e86a88c30f3c4770. The fix will be...

7.5CVSS6.8AI score0.0042EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/09/16 10:15 p.m.92 views

CVE-2022-35997

TensorFlow is an open source platform for machine learning. 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. We have patched the issue in GitHub commit 83dcb4dbfa094e33db084e97c4d0531a559e0ebf. The f...

7.5CVSS6.8AI score0.00428EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 10:12 p.m.3 views

GHSA-H5VQ-GW2C-PQ47 TensorFlow vulnerable to `CHECK` failures in `UnbatchGradOp`

Impact The UnbatchGradOp function takes an argument id that is assumed to be a scalar. A nonscalar id can trigger a CHECK failure and crash the program. python import numpy as np import tensorflow as tf id is not scalar tf.rawops.UnbatchGradoriginalinput= tf.constant1,batchindex=tf.constant0,0,0 ...

5.9CVSS6.9AI score0.00591EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/09/16 10:12 p.m.48 views

TensorFlow vulnerable to `CHECK` failures in `UnbatchGradOp`

Impact The UnbatchGradOp function takes an argument id that is assumed to be a scalar. A nonscalar id can trigger a CHECK failure and crash the program. python import numpy as np import tensorflow as tf id is not scalar tf.rawops.UnbatchGradoriginalinput= tf.constant1,batchindex=tf.constant0,0,0 ...

7.5CVSS7.5AI score0.00591EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2022/09/16 10:11 p.m.40 views

TensorFlow vulnerable to `CHECK` fail in `CollectiveGather`

Impact When CollectiveGather receives an scalar input input, it gives a CHECK fails that can be used to trigger a denial of service attack. python import tensorflow as tf arg0=1 arg1=1 arg2=1 arg3=1 arg4=3, 3,3 arg5='auto' arg6=0 arg7='' tf.rawops.CollectiveGatherinput=arg0, groupsize=arg1,...

7.5CVSS7.4AI score0.0042EPSS
SaveExploits0References5Affected Software3
Debian CVE
Debian CVE
added 2022/09/16 10:10 p.m.9 views

CVE-2022-36005

TensorFlow is an open source platform for machine learning. When tf.quantization.fakequantwithminmaxvarsgradient receives input min or max that is nonscalar, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.9AI score0.0042EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 10:10 p.m.39 views

CVE-2022-36005 `CHECK` fail in `FakeQuantWithMinMaxVarsGradient` in TensorFlow

TensorFlow is an open source platform for machine learning. When tf.quantization.fakequantwithminmaxvarsgradient receives input min or max that is nonscalar, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS8.1AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2022/09/16 10:05 p.m.43 views

CVE-2022-36026

TensorFlow is an open source platform for machine learning. If QuantizeAndDequantizeV3 is given a nonscalar numbits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit f3f9cb38ecfe5a8a703f2c4a8fead434ef291713...

7.5CVSS6.8AI score0.0042EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 9:28 p.m.5 views

GHSA-R26C-679W-MRJM TensorFlow vulnerable to `CHECK` fail in `FakeQuantWithMinMaxVarsGradient`

Impact When tf.quantization.fakequantwithminmaxvarsgradient receives input min or max that is nonscalar, it gives a CHECK fail that can trigger a denial of service attack. python import tensorflow as tf import numpy as np arg0=tf.constantvalue=np.random.randomsize=2, 2, shape=2, 2, dtype=tf.float...

5.9CVSS5.8AI score0.0042EPSS
SaveExploits0References5
Prion
Prion
added 2022/09/16 8:15 p.m.22 views

Stack overflow

TensorFlow is an open source platform for machine learning. The implementation of SobolSampleOp is vulnerable to a denial of service via CHECK-failure assertion failure caused by assuming input0, input1, and input2 to be scalar. This issue has been patched in GitHub commit...

5CVSS7.4AI score0.00467EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2022/09/16 7:50 p.m.83 views

CVE-2022-35952

TensorFlow is an open source platform for machine learning. The UnbatchGradOp function takes an argument id that is assumed to be a scalar. A nonscalar id can trigger a CHECK failure and crash the program. It also requires its argument batchindex to contain three times the number of elements as...

7.5CVSS6.9AI score0.00591EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/09/16 7:35 p.m.15 views

CVE-2022-35935

TensorFlow is an open source platform for machine learning. The implementation of SobolSampleOp is vulnerable to a denial of service via CHECK-failure assertion failure caused by assuming input0, input1, and input2 to be scalar. This issue has been patched in GitHub commit...

7.5CVSS6.7AI score0.00467EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 7:35 p.m.27 views

CVE-2022-35935 `CHECK` failure in `SobolSample` via missing validation in TensorFlow

TensorFlow is an open source platform for machine learning. The implementation of SobolSampleOp is vulnerable to a denial of service via CHECK-failure assertion failure caused by assuming input0, input1, and input2 to be scalar. This issue has been patched in GitHub commit...

5.9CVSS7.5AI score
SaveExploits0References4
OSV
OSV
added 2022/09/16 7:25 p.m.15 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.00428EPSS
SaveExploits0References5
Rows per page
Query Builder