Lucene search
+L

590 matches found

Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.14 views

CVE-2024-44979 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

7.2AI score0.00199EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.13 views

CVE-2024-44980 drm/xe: Fix opregion leak

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i915 and xe. For now, just fix the leak:...

7.1AI score0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/04 7:54 p.m.98 views

CVE-2024-44980

CVE-2024-44980 relates to the Linux kernel’s DRM/ XE opregion handling. The advisory reports a leak in opregion cleanup within xe_display_init_noirq/ intel_opregion_setup, traced to kmemleak_alloc/kmalloc_trace_noprof paths, resulting in an unreferenced object during probe/modprobe cleanup. The b...

5.5CVSS5.1AI score0.00196EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/04 7:54 p.m.22 views

CVE-2024-44980 drm/xe: Fix opregion leak

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i915 and xe. For now, just fix the leak:...

6AI score
SaveExploits0References5
OSV
OSV
added 2024/09/04 7:54 p.m.24 views

CVE-2024-44979 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

6.4AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.51 views

CVE-2024-44979

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

5.5CVSS5.8AI score0.00199EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.54 views

CVE-2024-44980

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i915 and xe. For now, just fix the leak:...

5.5CVSS5.6AI score0.00196EPSS
SaveExploits0
CVE
CVE
added 2024/09/04 7:54 p.m.101 views

CVE-2024-44979

CVE-2024-44979 affects the Linux kernel: drm/xe component (xe_gt_pagefault) mishandled workqueue destruction, leading to potential memory retention on driver reload. A fix was applied to destroy the pagefault and access-counter workqueues, cherry-picked from commit 7586fc52b14e0b8edd0d1f8a434e0de...

5.5CVSS5.2AI score0.00199EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.39 views

CVE-2024-44978

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS6.1AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.33 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS6.6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.9 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS7.2AI score0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:15 p.m.10 views

AZL-48834 CVE-2024-44956 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/04 6:35 p.m.15 views

CVE-2024-44956 drm/xe/preempt_fence: enlarge the fence critical section

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

7AI score0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 6:35 p.m.18 views

CVE-2024-44956 drm/xe/preempt_fence: enlarge the fence critical section

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/04 6:35 p.m.45 views

CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/09/04 12:00 a.m.8 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 an opregion resource leak in the drm/xe component, which could lead to wasted system memory and stability...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/09/04 12:00 a.m.10 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 sequential problem with the release of job objects in the drm/xe component, which could lead to reuse afte...

7.8CVSS7AI score0.00219EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/09/04 12:00 a.m.7 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 the drm/xe component that could lead to a memory leak...

5.5CVSS6.7AI score0.00199EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.6 views

SUSE CVE-2024-42065

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add a NULL check in xettmstolenmgrinit Add an explicit check to ensure that the mgr is not NULL...

5.5CVSS7.6AI score0.00197EPSS
SaveExploits0References3
Rows per page
Query Builder