Lucene search
+L

3131 matches found

CVE
CVE
added 2022/09/16 10:5 p.m.113 views

CVE-2022-36018

TensorFlow CVE-2022-36018 describes a denial-of-service risk in RaggedTensorToVariant when rt_nested_splits contains tensors with ranks other than one. The issue triggers a CHECK failure that can be exploited remotely to disrupt service. A fix was committed (88f93dfe691563baa4ae1e80ccde2d5c7a1438...

7.5CVSS6.4AI score0.00398EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2022/09/16 10:5 p.m.99 views

CVE-2022-36019

CVE-2022-36019 affects TensorFlow: a CHECK failure in FakeQuantWithMinMaxVarsPerChannel when min/max tensors are not rank-1 can trigger a denial of service. Patched in commit 785d67a78a1d533759fcd2f5e8d6ef778de849e0; fix will be in TensorFlow 2.10.0, with cherry-picks to 2.9.1, 2.8.1, and 2.7.2. ...

7.5CVSS6.4AI score0.00411EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2022/09/16 10:0 p.m.104 views

CVE-2022-35990

TensorFlow vulnerability CVE-2022-35990 affects the tf.quantization.fake_quant_with_min_max_vars_per_channel_gradient function. When input min or max tensors have rank other than 1, a CHECK failure can trigger a denial of service. The issue has been patched in commit f3cf67ac5705f4f04721d15e485e1...

7.5CVSS6.5AI score0.00398EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/09/16 10:0 p.m.27 views

CVE-2022-35990 `CHECK` fail in `FakeQuantWithMinMaxVarsPerChannelGradient` in TensorFlow

TensorFlow is an open source platform for machine learning. When tf.quantization.fakequantwithminmaxvarsperchannelgradient receives input min or max of rank other than 1, 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
CVE
CVE
added 2022/09/16 9:45 p.m.128 views

CVE-2022-35986

TensorFlow vulnerability CVE-2022-35986 affects RaggedBincount: if an empty input tensor for splits is provided, a segfault can trigger a denial of service. The issue is fixed via GitHub commit 7a4591fd4f065f4fa903593bc39b2f79530a74b8, with the fix slated for TensorFlow 2.10.0 and cherry-picked b...

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

CVE-2022-35984 `CHECK` fail in `ParameterizedTruncatedNormal` in TensorFlow

TensorFlow is an open source platform for machine learning. ParameterizedTruncatedNormal assumes shape is of type int32. A valid shape of type int64 results in a mismatched type CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.6AI score
SaveExploits0References4
CVE
CVE
added 2022/09/16 9:35 p.m.84 views

CVE-2022-35989

CVE-2022-35989 affects TensorFlow, where MaxPool on GPU can trigger a denial of service when a ksize window is larger than the input tensor. Root cause: a GPU kernel CHECK failure in MaxPool. Mitigation/fix: patch committed (32d7bd3defd134f21a4e344c8dfd40099aaf6b18); fix to be included in TensorF...

7.5CVSS6.2AI score0.00411EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2022/09/16 9:35 p.m.97 views

CVE-2022-35988

TensorFlow CVE-2022-35988 is a denial-of-service issue triggered when tf.linalg.matrix_rank receives an empty input; the GPU kernel can fail with a CHECK error. A patch was committed (c55b476aa0e0bd4ee99d0f3ad18d9d706cd1260a) and the fix is slated for TensorFlow 2.10.0, with cherry-picks to 2.9.1...

7.5CVSS6.3AI score0.0042EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/09/16 9:35 p.m.43 views

CVE-2022-35988 `CHECK` fail in `tf.linalg.matrix_rank` in TensorFlow

TensorFlow is an open source platform for machine learning. When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c55b476aa0e0bd4ee99d0f3ad18d9d706cd1260a. The fix...

5.9CVSS7.5AI score0.0042EPSS
SaveExploits0References2
CVE
CVE
added 2022/09/16 9:30 p.m.84 views

CVE-2022-35982

TensorFlow CVE-2022-35982 describes a segfault in SparseBincount when inputs do not form a valid sparse tensor, potentially enabling a denial of service. A patch was applied in commit 40adbe4dd15b582b0210dfbf40c243a62f5119fa, with the fix scheduled for TensorFlow 2.10.0 and cherry-picked for Tens...

7.5CVSS6.4AI score0.00439EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/09/16 9:30 p.m.51 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 score
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/16 9:15 p.m.44 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.6AI score0.00411EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 9:15 p.m.33 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.33 views

CVE-2022-35965

TensorFlow is an open source platform for machine learning. If LowerBound or UpperBound is given an emptysortedinputs input, it results in a nullptr dereference, leading to a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS0.00398EPSS
SaveExploits0References2
Prion
Prion
added 2022/09/16 9:15 p.m.20 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.20 views

Stack overflow

TensorFlow is an open source platform for machine learning. If QuantizedMatMul is given nonscalar input for: mina, maxa, minb, or maxb It gives a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit aca766ac7693bf29ed0df55ad6bfcc78f35e7f48. T...

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

Stack overflow

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

5CVSS7.5AI score0.00439EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/09/16 9:15 p.m.46 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
CVE
CVE
added 2022/09/16 9:10 p.m.120 views

CVE-2022-35979

CVE-2022-35979 affects TensorFlow. When QuantizedRelu or QuantizedRelu6 receive nonscalar inputs for min_features or max_features, a segfault can be triggered, leading to a denial of service. A fix was committed (49b3824d83af706df0ad07e4e677d88659756d89) and will be included in TensorFlow 2.10.0....

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

CVE-2022-35979 Segfault in `QuantizedRelu` and `QuantizedRelu6`

TensorFlow is an open source platform for machine learning. If QuantizedRelu or QuantizedRelu6 are given nonscalar inputs for minfeatures or maxfeatures, 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 score
SaveExploits0References4
Rows per page
Query Builder