Lucene search
+L

8547 matches found

CVE
CVE
added 2022/10/12 12:00 a.m.110 views

CVE-2022-25664

The CVE-2022-25664 entry concerns information disclosure in Qualcomm Snapdragon GPUs during data reads. Concrete details from connected PT-2022-17445 indicate affected Qualcomm Snapdragon products across Auto, Compute, Connectivity, Consumer IoT, Industrial IoT, Mobile, and Wearables, with the ro...

6.2CVSS5.4AI score0.00175EPSS
SaveExploits0References2Affected Software1
OpenVAS
OpenVAS
added 2022/10/03 12:00 a.m.19 views

Fedora: Security Advisory for kitty (FEDORA-2022-d718af66d1)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH 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-or-later This program is free software; you can...

7.8CVSS7.8AI score0.00481EPSS
SaveExploits1References2
Fedora
Fedora
added 2022/10/02 1:21 a.m.39 views

[SECURITY] Fedora 36 Update: kitty-0.26.3-2.fc36

Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. - Supports all modern terminal features: graphics images, unicode, true-col or, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and several new...

7.8CVSS7.8AI score0.00481EPSS
SaveExploits1
Fedora
Fedora
added 2022/10/02 12:18 a.m.42 views

[SECURITY] Fedora 37 Update: kitty-0.26.3-2.fc37

Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. - Supports all modern terminal features: graphics images, unicode, true-col or, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and several new...

7.8CVSS7.8AI score0.00481EPSS
SaveExploits1
CNVD
CNVD
added 2022/09/28 12:00 a.m.37 views

Kitty Code Execution Vulnerability

kitty is a fast, feature-rich, GPU-based terminal emulator developed by kovidgoyal. A code execution vulnerability exists in versions prior to Kitty 0.26.2 that stems from insufficient validation in the desktop notification escape sequence and can be exploited by an attacker to cause execution of...

7.8CVSS7.7AI score0.00481EPSS
SaveExploits1References1
Veracode
Veracode
added 2022/09/21 3:33 a.m.24 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists Compute function of convgradinputops.h because the CPU/GPU kernels are not properly handled for empty outbackprop inputs which allows an attacker to cause an application crash by sending malicious inputs...

7.5CVSS7.3AI score0.0042EPSS
SaveExploits0References8Affected Software3
OSV
OSV
added 2022/09/17 12:36 a.m.10 views

GSD-2022-1005885 virtio-gpu: fix a missing check to avoid NULL dereference

virtio-gpu: fix a missing check to avoid NULL dereference This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.137 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/17 12:14 a.m.6 views

GSD-2022-1005638 virtio-gpu: fix a missing check to avoid NULL dereference

virtio-gpu: fix a missing check to avoid NULL dereference This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.61 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/16 11:47 p.m.10 views

GSD-2022-1005298 virtio-gpu: fix a missing check to avoid NULL dereference

virtio-gpu: fix a missing check to avoid NULL dereference This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.2 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/16 11:24 p.m.14 views

GSD-2022-1004998 drm/amd/pm: Fix a potential gpu_metrics_table memory leak

drm/amd/pm: Fix a potential gpumetricstable memory leak This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.7 by commit...

7.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/16 10:28 p.m.30 views

TensorFlow vulnerable to `CHECK` fail in `tf.linalg.matrix_rank`

Impact When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf a = tf.constant, shape=0, 1, 1, dtype=tf.float32 tf.linalg.matrixranka=a Patches We have patched the issue in GitHub...

7.5CVSS7.3AI score0.00428EPSS
SaveExploits0References5Affected Software3
OSV
OSV
added 2022/09/16 10:28 p.m.60 views

GHSA-9VQJ-64PV-W55C TensorFlow vulnerable to `CHECK` fail in `tf.linalg.matrix_rank`

Impact When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf a = tf.constant, shape=0, 1, 1, dtype=tf.float32 tf.linalg.matrixranka=a Patches We have patched the issue in GitHub...

5.9CVSS5.8AI score0.00428EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/09/16 10:28 p.m.55 views

TensorFlow vulnerable to `CHECK` fail in `MaxPool`

Impact When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf import numpy as np input = np.ones1, 1, 1, 1 ksize = 1, 1, 2, ...

7.5CVSS7.3AI score0.0042EPSS
SaveExploits0References5Affected Software3
CVE
CVE
added 2022/09/16 10:15 p.m.133 views

CVE-2022-35999

TensorFlow CVE-2022-35999 affects Conv2DBackpropInput: when out_backprop is empty (example [3,1,0,1]), CPU/GPU kernels fail CHECKs, enabling potential denial of service. A patch was committed (27a65a43cf763897fecfa5cdb5cc653fc5dd0346) and will be included in TensorFlow 2.10.0; the patch will also...

7.5CVSS6.4AI score0.0042EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/09/16 10:15 p.m.59 views

CVE-2022-35999 `CHECK` fail in `Conv2DBackpropInput` in TensorFlow

TensorFlow is an open source platform for machine learning. When Conv2DBackpropInput receives empty outbackprop inputs e.g. 3, 1, 0, 1, the current CPU/GPU kernels CHECK fail one with dnnl, the other with cudnn. This can be used to trigger a denial of service attack. We have patched the issue in...

5.9CVSS7.6AI score0.0042EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 10:15 p.m.41 views

CVE-2022-35989

TensorFlow is an open source platform for machine learning. When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub comm...

7.5CVSS0.0042EPSS
SaveExploits0References2
Prion
Prion
added 2022/09/16 10:15 p.m.16 views

Stack overflow

TensorFlow is an open source platform for machine learning. When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub comm...

5CVSS7.3AI score0.0042EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/09/16 10:15 p.m.19 views

Stack overflow

TensorFlow is an open source platform for machine learning. When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c55b476aa0e0bd4ee99d0f3ad18d9d706cd1260a. The fix...

5CVSS7.3AI score0.00428EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/09/16 9:35 p.m.37 views

CVE-2022-35989 `CHECK` fail in `MaxPool` in TensorFlow

TensorFlow is an open source platform for machine learning. When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub comm...

5.9CVSS7.5AI score
SaveExploits0References4
OSV
OSV
added 2022/09/16 9:35 p.m.32 views

CVE-2022-35988 `CHECK` fail in `tf.linalg.matrix_rank` in TensorFlow

TensorFlow is an open source platform for machine learning. When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c55b476aa0e0bd4ee99d0f3ad18d9d706cd1260a. The fix...

5.9CVSS7.8AI score
SaveExploits0References4
Rows per page
Query Builder