Lucene search
+L

12693 matches found

Prion
Prion
added 2021/11/05 8:15 p.m.23 views

Integer overflow

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

2.1CVSS5.6AI score0.00238EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/11/05 8:15 p.m.24 views

PYSEC-2021-619

TensorFlow is an open source platform for machine learning. In affected versions the shape inference functions for SparseCountSparseOutput can trigger a read outside of bounds of heap allocated array. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow...

7.1CVSS2AI score0.00153EPSS
SaveExploits0References2
OSV
OSV
added 2021/11/05 8:15 p.m.20 views

PYSEC-2021-606

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS4.1AI score0.00238EPSS
SaveExploits1References3
Prion
Prion
added 2021/11/05 8:15 p.m.21 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affeced versions during execution, EinsumHelper::ParseEquation is supposed to set the flags in inputhasellipsis vector and outputhasellipsis boolean to indicate whether there is ellipsis in the corresponding inputs and output. However...

4.6CVSS7.5AI score0.00249EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 8:10 p.m.33 views

CVE-2021-41205 Heap OOB read in all `tf.raw_ops.QuantizeAndDequantizeV*` ops

TensorFlow is an open source platform for machine learning. In affected versions the shape inference functions for the QuantizeAndDequantizeV operations can trigger a read outside of bounds of heap allocated array. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit ...

7.1CVSS7.1AI score0.00153EPSS
SaveExploits0References2
CVE
CVE
added 2021/11/05 8:10 p.m.101 views

CVE-2021-41205

CVE-2021-41205 covers a heap-out-of-bounds read in TensorFlow’s QuantizeAndDequantizeV* shape inference paths. Affected TF releases allow reads beyond heap bounds, with a fix planned for TensorFlow 2.7.0 and cherry-picks back to 2.6.1, 2.5.2, and 2.4.4. Related advisories (OSV-BIT-TENSORFLOW-2021...

7.1CVSS6.8AI score0.00153EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2021/11/05 8:10 p.m.92 views

CVE-2021-41210

TensorFlow vulnerability CVE-2021-41210 (BIT-TENSORFLOW-2021-41210) is a heap-based out-of-bounds read in SparseCountSparseOutput shape inference. Affected TF versions permit reading outside heap memory during shape inference of SparseCountSparseOutput. A fix is planned for TensorFlow 2.7.0, with...

7.1CVSS6.8AI score0.00153EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 8:10 p.m.42 views

CVE-2021-41210 Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference functions for SparseCountSparseOutput can trigger a read outside of bounds of heap allocated array. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow...

7.1CVSS7.1AI score0.00153EPSS
SaveExploits0References2
CVE
CVE
added 2021/11/05 8:05 p.m.85 views

CVE-2021-41201

TensorFlow CVE-2021-41201: The issue is an uninitialized flag in EinsumHelper::ParseEquation that only ever sets input_has_ellipsis/output_has_ellipsis to true, leaving potential uninitialized access when callers expect both true/false values. This affects multiple TF releases (2.4.x–2.7.x) and i...

7.8CVSS7.5AI score0.00249EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/11/05 8:00 p.m.98 views

CVE-2021-41200

CVE-2021-41200 concerns TensorFlow’s tf.summary.create_file_writer: when called with non-scalar arguments, affected builds can crash due to a CHECK failure. The provided documents specify the issue in TensorFlow’s open-source code path and confirm a fix in TensorFlow 2.7.0, with cherry-picks to o...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2021/11/05 8:00 p.m.42 views

CVE-2021-41200 Incomplete validation in `tf.summary.create_file_writer`

TensorFlow is an open source platform for machine learning. In affected versions if tf.summary.createfilewriter is called with non-scalar arguments code crashes due to a CHECK-fail. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits1References3
CVE
CVE
added 2021/11/05 7:55 p.m.117 views

CVE-2021-41197

CVE-2021-41197 concerns TensorFlow where treating large tensor shapes can overflow int64, causing a CHECK-failure abort during shape construction (notably in operations like tf.math.segment_, SparseCwise , and depthwise-related paths). The issue is addressed by upstream fixes, with the primary pa...

5.5CVSS4.8AI score0.00317EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2021/11/05 7:55 p.m.93 views

CVE-2021-41198

CVE-2021-41198 affects TensorFlow where calling tf.tile with very large inputs can trigger a CHECK failure due to int64 overflow, crashing the process. The issue is rooted in the tile operation’s handling of output size and overflow detection. Remediation is available: TensorFlow 2.7.0 includes t...

5.5CVSS5.6AI score0.00238EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2021/11/05 7:55 p.m.48 views

CVE-2021-41198 Overflow/crash in `tf.tile` when tiling tensor is large

TensorFlow is an open source platform for machine learning. In affected versions if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t type and th...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits1References3
CVE
CVE
added 2021/11/05 7:55 p.m.108 views

CVE-2021-41199

CVE-2021-41199 refers to an overflow crash in TensorFlow’s tf.image.resize when the output size is very large. Affected TF versions up to 2.7.0 (and cherry-picks for 2.6.1, 2.5.2, 2.4.4) abort the process via a CHECK failure due to int64 overflow while computing the output tensor size. Connected ...

5.5CVSS5.6AI score0.00238EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2021/11/05 7:55 p.m.92 views

CVE-2021-41196

CVE-2021-41196 affects TensorFlow (Keras pooling layers). In affected builds, pooling operations can segfault when pool size is 0 or a dimension is negative because values in the sliding window are not checked to be strictly positive. The issue is tied to TensorFlow’s pooling implementation, with...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2021/11/05 7:50 p.m.96 views

CVE-2021-41195

TensorFlow CVE-2021-41195 affects tf.math.segment_* implementations; large segment_ids can trigger a CHECK failure and abort due to int64 overflow when computing output shapes. Vulnerable CPU/GPU paths use AddDim, with AddDimWithStatus needed to prevent overflow. The fix is planned for TensorFlow...

5.5CVSS5.2AI score0.00212EPSS
SaveExploits1References4Affected Software1
Prion
Prion
added 2021/11/05 10:15 a.m.39 views

Deserialization of untrusted data

Sitecore XP 7.5 Initial Release to Sitecore XP 8.2 Update-7 is vulnerable to an insecure deserialization attack where it is possible to achieve remote command execution on the machine. No authentication or special configuration is required to exploit this vulnerability...

10CVSS9.7AI score0.97904EPSS
SaveExploits4References4Affected Software1
OpenVAS
OpenVAS
added 2021/11/05 12:00 a.m.29 views

SUSE: Security Advisory (SUSE-SU-2021:3611-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.5CVSS6.5AI score0.08792EPSS
SaveExploits2References10
OSV
OSV
added 2021/11/04 10:14 a.m.12 views

SUSE-SU-2021:3611-1 Security update for systemd

This update for systemd fixes the following issues: - machine-id-setup: generate machine-id from DMI product ID on Amazon EC2 - Add timestamp to D-Bus events to improve traceability. jscSLE-21894 - busctl: add a timestamp to the output of the busctl monitor command bsc1180225, jscSLE-21894 -...

5.5CVSS5.8AI score0.08792EPSS
SaveExploits2References9
Rows per page
Query Builder