Lucene search
+L

310 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 8:54 p.m.5 views

CVE-2021-37645

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

5.5CVSS6AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 12:0 a.m.4 views

CVE-2024-41440

A heap buffer overflow in the function pngquantize of hicolor v0.5.0 allows attackers to cause a Denial of Service DoS via a crafted PNG file...

6.2CVSS7.2AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/07/30 12:0 a.m.10 views

PT-2024-29402 · Hicolor · Hicolor

Name of the Vulnerable Software and Affected Versions: hicolor version 0.5.0 Description: A heap buffer overflow in the png quantize function allows attackers to cause a Denial of Service DoS via a crafted PNG file. Recommendations: For hicolor version 0.5.0, at the moment, there is no informatio...

6.2CVSS7.3AI score0.00761EPSS
SaveExploits1References7
Microsoft CVE
Microsoft CVE
added 2024/06/30 2:0 p.m.7 views

TensorFlow vulnerable to heap out-of-buffer read in the QuantizeAndDequantize operation

...

9.8CVSS7.2AI score0.00831EPSS
SaveExploits1
OSV
OSV
added 2023/03/24 9:57 p.m.10 views

GHSA-GW97-FF7C-9V96 TensorFlow has a heap out-of-buffer read vulnerability in the QuantizeAndDequantize operation

Impact Attackers using Tensorflow can exploit the vulnerability. They can access heap memory which is not in the control of user, leading to a crash or RCE. When axis is larger than the dim of input, c-Diminput,axis goes out of bound. Same problem occurs in the QuantizeAndDequantizeV2/V3/V4/V4Gra...

9.8CVSS6.8AI score0.00831EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2023/03/24 12:0 a.m.5 views

PT-2023-20229

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 TensorFlow versions prior to 2.11.1 Description TensorFlow is an open source platform for machine learning. Attackers using TensorFlow can access heap memory which is not in the control of the user, leading ...

9.8CVSS7AI score0.00831EPSS
SaveExploits1References20
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.7 views

SUSE CVE-2021-29544

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.QuantizeAndDequantizeV4Grad. This is because the implementation does not validate the rank of the input tensors. In turn, this results in the tensors...

5.5CVSS5.2AI score0.0031EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.12 views

SUSE CVE-2021-29553

TensorFlow is an end-to-end open source platform for machine learning. An attacker can read data outside of bounds of heap allocated buffer in tf.rawops.QuantizeAndDequantizeV3. This is because the...

7.1CVSS7AI score0.00198EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:42 a.m.8 views

SUSE CVE-2021-29610

TensorFlow is an end-to-end open source platform for machine learning. The validation in tf.rawops.QuantizeAndDequantizeV2 allows invalid values for axis argument:. The...

7.8CVSS7.6AI score0.00201EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:39 a.m.9 views

SUSE CVE-2021-37645

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

5.5CVSS5.1AI score0.00152EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.8 views

SUSE CVE-2021-41205

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.1CVSS6.8AI score0.00148EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.5 views

SUSE CVE-2022-29192

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.rawops.QuantizeAndDequantizeV4Grad does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service...

5.5CVSS5.3AI score0.0034EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.4 views

SUSE CVE-2022-35974

TensorFlow is an open source platform for machine learning. If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS8.1AI score0.00439EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.8 views

SUSE CVE-2022-36026

TensorFlow is an open source platform for machine learning. If QuantizeAndDequantizeV3 is given a nonscalar numbits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit f3f9cb38ecfe5a8a703f2c4a8fead434ef291713...

7.5CVSS7.7AI score0.00411EPSS
SaveExploits0References3
OSV
OSV
added 2022/11/21 10:17 p.m.8 views

GHSA-FRQP-WP83-QGGV Heap overflow in `QuantizeAndDequantizeV2`

Impact 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. python import tensorflow as tf @tf.function def test:...

4.8CVSS7.2AI score0.00401EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 10:23 p.m.11 views

GHSA-VGVH-2PF4-JR2X TensorFlow vulnerable to segfault in `QuantizeDownAndShrinkRange`

Impact If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf outtype = tf.quint8 input = tf.constant1, shape=3, dtype=tf.qint32 inputmin = tf.constant,...

5.9CVSS6.9AI score0.00439EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/16 10:5 p.m.28 views

CVE-2022-36026

TensorFlow is an open source platform for machine learning. If QuantizeAndDequantizeV3 is given a nonscalar numbits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit f3f9cb38ecfe5a8a703f2c4a8fead434ef291713...

7.5CVSS6.8AI score0.00411EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 9:15 p.m.18 views

GHSA-9CR2-8PWR-FHFQ TensorFlow vulnerable to `CHECK` fail in `QuantizeAndDequantizeV3`

Impact If QuantizeAndDequantizeV3 is given a nonscalar numbits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf signedinput = True rangegiven = False narrowrange = False axis = -1 input = tf.constant-3.5, shape=1,...

5.9CVSS7AI score0.00411EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/16 9:5 p.m.17 views

CVE-2022-35974

TensorFlow is an open source platform for machine learning. If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.8AI score0.00439EPSS
SaveExploits0
CNNVD
CNNVD
added 2022/09/16 12:0 a.m.8 views

Google TensorFlow 安全漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. A security vulnerability exists in Google TensorFlow, which stems from the fact that if QuantizeAndDequantizeV3 is given a non-scalar numbits input tensor, it will cause t...

7.5CVSS7.4AI score0.00411EPSS
SaveExploits0References3
Rows per page
Query Builder