Lucene search
K

14324 matches found

OSV
OSV
added 2024/03/06 11:13 a.m.13 views

BIT-TENSORFLOW-2022-35973 Segfault in `QuantizedMatMul` in TensorFlow

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

7.5CVSS6.4AI score0.00404EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.16 views

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

7.5CVSS6.4AI score0.00404EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.16 views

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

7.5CVSS6.4AI score0.00404EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.11 views

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

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.10 views

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

7.5CVSS6.3AI score0.00404EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.17 views

BIT-TENSORFLOW-2022-35983 `CHECK` fail in `Save` and `SaveSlices` in TensorFlow

TensorFlow is an open source platform for machine learning. If Save or SaveSlices is run over tensors of an unsupported dtype, 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 5dd7b86b84a864b834c6fa3d7f9f51c87efa99d4. Th...

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.17 views

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

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.18 views

BIT-TENSORFLOW-2022-35985 `CHECK` fail in `LRNGrad` in TensorFlow

TensorFlow is an open source platform for machine learning. If LRNGrad is given an outputimage input tensor that is not 4-D, 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 bd90b3efab4ec958b228cd7cfe9125be1c0cf255. The...

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.30 views

BIT-TENSORFLOW-2022-35986 Segfault in `RaggedBincount` in TensorFlow

TensorFlow is an open source platform for machine learning. If RaggedBincount is given an empty input tensor splits, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 7a4591fd4f065f4fa903593bc39b2f79530a74b8. The fix will b...

7.5CVSS6.3AI score0.00404EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.17 views

BIT-TENSORFLOW-2022-35987 `CHECK` fail in `DenseBincount` in TensorFlow

TensorFlow is an open source platform for machine learning. DenseBincount assumes its input tensor weights to either have the same shape as its input tensor input or to be length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack. We have...

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.17 views

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

7.5CVSS6.2AI score0.00387EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.12 views

BIT-TENSORFLOW-2022-35989 `CHECK` fail in `MaxPool` in TensorFlow

TensorFlow is an open source platform for machine learning. When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, 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 comm...

7.5CVSS6.1AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.16 views

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

7.5CVSS6.4AI score0.00366EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.16 views

BIT-TENSORFLOW-2022-35991 `CHECK` fail in `TensorListScatter` and `TensorListScatterV2` in TensorFlow

TensorFlow is an open source platform for machine learning. When TensorListScatter and TensorListScatterV2 receive an elementshape of a rank greater than one, they give a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.3AI score0.00421EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.20 views

BIT-TENSORFLOW-2022-35992 `CHECK` fail in `TensorListFromTensor` in TensorFlow

TensorFlow is an open source platform for machine learning. When TensorListFromTensor receives an elementshape of a rank greater than one, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 3db59a042a38f4338aa207922fa2f476e000a6ee. The fi...

7.5CVSS6.4AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.14 views

BIT-TENSORFLOW-2022-35993 `CHECK` fail in `SetSize` in TensorFlow

TensorFlow is an open source platform for machine learning. When SetSize receives an input setshape that is not a 1D tensor, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit cf70b79d2662c0d3c6af74583641e345fc939467. The fix...

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:12 a.m.16 views

BIT-TENSORFLOW-2022-35994 `CHECK` fail in `CollectiveGather` in TensorFlow

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.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:12 a.m.14 views

BIT-TENSORFLOW-2022-35995 `CHECK` fail in `AudioSummaryV2` in TensorFlow

TensorFlow is an open source platform for machine learning. When AudioSummaryV2 receives an input samplerate with more than one element, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.3AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:12 a.m.10 views

BIT-TENSORFLOW-2022-35996 Floating point exception in `Conv2D` in TensorFlow

TensorFlow is an open source platform for machine learning. If Conv2D is given empty input and the filter and padding sizes are valid, the output is all-zeros. This causes division-by-zero floating point exceptions that can be used to trigger a denial of service attack. We have patched the issue ...

7.5CVSS6.2AI score0.00379EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:12 a.m.14 views

BIT-TENSORFLOW-2022-35997 `CHECK` fail in `tf.sparse.cross` in TensorFlow

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.3AI score0.00387EPSS
Exploits0References3
Rows per page
Query Builder