Lucene search
+L

595 matches found

OSV
OSV
added 2022/09/16 9:30 p.m.48 views

CVE-2022-35982 Segfault in `SparseBincount` in TensorFlow

TensorFlow is an open source platform for machine learning. If SparseBincount is given inputs for indices, values, and denseshape that do not make a valid sparse tensor, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.6AI score0.00439EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/09/16 9:28 p.m.36 views

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

7.5CVSS7.5AI score0.00411EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2022/09/16 9:23 p.m.33 views

TensorFlow vulnerable to `CHECK` fail in `tf.random.gamma`

Impact When tf.random.gamma receives large input shape and rates, it gives a CHECK fail that can trigger a denial of service attack. python import tensorflow as tf arg0=tf.random.uniformshape=4,, dtype=tf.int32, maxval=65536 arg1=tf.random.uniformshape=4, 4, dtype=tf.float64, maxval=None...

7.5CVSS7.4AI score0.0042EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2022/09/16 9:20 p.m.36 views

TensorFlow vulnerable to integer overflow in math ops

Impact When RangeSize receives values that do not fit into an int64t, it crashes. cpp auto size = std::isintegral::value ? Eigen::numext::abslimit - start + Eigen::numext::absdelta - T1 / Eigen::numext::absdelta : Eigen::numext::ceil Eigen::numext::abslimit - start / delta; // This check does not...

7.5CVSS7.5AI score0.00567EPSS
SaveExploits0References6Affected Software3
Vulnrichment
Vulnrichment
added 2022/09/16 9:15 p.m.5 views

CVE-2022-35981 `CHECK` fail in `FractionalMaxPoolGrad` in TensorFlow

TensorFlow is an open source platform for machine learning. FractionalMaxPoolGrad validates its inputs with CHECK failures instead of with returning errors. If it gets incorrectly sized inputs, the CHECK failure can be used to trigger a denial of service attack. We have patched the issue in GitHu...

5.9CVSS7.4AI score0.00411EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 9:15 p.m.30 views

CVE-2022-35971

TensorFlow is an open source platform for machine learning. If FakeQuantWithMinMaxVars is given min or max tensors of a nonzero rank, 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...

7.5CVSS0.00398EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 9:15 p.m.34 views

CVE-2022-35968

TensorFlow is an open source platform for machine learning. The implementation of AvgPoolGrad does not fully validate the input originputshape. This results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS0.00411EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 9:15 p.m.52 views

CVE-2022-35974

TensorFlow is an open source platform for machine learning. If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS0.00439EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 9:15 p.m.40 views

CVE-2022-35964

TensorFlow is an open source platform for machine learning. The implementation of BlockLSTMGradV2 does not fully validate its inputs. This results in a a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS0.00424EPSS
SaveExploits0References2
Prion
Prion
added 2022/09/16 9:15 p.m.45 views

Stack overflow

TensorFlow is an open source platform for machine learning. If FakeQuantWithMinMaxVars is given min or max tensors of a nonzero rank, 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...

5CVSS7.5AI score0.00398EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/09/16 9:15 p.m.23 views

Stack overflow

TensorFlow is an open source platform for machine learning. The implementation of BlockLSTMGradV2 does not fully validate its inputs. This results in a a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5CVSS7.4AI score0.00424EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/09/16 9:15 p.m.19 views

Stack overflow

TensorFlow is an open source platform for machine learning. If QuantizedAdd is given mininput or maxinput tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 49b3824d83af706df0ad07e4e677d88659756d89...

5CVSS7.5AI score0.00424EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/09/16 9:15 p.m.24 views

Stack overflow

TensorFlow is an open source platform for machine learning. The implementation of Conv2DBackpropInput requires inputsizes to be 4-dimensional. Otherwise, it gives a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5CVSS7.5AI score0.00398EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2022/09/16 9:5 p.m.102 views

CVE-2022-35974

Summary: CVE-2022-35974 affects TensorFlow via QuantizeDownAndShrinkRange when given nonscalar input_min/input_max, causing a segfault and a potential denial of service. The issue has been patched in commit 73ad1815ebcfeb7c051f9c2f7ab5024380ca8613 and the fix will be included in TensorFlow 2.10.0...

7.5CVSS6.4AI score0.00439EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/09/16 9:5 p.m.38 views

CVE-2022-35974 Segfault in `QuantizeDownAndShrinkRange` in TensorFlow

TensorFlow is an open source platform for machine learning. If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS8AI score0.00439EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/16 8:50 p.m.41 views

CVE-2022-35971 `CHECK` fail in `FakeQuantWithMinMaxVars` in TensorFlow

TensorFlow is an open source platform for machine learning. If FakeQuantWithMinMaxVars is given min or max tensors of a nonzero rank, 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...

5.9CVSS7.7AI score0.00398EPSS
SaveExploits0References2
CVE
CVE
added 2022/09/16 8:50 p.m.94 views

CVE-2022-35971

CVE-2022-35971 affects TensorFlow: a denial-of-service risk when FakeQuantWithMinMaxVars receives min/max tensors of nonzero rank, causing a CHECK failure. Root cause: input validation in FakeQuantWithMinMaxVars leads to DoS. Known impact: remote attacker could trigger DoS via this path; exploita...

7.5CVSS6.4AI score0.00398EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/09/16 8:45 p.m.44 views

CVE-2022-35970 Segfault in `QuantizedInstanceNorm` in TensorFlow

TensorFlow is an open source platform for machine learning. If QuantizedInstanceNorm is given xmin or xmax tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 785d67a78a1d533759fcd2f5e8d6ef778de849e...

5.9CVSS7.7AI score0.00439EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2022/09/16 8:40 p.m.9 views

CVE-2022-35968 `CHECK` fail in `AvgPoolGrad` in TensorFlow

TensorFlow is an open source platform for machine learning. The implementation of AvgPoolGrad does not fully validate the input originputshape. This results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.4AI score0.00411EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/09/16 8:35 p.m.50 views

CVE-2022-35967 Segfault in `QuantizedAdd` in TensorFlow

TensorFlow is an open source platform for machine learning. If QuantizedAdd is given mininput or maxinput tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 49b3824d83af706df0ad07e4e677d88659756d89...

5.9CVSS7.7AI score0.00424EPSS
SaveExploits0References2
Rows per page
Query Builder