Lucene search
+L

1695 matches found

SUSE CVE
SUSE CVE
added 2024/11/20 3:48 a.m.6 views

SUSE CVE-2024-53086

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

5.5CVSS7.6AI score0.00147EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/19 6:15 p.m.14 views

UBUNTU-CVE-2024-53086

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

5.5CVSS6.6AI score0.00147EPSS
SaveExploits0References17
CNNVD
CNNVD
added 2024/11/19 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a VM dma-resv lock release on xesyncinfenceget failure. No detailed vulnerability details are provided at th...

5.5CVSS8.2AI score0.00147EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/11/14 12:00 a.m.11 views

The vulnerability of the xe_preempt_fence_arm() function in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the xepreemptfencearm function in the drivers/gpu/drm/xe/xepreemptfence.c file of the Linux kernel is related to the reutilization of previously released memory due to competitive access to resources race condition. Exploiting this vulnerability could allow an attacker to...

7.8CVSS6.8AI score0.00215EPSS
SaveExploits0References7Affected Software1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: Reapply "drm/qxl: simplify qxl_fence_wait"

In the Linux kernel, the following vulnerability has been resolved: Reapply "drm/qxl: simplify qxlfencewait" This reverts commit 07ed11afb68d94eadd4ffc082b97c2331307c5ea. Stephen Rostedt reports: "I went to run my tests on my VMs and the tests hung on boot up. Unfortunately, the most I ever got o...

5.5CVSS6.8AI score0.00164EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.11 views

kernel: nouveau: offload fence uevents work to workqueue

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.8AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.8 views

kernel: drm/vmwgfx: Fix invalid reads in fence signaled events

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drmevent to the size of the structure that's actually used. The length of the drmevent was set to the parent structure instead of to the...

7.1CVSS6.7AI score0.00285EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: drm/i915/gt: Fix potential UAF by revoke of fence registers

A use-after-free was found in drivers/gpu/drm/i915/gt/intelggttfencing.c in the Linux kernel. This issue can be caused by a race among revocation of fence registers on one side and sequential execution of signal callbacks invoked on completion of a request that was using them on the other,...

7.8CVSS6.9AI score0.0027EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.6 views

SUSE CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

2.5CVSS7.7AI score0.00201EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/07 10:15 a.m.6 views

DEBIAN-CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.4AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.10 views

UBUNTU-CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.7AI score0.00201EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.1 views

CVE-2024-50144 drm/xe: fix unbalanced rpm put() with fence_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

7.6AI score0.00201EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/07 9:31 a.m.17 views

CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.4AI score0.00201EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.10 views

kernel: drm/i915/gt: Fix potential UAF by revoke of fence registers

A use-after-free was found in drivers/gpu/drm/i915/gt/intelggttfencing.c in the Linux kernel. This issue can be caused by a race among revocation of fence registers on one side and sequential execution of signal callbacks invoked on completion of a request that was using them on the other,...

7.8CVSS6.9AI score0.0027EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.8 views

kernel: drm/i915/gt: Fix potential UAF by revoke of fence registers

A use-after-free was found in drivers/gpu/drm/i915/gt/intelggttfencing.c in the Linux kernel. This issue can be caused by a race among revocation of fence registers on one side and sequential execution of signal callbacks invoked on completion of a request that was using them on the other,...

7.8CVSS6.9AI score0.0027EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.7 views

SUSE CVE-2022-48990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery Why 754.862560 refcountt: underflow; use-after-free. 754.862898 Call Trace: 754.862903 754.862913 amdgpujobfreecb+0xc2/0xe1 amdgpu 754.863543 drmschedmain.cold+0x34/0x39 amdsched...

7.8CVSS7.8AI score0.00234EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/10/22 11:08 a.m.26 views

CVE-2024-50030

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

7.8CVSS7.2AI score0.00229EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:15 p.m.12 views

AZL-51348 CVE-2022-48990 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery Why 754.862560 refcountt: underflow; use-after-free. 754.862898 Call Trace: 754.862903 754.862913 amdgpujobfreecb+0xc2/0xe1 amdgpu 754.863543 drmschedmain.cold+0x34/0x39 amdsched...

7.8CVSS5.6AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.8 views

DEBIAN-CVE-2022-48990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery Why 754.862560 refcountt: underflow; use-after-free. 754.862898 Call Trace: 754.862903 754.862913 amdgpujobfreecb+0xc2/0xe1 amdgpu 754.863543 drmschedmain.cold+0x34/0x39 amdsched...

7.8CVSS5.9AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.8 views

UBUNTU-CVE-2022-48990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery Why 754.862560 refcountt: underflow; use-after-free. 754.862898 Call Trace: 754.862903 754.862913 amdgpujobfreecb+0xc2/0xe1 amdgpu 754.863543 drmschedmain.cold+0x34/0x39 amdsched...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0References5
Rows per page
Query Builder