Lucene search
K

14320 matches found

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

BIT-TENSORFLOW-2021-37650 Segfault and heap buffer overflow in `{Experimental,}DatasetToTFRecord` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.ExperimentalDatasetToTFRecord and tf.rawops.DatasetToTFRecord can trigger heap buffer overflow and segmentation fault. The implementation assumes that all records in the...

7.8CVSS8AI score0.00014EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.16 views

BIT-TENSORFLOW-2021-37651 Heap buffer overflow in `FractionalAvgPoolGrad` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.FractionalAvgPoolGrad can be tricked into accessing data outside of bounds of heap allocated buffers. The implementation does not validate that the input tensor is non-empt...

7.8CVSS7.9AI score0.00031EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.12 views

BIT-TENSORFLOW-2021-37652 Use after free in boosted trees creation in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.BoostedTreesCreateEnsemble can result in a use after free error if an attacker supplies specially crafted arguments. The implementation uses a reference counted resource an...

7.8CVSS7.7AI score0.00016EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.14 views

BIT-TENSORFLOW-2021-37653 Division by 0 in `ResourceGather` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a floating point exception in tf.rawops.ResourceGather. The implementation computes the value of a value, batchsize, and then divides by it without checking that this...

5.5CVSS5.5AI score0.00012EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.35 views

BIT-TENSORFLOW-2021-37654 Heap OOB and CHECK fail in `ResourceGather` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a CHECK-fail in debug builds of TensorFlow using tf.rawops.ResourceGather or a read from outside the bounds of heap allocated data in the same API in a release build. Th...

7.3CVSS7.1AI score0.00038EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.20 views

BIT-TENSORFLOW-2021-37655 Heap OOB in `ResourceScatterUpdate` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a read from outside of bounds of heap allocated data by sending invalid arguments to tf.rawops.ResourceScatterUpdate. The implementation has an incomplete validation of the...

7.3CVSS7.2AI score0.00038EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.21 views

BIT-TENSORFLOW-2021-37656 Reference binding to nullptr in `RaggedTensorToSparse` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToSparse. The implementation has an incomplete validation of the splits values: it does not check...

7.8CVSS7.6AI score0.00013EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.19 views

BIT-TENSORFLOW-2021-37657 Reference binding to nullptr in `MatrixDiagV*` ops in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type tf.rawops.MatrixDiagV. The implementation has incomplete validation that the value of k is a valid...

7.8CVSS7.7AI score0.00038EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.16 views

BIT-TENSORFLOW-2021-37658 Reference binding to nullptr in `MatrixSetDiagV*` ops in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type tf.rawops.MatrixSetDiagV. The implementation has incomplete validation that the value of k is a...

7.8CVSS7.7AI score0.00014EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.27 views

BIT-TENSORFLOW-2021-37659 Out of bounds read via null pointer dereference in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all binary cwise operations that don't require broadcasting e.g., gradients of binary cwise operations. The implementatio...

7.8CVSS7.6AI score0.00039EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.23 views

BIT-TENSORFLOW-2021-37660 Division by 0 in inplace operations in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a floating point exception by calling inplace operations with crafted arguments that would result in a division by 0. The implementation has a logic error: it should skip processing i...

5.5CVSS5.7AI score0.00012EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.13 views

BIT-TENSORFLOW-2021-37661 Crash caused by integer conversion to unsigned in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments. The implementation does not validate that numstreams only contains non-negative numbers. I...

5.5CVSS5.5AI score0.00012EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.13 views

BIT-TENSORFLOW-2021-37662 Reference binding to nullptr in boosted trees in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can generate undefined behavior via a reference binding to nullptr in BoostedTreesCalculateBestGainsPerFeature and similar attack can occur in BoostedTreesCalculateBestFeatureSplitV2. The...

7.8CVSS7.5AI score0.00106EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:17 a.m.16 views

BIT-TENSORFLOW-2021-37663 Incomplete validation in `QuantizeV2` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS7.7AI score0.00013EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.11 views

BIT-TENSORFLOW-2021-37664 Heap OOB in boosted trees in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to BoostedTreesSparseCalculateBestFeatureSplit. The implementation needs to validate that...

7.3CVSS7AI score0.00038EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.17 views

BIT-TENSORFLOW-2021-37665 Incomplete validation in MKL requantization in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in MKL implementation of requantization, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap...

7.8CVSS7.7AI score0.00037EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:17 a.m.15 views

BIT-TENSORFLOW-2021-37666 Reference binding to nullptr in `RaggedTensorToVariant` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case...

7.8CVSS7.7AI score0.00013EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.15 views

BIT-TENSORFLOW-2021-37667 Reference binding to nullptr in unicode encoding in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.UnicodeEncode. The implementation reads the first dimension of the inputsplits tensor before validating that th...

7.8CVSS7.6AI score0.00013EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.17 views

BIT-TENSORFLOW-2021-37668 Division by zero in TensorFlow Lite `tf.raw_ops.UnravelIndex`

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.UnravelIndex by triggering a division by 0. The implementation does not check that the tensor subsumed by dims is not...

5.5CVSS5.5AI score0.00044EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:17 a.m.19 views

BIT-TENSORFLOW-2021-37669 Crash in NMS ops caused by integer conversion to unsigned in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.NonMaxSuppressionV5 by triggering a division by 0. The implementation uses a user controlled argument to resize a...

5.5CVSS5.4AI score0.00032EPSS
Exploits0References4
Rows per page
Query Builder