Lucene search
+L
GoogleTensorflow

431 matches found

CVE
CVE
added 2022/02/04 10:32 p.m.134 views

CVE-2022-23579

CVE-2022-23579 affects TensorFlow: the Grappler optimizer can cause a denial of service by altering a SavedModel to trigger CHECK failures in SafeToRemoveIdentity. The issue is linked to the Grappler dependency optimizer logic and manifests as a DoS condition. The fix is planned for TensorFlow 2....

6.5CVSS6.4AI score0.00828EPSS
Save
CVE
CVE
added 2022/05/20 9:55 p.m.134 views

CVE-2022-29197

CVE-2022-29197 concerns TensorFlow UnsortedSegmentJoin with incomplete input validation that can trigger a denial of service via a CHECK failure when num_segments is not properly validated. Affected releases include TensorFlow versions prior to 2.9.0, 2.8.1, 2.7.2, and 2.6.4. The issue has been a...

5.5CVSS5.5AI score0.0032EPSS
Save
CVE
CVE
added 2022/05/20 10:15 p.m.134 views

CVE-2022-29206

CVE-2022-29206 involves TensorFlow’s tf.raw_ops.SparseTensorDenseAdd, where input argument validation is insufficient, causing a reference to a nullptr during kernel execution and resulting in undefined behavior. Affected releases include TensorFlow versions prior to 2.9.0, and also 2.8.1, 2.7.2,...

5.5CVSS5.5AI score0.00341EPSS
Save
CVE
CVE
added 2021/05/14 7:15 p.m.133 views

CVE-2021-29579

TensorFlow CVE-2021-29579 concerns a heap-based buffer overflow in tf.raw_ops.MaxPoolGrad caused by missing validation when indexing out_backprop_flat. The cited patch (commit a74768f8e4efbda4def9f16ee7e13cf3922ac5f7) fixes boundary checks and was planned to be included in TensorFlow 2.6.0, with ...

7.8CVSS5.6AI score0.00214EPSS
Save
CVE
CVE
added 2021/05/14 7:12 p.m.132 views

CVE-2021-29531

CVE-2021-29531 affects TensorFlow and relates to a denial-of-service risk in PNG encoding when an attacker supplies an empty input tensor for pixel data. The issue stems from encode_png_op.cc validating only total pixel count and passing image data to png::WriteImageToBuffer, which calls CHECK_NO...

5.5CVSS4.8AI score0.00189EPSS
Save
CVE
CVE
added 2021/05/14 7:10 p.m.131 views

CVE-2021-29552

TensorFlow vulnerability CVE-2021-29552 is a denial-of-service in UnsortedSegmentJoin caused by an out-of-bounds CHECK on an empty num_segments scalar. Affected TF versions include those in the 2.1.x–2.5.x range; the issue stems from treating num_segments as a valid scalar and failing when the te...

5.5CVSS4.7AI score0.00189EPSS
Save
CVE
CVE
added 2022/02/04 10:32 p.m.131 views

CVE-2022-23561

CVE-2022-23561 affects TensorFlow’s TFLite, enabling out-of-bounds writes by crafting a TFLite model that can corrupt the memory allocator’s linked list. This vulnerability allows an arbitrary write primitive under certain conditions as described in the CVE description. Affected details in connec...

8.8CVSS8.7AI score0.00544EPSS
Save
CVE
CVE
added 2022/09/16 9:10 p.m.131 views

CVE-2022-35979

CVE-2022-35979 affects TensorFlow. When QuantizedRelu or QuantizedRelu6 receive nonscalar inputs for min_features or max_features, a segfault can be triggered, leading to a denial of service. A fix was committed (49b3824d83af706df0ad07e4e677d88659756d89) and will be included in TensorFlow 2.10.0....

7.5CVSS6.4AI score0.0051EPSS
Save
CVE
CVE
added 2022/02/03 12:21 p.m.130 views

CVE-2022-21725

TensorFlow CVE-2022-21725 describes a vulnerability in the cost estimator for some convolution operations where the stride is not properly validated, enabling a division-by-zero scenario. The issue is caused by the estimator failing to ensure the stride argument is strictly positive. The fix is t...

6.5CVSS6.8AI score0.00789EPSS
Save
CVE
CVE
added 2022/02/03 1:43 p.m.130 views

CVE-2022-21737

The CVE-2022-21737 issue affects TensorFlow’s bincount path. The vulnerability arises from the implementation of DenseBincount and related *Bincount operations, where certain input argument constraints are not fully enforced during shape inference or kernel execution, leading to CHECK failures du...

6.5CVSS6.2AI score0.00789EPSS
Save
CVE
CVE
added 2022/09/16 10:30 p.m.130 views

CVE-2022-36013

TensorFlow CVE-2022-36013 describes a null-dereference crash in mlir::tfg::GraphDefImporter::ConvertNodeDef when converting NodeDefs without an op name. A fix is present in commit a0f0b9a21c9270930457095092f558fbad4c03e5 and will be included in TensorFlow 2.10.0; the patch will also beCherry-pick...

7.5CVSS6.5AI score0.00701EPSS
Save
CVE
CVE
added 2021/05/14 7:10 p.m.129 views

CVE-2021-29546

CVE-2021-29546 concerns TensorFlow’s QuantizedBiasAdd. The issue arises from the Eigen kernel implementation in quantization_utils.h, which divides by the number of elements of the smaller input without guarding against zero, causing integer division by zero undefined behavior. Public details in ...

7.8CVSS5.4AI score0.00201EPSS
Save
CVE
CVE
added 2021/08/12 10:55 p.m.129 views

CVE-2021-37673

TensorFlow maps-stage DoS (CVE-2021-37673). The issue arises from tf.raw_ops.MapStage not validating non-empty key tensors, enabling a local attacker to trigger a denial-of-service via a CHECK-fail. Patches were committed and the fix is expected in TensorFlow 2.6.0, with backports to 2.5.1, 2.4.3...

5.5CVSS5.5AI score0.00154EPSS
Save
CVE
CVE
added 2021/08/12 10:20 p.m.129 views

CVE-2021-37679

TensorFlow CVE-2021-37679 concerns a vulnerability in nested tf.map_fn with RaggedTensor inputs. The root cause is in the conversion from a Variant tensor to a RaggedTensor: the implementation does not verify that all inner shapes match, which can produce extra dimensions and allow leakage of hea...

7.8CVSS7.3AI score0.00181EPSS
Save
CVE
CVE
added 2022/02/03 11:37 a.m.129 views

CVE-2022-21731

Technical details are not publicly available in the provided Connected documents. The Initial Description mentions a TensorFlow shape-inference vulnerability but does not specify affected products/versions beyond general references. Monitor for updates and official advisories for precise impact a...

6.5CVSS6.4AI score0.00852EPSS
Save
CVE
CVE
added 2022/02/04 10:32 p.m.129 views

CVE-2022-23562

TensorFlow vulnerability CVE-2022-23562 concerns the Range implementation: integer overflows in Range can cause undefined behavior or extremely large allocations. Public notes indicate a fix will be included in TensorFlow 2.8.0, with cherry-picks to affected supported releases (2.7.1, 2.6.3, 2.5....

8.8CVSS8.1AI score0.00583EPSS
Save
CVE
CVE
added 2022/02/04 10:32 p.m.129 views

CVE-2022-23563

TensorFlow (CVE-2022-23563) describes a TOCTOU race caused by tempfile.mktemp usage, where a temporary file could be created by another process between the check and the actual creation. Several connected sources confirm this insecure temporary-file pattern and note that the fix replaces mktemp w...

7.1CVSS6.4AI score0.0011EPSS
Save
CVE
CVE
added 2022/05/20 11:20 p.m.129 views

CVE-2022-29211

CVE-2022-29211 (TensorFlow) : The CPU implementation of tf.histogram_fixed_width crashes when the values array contains NaN. Specifically, casting NaN divisions to int32 can trigger a crash, affecting TensorFlow versions prior to 2.9.0, 2.8.1, 2.7.2, and 2.6.4. The issue is CPU-only and arises fr...

5.5CVSS5.5AI score0.00316EPSS
Save
CVE
CVE
added 2022/09/16 10:15 p.m.129 views

CVE-2022-35997

TensorFlow CVE-2022-35997 affects tf.sparse.cross where an input separator that is not a scalar triggers a CHECK failure, enabling a denial-of-service condition. The issue is mitigated by patch commit 83dcb4dbfa094e33db084e97c4d0531a559e0ebf, with the fix slated for TensorFlow 2.10.0 and cherry-p...

7.5CVSS6.4AI score0.00488EPSS
Save
CVE
CVE
added 2022/11/18 12:00 a.m.129 views

CVE-2022-41901

CVE-2022-41901 affects TensorFlow. The issue is a CHECK fail in tf.raw_ops.SparseMatrixNNZ triggered when input tensor is not a rank-0 matrix, which can cause a crash (denial of service). Fixed in GitHub commit f856d02e5322821aad155dad9b3acab1e9f5d693; the fix will be included in TensorFlow 2.11 ...

7.5CVSS6.2AI score0.00457EPSS
Save
CVE
CVE
added 2022/02/04 10:32 p.m.128 views

CVE-2022-23592

CVE-2022-23592 : TensorFlow’s type inference can trigger a heap out-of-bounds read when input_idx controls ix, risking access beyond node_t.args. This occurs because bounds checks run via DCHECK (no-op in production). The issue affects the TensorFlow release line noted as the only affected versio...

8.1CVSS7.8AI score0.00865EPSS
Save
CVE
CVE
added 2022/05/20 8:30 p.m.128 views

CVE-2022-29192

TensorFlow vulnerability CVE-2022-29192 affects tf.raw_ops.QuantizeAndDequantizeV4Grad; it does not fully validate input arguments, causing a CHECK failure that can trigger a denial of service. Affected versions are prior to 2.9.0, 2.8.1, 2.7.2, and 2.6.4. A patch exists in 2.9.0 and has been bac...

5.5CVSS5.4AI score0.00343EPSS
Save
CVE
CVE
added 2022/05/20 10:50 p.m.128 views

CVE-2022-29203

CVE-2022-29203 describes an integer overflow in TensorFlow’s tf.raw_ops.SpaceToBatchND across backends (XLA and handwritten kernels) that can cause a denial of service via a CHECK failure when allocating the output tensor. Affected versions are prior to 2.9.0, 2.8.1, 2.7.2, and 2.6.4. The documen...

5.5CVSS5.5AI score0.00335EPSS
Save
CVE
CVE
added 2022/09/16 8:10 p.m.128 views

CVE-2022-35963

TensorFlow FractionalAvgPoolGrad is vulnerable due to incomplete validation of orig_input_tensor_shape, allowing an overflow that can trigger a CHECK failure and deny service. The issue is fixed in GitHub commit 03a659d7be9a1154fdf5eeac221e5950fec07dad and will be included in TensorFlow 2.10.0; t...

7.5CVSS6.5AI score0.00478EPSS
Save
CVE
CVE
added 2022/09/16 10:20 p.m.128 views

CVE-2022-35993

TensorFlow CVE-2022-35993 concerns a CHECK failure in SetSize when set_shape is not 1D, allowing a denial-of-service condition. The issue is attributed to SetSize input validation and is mitigated by a patch in commit cf70b79d2662c0d3c6af74583641e345fc939467, with fixes planned for TensorFlow 2.1...

7.5CVSS6.4AI score0.00478EPSS
Save
CVE
CVE
added 2021/06/30 12:12 a.m.127 views

CVE-2021-35958

TensorFlow prior to 2.5.1/vulnerable until patched: TF 2.5.0 and earlier allow arbitrary file overwrite via a crafted archive when tf.keras.utils.get_file is used with extract=True. Root cause: get_file extracting an archive from untrusted sources can overwrite arbitrary files. Affected component...

9.1CVSS9AI score0.01864EPSS
Save
CVE
CVE
added 2022/02/03 12:47 p.m.127 views

CVE-2022-23569

TensorFlow/CVE-2022-23569: Denial‑of‑service via CHECK‑fails (assertion failures) across multiple ops in TensorFlow/TFLite, caused by invalid tensor shapes and related checks. Root cause: assertion failures in core paths; fixes released as patches implemented in GitHub commits. Remediation: upgra...

6.5CVSS6.5AI score0.00462EPSS
Save
CVE
CVE
added 2022/02/04 10:32 p.m.127 views

CVE-2022-23582

CVE-2022-23582 affects TensorFlow: a malicious SavedModel can trigger a denial of service via TensorByteSize CHECK failures caused by shape handling in TensorShape/PartialTensorShape (shape partials or large element counts). Root cause is TensorShape throwing on partial/large shapes; PartialTenso...

6.5CVSS6.4AI score0.00789EPSS
Save
CVE
CVE
added 2022/05/20 10:30 p.m.127 views

CVE-2022-29208

TensorFlow CVE-2022-29208: The tf.raw_ops.EditDistance implementation has incomplete validation, allowing crafted negative values to cause an out-of-bounds write and segmentation-fault based DoS. Affected versions are 2.6.4, 2.7.2, 2.8.1, and 2.9.0; patches exist and fixes are included in 2.9.0 (...

7.1CVSS6.8AI score0.00381EPSS
Save
CVE
CVE
added 2022/11/18 12:00 a.m.127 views

CVE-2022-41896

CVE-2022-41896 affects TensorFlow: a crash occurs when ThreadUnsafeUnigramCandidateSampler receives filterbank_channel_count beyond the allowed max size. The issue has been patched in commit 39ec7eaf1428e90c37787e5b3fbd68ebd3c48860 and will be included in TensorFlow 2.11, with backport cherrypick...

7.5CVSS6.2AI score0.00457EPSS
Save
CVE
CVE
added 2021/05/14 7:17 p.m.126 views

CVE-2021-29560

TensorFlow RaggedTensorToTensor heap-based overflow vulnerability (CVE-2021-29560) arises when the code uses the same index to access two arrays in parallel during ragged tensor to tensor conversion. An attacker-controlled input can trigger a heap OOB access when parent_output_index is shorter th...

7.1CVSS5.5AI score0.00208EPSS
Save
CVE
CVE
added 2021/08/12 10:00 p.m.126 views

CVE-2021-37689

CVE-2021-37689 : In TensorFlow’s TFLite MLIR optimizations, the L2NormalizeReduceAxis path dereferences a vector iterator without checking for elements, enabling a local attack to crash the process (DoS) via a crafted TFLite model. A patch was applied in the referenced GitHub commit (d6b57f461b39...

7.8CVSS5.6AI score0.00165EPSS
Save
CVE
CVE
added 2022/05/20 10:40 p.m.126 views

CVE-2022-29204

TensorFlow CVE-2022-29204 affects the tf.raw_ops.UnsortedSegmentJoin implementation in multiple pre-2.9.0 releases (2.9.0, 2.8.1, 2.7.2, 2.6.4). The issue arises from incomplete validation of input arguments, specifically num_segments, which is treated as a positive scalar and used to allocate th...

5.5CVSS5.5AI score0.00349EPSS
Save
CVE
CVE
added 2022/11/18 12:00 a.m.126 views

CVE-2022-41911

CVE-2022-41911 affects TensorFlow; root cause is an undefined char-to-bool conversion when printing a tensor, leading to sanitizer/fuzzer crashes. Patch is in GitHub commit 1be74370327 and will be included in TensorFlow 2.11.0, with backports to 2.10.1, 2.9.3, and 2.8.4. Public detail confirms im...

7.5CVSS6.1AI score0.00411EPSS
Save
CVE
CVE
added 2021/05/14 7:11 p.m.125 views

CVE-2021-29540

TensorFlow CVE-2021-29540 describes a heap-based buffer overflow in Conv2DBackpropFilter caused by calculating the filter tensor size without validating it against filter_sizes. This mismatch can lead to out-of-bounds reads/writes when accessing the buffer. The issue affects multiple TensorFlow v...

7.8CVSS5.9AI score0.00215EPSS
Save
CVE
CVE
added 2021/05/14 7:11 p.m.125 views

CVE-2021-29545

CVE-2021-29545 concerns TensorFlow and describes a heap-based out-of-bounds issue in SparseTensorToCSRSparseMatrix caused by a double redirection when accessing csr_row_ptr via indices(i, 0) + 1. This can lead to a denial of service by writing outside heap data. The connected OSV/GHSA entries con...

5.5CVSS4.7AI score0.00189EPSS
Save
CVE
CVE
added 2021/05/14 7:22 p.m.125 views

CVE-2021-29596

CVE-2021-29596: TensorFlow/TFLite EmbeddingLookup suffers a division-by-zero in EmbeddingLookup when the first dimension of value is 0. Affected component is the TFLite operator in TensorFlow; root cause is a division by zero in embedding_lookup.cc. The documented fix is to include a patch in Ten...

7.8CVSS5.3AI score0.00201EPSS
Save
CVE
CVE
added 2021/08/12 10:45 p.m.125 views

CVE-2021-37663

CVE-2021-37663 arises from incomplete validation in tf.raw_ops.QuantizeV2 in TensorFlow. Affected: TensorFlow versions before 2.6.0 (patch committed 6da6620...). The issue can trigger undefined behavior via binding a null pointer or out-of-bounds access; if axis is provided, min_range/max_range l...

7.8CVSS7.8AI score0.00173EPSS
Save
CVE
CVE
added 2021/08/12 10:40 p.m.125 views

CVE-2021-37674

Summary (CVE-2021-37674) TensorFlow’s tf.raw_ops.MaxPoolGrad had insufficient validation for orig_input/orig_output, enabling a local attacker to trigger a denial-of-service via a segmentation fault. The issue is tied to CVE-2021-29579 and is addressed by patch 136b51f10903e044308cf77117c0ed98713...

5.5CVSS5.5AI score0.00179EPSS
Save
CVE
CVE
added 2021/08/12 9:45 p.m.125 views

CVE-2021-37675

CVE-2021-37675 : TensorFlow denial-of-service caused by a division-by-zero in the shape inference path of most convolution operators. Root cause: missing validations before divisions/modulo in the common_shape_fns.cc implementation. Patch is in commit 8a793b5d7f59e37ac7f3cd0954a750a2fe76bad4 and ...

5.5CVSS5.5AI score0.0016EPSS
Save
CVE
CVE
added 2022/02/03 11:52 a.m.125 views

CVE-2022-23567

CVE-2022-23567 concerns TensorFlow: integer overflows in SparseCwise ops can trigger large allocations (OOM) or CHECK failures during TensorShape construction due to missing input-shape validation. The vulnerability affects TensorFlow releases prior to the fixed version and is acknowledged with a...

6.5CVSS6.6AI score0.01106EPSS
Save
CVE
CVE
added 2022/02/04 10:32 p.m.125 views

CVE-2022-23578

TensorFlow vulnerability CVE-2022-23578 describes a memory leak: if a graph node is invalid, ImmutableExecutorState::Initialize can leak the previously allocated memory when item->kernel is reset to nullptr. The issue affects TensorFlow; the fix is planned for TensorFlow 2.8.0, with cherry-pic...

4.3CVSS4.7AI score0.00722EPSS
Save
CVE
CVE
added 2022/05/20 10:00 p.m.125 views

CVE-2022-29195

TensorFlow CVE-2022-29195 concerns a denial-of-service via missing validation in tf.raw_ops.StagePeek. Affected are versions before patches: 2.9.0, 2.8.1, 2.7.2, and 2.6.4, which patch the issue. The vulnerability stems from StagePeek assuming index is a scalar without validating input, leading t...

5.5CVSS5.5AI score0.0032EPSS
Save
CVE
CVE
added 2022/11/18 12:00 a.m.125 views

CVE-2022-41893

CVE-2022-41893 affects TensorFlow where calling tf.raw_ops.TensorListResize with a nonscalar input for size triggers a CHECK failure, enabling a denial of service as described in the advisory. The root cause is a validation flaw in TensorListResize; a fix was committed (GitHub commit 888e34b49009...

7.5CVSS6AI score0.00456EPSS
Save
CVE
CVE
added 2022/11/18 12:00 a.m.125 views

CVE-2022-41899

CVE-2022-41899 — TensorFlow SdcaOptimizer rank check issue . The vulnerability occurs when inputs are not rank-2 and triggers a CHECK failure in SdcaOptimizer, potentially impacting availability. The root cause is a rank validation check in the optimizer. Patch available in GitHub commit 80ff197d...

7.5CVSS6.2AI score0.00457EPSS
Save
CVE
CVE
added 2021/08/12 10:25 p.m.124 views

CVE-2021-37691

CVE-2021-37691 affects TensorFlow (Lite) where a crafted TFLite model can trigger a division-by-zero error in the LSH projection implementation. The issue is mitigated by a patch in the GitHub commit 0575b640091680cfb70f4dd93e70658de43b94f9, with the fix slated for inclusion in TensorFlow 2.6.0 a...

5.5CVSS5.7AI score0.00152EPSS
Save
CVE
CVE
added 2022/05/20 9:55 p.m.124 views

CVE-2022-29196

CVE-2022-29196 applies to TensorFlow. Before versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, Conv3DBackpropFilterV2 does not fully validate input arguments, specifically not validating that filter_sizes is a vector. This triggers a CHECK failure and can be leveraged to cause a denial of service. The iss...

5.5CVSS5.6AI score0.0032EPSS
Save
CVE
CVE
added 2022/05/20 10:25 p.m.124 views

CVE-2022-29205

TensorFlow CVE-2022-29205 affects the TensorFlow project where calling tf.compat.v1.* ops that do not yet support quantized types can dereference a null value in ParseDimensionValue, leading to a segfault and potential DoS. Public details specify affected versions are prior to 2.9.0, 2.8.1, 2.7.2...

5.5CVSS5.4AI score0.0032EPSS
Save
CVE
CVE
added 2022/09/16 10:10 p.m.124 views

CVE-2022-36004

CVE-2022-36004 affects TensorFlow. When using tf.random.gamma with large input shapes and rates, a CHECK failure can cause a denial of service. The issue was patched in commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3 and the fix will be included in TensorFlow 2.10.0; it will be cherry-picked to T...

7.5CVSS6.4AI score0.00488EPSS
Save
CVE
CVE
added 2021/05/14 7:35 p.m.123 views

CVE-2021-29520

TensorFlow CVE-2021-29520 concerns a heap buffer overflow in Conv3DBackprop* due to missing validation that assumes input, filter_sizes, and out_backprop have identical shapes. Multiple sources (OSV entries and GHSA advisory) corroborate the issue and patch lineage. The vulnerability affects Conv...

7.8CVSS5.6AI score0.00224EPSS
Save
Total number of security vulnerabilities431