Lucene search
K

11190 matches found

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

BIT-TENSORFLOW-2022-36014 Null-dereference in `mlir::tfg::TFOp::nameAttr` in TensorFlow

TensorFlow is an open source platform for machine learning. When mlir::tfg::TFOp::nameAttr receives null type list attributes, it crashes. We have patched the issue in GitHub commits 3a754740d5414e362512ee981eefba41561a63a6 and a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in...

7.5CVSS6.5AI score0.00534EPSS
Exploits0References5
OSV
OSV
added 2024/03/06 11:12 a.m.12 views

BIT-TENSORFLOW-2022-36015 Integer overflow in math ops in TensorFlow

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

7.5CVSS6.5AI score0.00523EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:11 a.m.21 views

BIT-TENSORFLOW-2022-36018 `CHECK` fail in `RaggedTensorToVariant` in TensorFlow

TensorFlow is an open source platform for machine learning. If RaggedTensorToVariant is given a rtnestedsplits list that contains tensors of ranks other than one, 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.5CVSS6.3AI score0.00366EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:11 a.m.22 views

BIT-TENSORFLOW-2022-36026 `CHECK` fail in `QuantizeAndDequantizeV3` in TensorFlow

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

BIT-TENSORFLOW-2022-36027 Segfault TFLite converter on per-channel quantized transposed convolutions in TensorFlow

TensorFlow is an open source platform for machine learning. When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. We have patched the issue in GitHub commit aa0b852a4588cea4d36b74feb05d93055540b450. The fix will be...

7.5CVSS6.5AI score0.0058EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.17 views

BIT-TENSORFLOW-2022-41885 Overflow in `FusedResizeAndPadConv2D` in Tensorflow

TensorFlow is an open source platform for machine learning. When tf.rawops.FusedResizeAndPadConv2D is given a large tensor shape, it overflows. We have patched the issue in GitHub commit d66e1d568275e6a2947de97dca7a102a211e01ce. The fix will be included in TensorFlow 2.11. We will also cherrypick...

7.5CVSS6.1AI score0.0043EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.19 views

BIT-TENSORFLOW-2022-41886 Overflow in `ImageProjectiveTransformV2` in Tensorflow

TensorFlow is an open source platform for machine learning. When tf.rawops.ImageProjectiveTransformV2 is given a large output shape, it overflows. We have patched the issue in GitHub commit 8faa6ea692985dbe6ce10e1a3168e0bd60a723ba. The fix will be included in TensorFlow 2.11. We will also...

7.5CVSS6.1AI score0.0043EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.21 views

BIT-TENSORFLOW-2022-41888 Unckecked rank size in `tf.image.generate_bounding_box_proposals` in Tensorflow

TensorFlow is an open source platform for machine learning. When running on GPU, tf.image.generateboundingboxproposals receives a scores input that must be of rank 4 but is not checked. We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98. The fix will be included i...

7.5CVSS6.1AI score0.00439EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.20 views

BIT-TENSORFLOW-2022-41890 `CHECK` fail in `BCast` overflow in Tensorflow

TensorFlow is an open source platform for machine learning. If BCast::ToShape is given input larger than an int32, it will crash, despite being supposed to handle up to an int64. An example can be seen in tf.experimental.numpy.outer by passing in large input to the input b. We have patched the...

7.5CVSS6.1AI score0.00439EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.15 views

BIT-TENSORFLOW-2022-41891 Segfault in `tf.raw_ops.TensorListConcat` in Tensorflow

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit fc33f3dc4c14051a83eec6535b608abe1d355fde. The fix wil...

7.5CVSS5.9AI score0.0043EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.21 views

BIT-TENSORFLOW-2022-41894 Buffer overflow in `CONV_3D_TRANSPOSE` on TFLite

TensorFlow is an open source platform for machine learning. The reference kernel of the CONV3DTRANSPOSE TensorFlow Lite operator wrongly increments the dataptr when adding the bias to the result. Instead of dataptr += numchannels; it should be dataptr += outputnumchannels; as if the number of inp...

8.1CVSS7.5AI score0.00523EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.19 views

BIT-TENSORFLOW-2022-41901 `CHECK_EQ` fail via input in `SparseMatrixNNZ` in Tensorflow

TensorFlow is an open source platform for machine learning. An input sparsematrix that is not a matrix with a shape with rank 0 will trigger a CHECK fail in tf.rawops.SparseMatrixNNZ. We have patched the issue in GitHub commit f856d02e5322821aad155dad9b3acab1e9f5d693. The fix will be included in...

7.5CVSS6.1AI score0.00447EPSS
Exploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.17 views

BIT-TENSORFLOW-2022-41902 Out of bounds write in grappler in Tensorflow

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS7.8AI score0.00449EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:10 a.m.16 views

BIT-TENSORFLOW-2022-41909 Segfault in `CompositeTensorVariantToComponents` in Tensorflow

TensorFlow is an open source platform for machine learning. An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. We have patched the issue in GitHub commits bf594d08d377dc6a3354d9fdb494b32d45f91971 and...

7.5CVSS6.1AI score0.0049EPSS
Exploits1References5
OSV
OSV
added 2024/03/06 11:9 a.m.16 views

BIT-TENSORFLOW-2022-41910 Heap out of bounds read in `QuantizeAndDequantizeV2` in Tensorflow

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS6.7AI score0.00401EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:9 a.m.20 views

BIT-TENSORFLOW-2022-41911 Invalid char to bool conversion when printing a tensor in Tensorflow

TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so...

7.5CVSS6AI score0.00395EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:8 a.m.15 views

BIT-SUITECRM-2022-0754 SQL Injection in salesagility/suitecrm

SQL Injection in GitHub repository salesagility/suitecrm prior to 7.12.5...

7.1CVSS6.8AI score0.00795EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:8 a.m.8 views

BIT-SUITECRM-2022-0755 Missing Authorization in salesagility/suitecrm

Missing Authorization in GitHub repository salesagility/suitecrm prior to 7.12.5...

7.1CVSS4.5AI score0.0065EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:8 a.m.17 views

BIT-SUITECRM-2022-0756 Missing Authorization in salesagility/suitecrm

Missing Authorization in GitHub repository salesagility/suitecrm prior to 7.12.5...

6.5CVSS6.4AI score0.00609EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:7 a.m.12 views

BIT-SUITECRM-2023-1034 Path Traversal: '\..\filename' in salesagility/suitecrm

Path Traversal: '..\filename' in GitHub repository salesagility/suitecrm prior to 7.12.9...

8.8CVSS6.2AI score0.28113EPSS
Exploits1References3
Rows per page
Query Builder