Lucene search
+L

9218 matches found

Debian CVE
Debian CVE
added 2021/08/12 8:50 p.m.18 views

CVE-2021-37658

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.8CVSS7AI score0.00167EPSS
SaveExploits0
CVE
CVE
added 2021/08/12 8:50 p.m.253 views

CVE-2021-37658

CVE-2021-37658 affects TensorFlow and is tied to a null-pointer binding issue in tf.raw_ops.MatrixSetDiagV* due to incomplete validation of the tensor k. The vulnerability allows undefined behavior when an empty tensor is passed for k, as code accesses the first element without proper checks. The...

7.8CVSS7.3AI score0.00167EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 8:50 p.m.46 views

CVE-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.1CVSS8.1AI score0.00167EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/08/12 8:35 p.m.39 views

CVE-2021-37644 `std::abort` raised from `TensorListReserve` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/12 8:35 p.m.105 views

CVE-2021-37644

TensorFlow CVE-2021-37644 involves a local issue where providing a negative value in the num_elements argument to tf.raw_ops.TensorListReserve triggers a runtime abort when std::vector.resize is called with an invalid size. The vulnerability details are supported by a GitHub advisory describing t...

5.5CVSS5.7AI score0.00152EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/08/12 8:35 p.m.18 views

CVE-2021-37644

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS6.9AI score0.00152EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/08/12 8:30 p.m.50 views

CVE-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.7AI score0.00167EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/08/12 8:30 p.m.49 views

CVE-2021-37654

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.00167EPSS
SaveExploits0
CVE
CVE
added 2021/08/12 8:30 p.m.96 views

CVE-2021-37654

CVE-2021-37654 (TensorFlow) is tied to a Heap OOB read and a CHECK-fail in tf.raw_ops.ResourceGather when batch_dims can exceed the input rank. The issue stems from not validating batch_dims, causing out-of-bounds reads via multiple loops over tensor dimensions. A patch was committed (bc9c546ce70...

7.3CVSS7.1AI score0.00167EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 8:30 p.m.51 views

CVE-2021-37641 Heap OOB in `RaggedGather` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions if the arguments to tf.rawops.RaggedGather don't determine a valid ragged tensor code can trigger a read from outside of bounds of heap allocated buffers. The implementation directly reads the first...

7.3CVSS7.6AI score0.00167EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/12 8:30 p.m.85 views

CVE-2021-37641

No public technical details are provided in the supplied documents; monitor for updates.

7.3CVSS7AI score0.00167EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/08/12 8:30 p.m.18 views

CVE-2021-37641

TensorFlow is an end-to-end open source platform for machine learning. In affected versions if the arguments to tf.rawops.RaggedGather don't determine a valid ragged tensor code can trigger a read from outside of bounds of heap allocated buffers. The implementation directly reads the first...

7.3CVSS7.1AI score0.00167EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/08/12 8:30 p.m.50 views

CVE-2021-37635 Heap out of bounds access in sparse reduction operations in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data. The implementation fails to validate that each reduction group does not overfl...

7.3CVSS7.9AI score0.00167EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/12 8:30 p.m.111 views

CVE-2021-37635

CVE-2021-37635 affects TensorFlow: heap out-of-bounds access in sparse reduction operations due to missing validation of reduction groups/indices. Patch committed (87158f43f05f2720a374f3e6d22a7aaa3a33f750) and fixes planned for TensorFlow 2.6.0, with cherry-picks for 2.5.1, 2.4.3, and 2.3.4. Publ...

7.3CVSS7.2AI score0.00167EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 8:25 p.m.33 views

CVE-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.3CVSS7.5AI score0.00167EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/08/12 8:25 p.m.17 views

CVE-2021-37664

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.00167EPSS
SaveExploits0
CVE
CVE
added 2021/08/12 8:25 p.m.94 views

CVE-2021-37664

TensorFlow vulnerability CVE-2021-37664: a heap out-of-bounds read can be triggered in BoostedTreesSparseCalculateBestFeatureSplit by sending illegal values to stats_summary_indices. The issue stems from insufficient validation in the boosted trees code path. A patch was committed (e84c9753...) a...

7.3CVSS7AI score0.00167EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 8:25 p.m.38 views

CVE-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.3CVSS8AI score0.00176EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/08/12 8:25 p.m.15 views

CVE-2021-37659

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.8CVSS6.9AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2021/08/12 8:25 p.m.106 views

CVE-2021-37659

Summary: CVE-2021-37659 affects TensorFlow. Affected: TensorFlow’s cwise operations may bind a reference to null pointer, causing heap out-of-bounds reads and undefined behavior when inputs have mismatched element counts. The issue is documented with a GitHub patch (commit 93f428fd1768df147171ed6...

7.8CVSS7.3AI score0.00176EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder