Lucene search
K

14324 matches found

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

BIT-TENSORFLOW-2022-41908 `CHECK` fail via inputs in `PyFunc` in Tensorflow

TensorFlow is an open source platform for machine learning. An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. We have patched the issue in GitHub commit 9f03a9d3bafe902c1e6beb105b2f24172f238645. The fix will be included in TensorFlow 2.11. We will also...

7.5CVSS6.1AI score0.0045EPSS
Exploits1References4
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:9 a.m.19 views

BIT-TENSORFLOW-2023-25658 TensorFlow vulnerable to Out-of-Bounds Read in GRUBlockCellGrad

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, an out of bounds read is in GRUBlockCellGrad. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS7.4AI score0.00383EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:9 a.m.15 views

BIT-TENSORFLOW-2023-25659 TensorFlow vulnerable to Out-of-Bounds Read in DynamicStitch

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the parameter indices for DynamicStitch does not match the shape of the parameter data, it can trigger an stack OOB read. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.4AI score0.00391EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:9 a.m.21 views

BIT-TENSORFLOW-2023-25660 TensorFlow vulnerable to seg fault in `tf.raw_ops.Print`

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, when the parameter summarize of tf.rawops.Print is zero, the new method SummarizeArray will reference to a nullptr, leading to a seg fault. A fix is included in TensorFlow version 2.12 and version...

7.5CVSS7.3AI score0.00391EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:9 a.m.23 views

BIT-TENSORFLOW-2023-25661 Denial of Service in TensorFlow

TensorFlow is an Open Source Machine Learning Framework. In versions prior to 2.11.1 a malicious invalid input crashes a tensorflow model Check Failed and can be used to trigger a denial of service attack. A proof of concept can be constructed with the Convolution3DTranspose function. This...

6.5CVSS6.4AI score0.00432EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:9 a.m.16 views

BIT-TENSORFLOW-2023-25662 TensorFlow vulnerable to integer overflow in EditDistance

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 are vulnerable to integer overflow in EditDistance. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.6AI score0.00391EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:9 a.m.27 views

BIT-TENSORFLOW-2023-25663 TensorFlow has Null Pointer Error in TensorArrayConcatV2

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, when ctx-stepcontainter is a null ptr, the Lookup function will be executed with a null pointer. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS7.3AI score0.00391EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:9 a.m.22 views

BIT-TENSORFLOW-2023-25664 TensorFlow vulnerable to Heap Buffer Overflow in AvgPoolGrad

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, there is a heap buffer overflow in TAvgPoolGrad. A fix is included in TensorFlow 2.12.0 and 2.11.1...

9.8CVSS8.6AI score0.00415EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:8 a.m.21 views

BIT-TENSORFLOW-2023-25665 TensorFlow has Null Pointer Error in SparseSparseMaximum

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, when SparseSparseMaximum is given invalid sparse tensors as inputs, it can give a null pointer error. A fix is included in TensorFlow version 2.12 and version 2.11.1...

7.5CVSS7.3AI score0.00445EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:8 a.m.17 views

BIT-TENSORFLOW-2023-25666 TensorFlow has Floating Point Exception in AudioSpectrogram

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, there is a floating point exception in AudioSpectrogram. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.3AI score0.00383EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:8 a.m.30 views

BIT-TENSORFLOW-2023-25667 TensorFlow vulnerable to segfault when opening multiframe gif

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, integer overflow occurs when 2^31 = numframes height width channels 2^32, for example Full HD screencast of at least 346 frames. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.8AI score0.00305EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:8 a.m.18 views

BIT-TENSORFLOW-2023-25668 TensorFlow vulnerable to heap out-of-buffer read in the QuantizeAndDequantize operation

TensorFlow is an open source platform for machine learning. Attackers using Tensorflow prior to 2.12.0 or 2.11.1 can access heap memory which is not in the control of user, leading to a crash or remote code execution. The fix will be included in TensorFlow version 2.12.0 and will also cherrypick...

9.8CVSS9.7AI score0.00831EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:8 a.m.31 views

BIT-TENSORFLOW-2023-25669 TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give a floating point exception. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.3AI score0.00391EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:8 a.m.13 views

BIT-TENSORFLOW-2023-25670 TensorFlow has Null Pointer Error in QuantizedMatMulWithBiasAndDequantize

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a null point error in QuantizedMatMulWithBiasAndDequantize with MKL enabled. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.4AI score0.00391EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:8 a.m.17 views

BIT-TENSORFLOW-2023-25671 TensorFlow has segmentation fault in tfg-translate

TensorFlow is an open source platform for machine learning. There is out-of-bounds access due to mismatched integer type sizes. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.4AI score0.00516EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:7 a.m.19 views

BIT-TENSORFLOW-2023-25672 TensorFlow has Null Pointer Error in LookupTableImportV2

TensorFlow is an open source platform for machine learning. The function tf.rawops.LookupTableImportV2 cannot handle scalars in the values parameter and gives an NPE. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.5AI score0.00358EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:7 a.m.17 views

BIT-TENSORFLOW-2023-25673 TensorFlow has Floating Point Exception in TensorListSplit with XLA

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS7.4AI score0.00396EPSS
Exploits0References3
Rows per page
Query Builder