Lucene search
+L

8667 matches found

CVE
CVE
added 2025/03/27 4:43 p.m.82 views

CVE-2023-52981

The CVE-2023-52981 issue affects the Linux kernel DRM/I915: the error-capture and debugfs dump paths had broken request reference counting when GuC submission was involved. The fixes adjust reference counting for the context-based search and the execlist-based search, ensuring proper get/put sema...

7.8CVSS6.7AI score0.00236EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/03/27 4:37 p.m.87 views

CVE-2023-52930

The CVE-2023-52930 issue affects the Linux kernel’s i915 driver: a race between multiple threads calling I915_GEM_SET_TILING to switch tiling to I915_TILING_NONE could cause a double-free (or memory leak on transitions). The fix moves allocation/free’ing of the bit_17 mask inside the section prot...

7.8CVSS6.5AI score0.00279EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/27 4:37 p.m.13 views

CVE-2023-52931 drm/i915: Avoid potential vm use-after-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.8CVSS7.1AI score0.00237EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/27 4:37 p.m.137 views

CVE-2023-52931

CVE-2023-52931 : In the Linux kernel, a vulnerability in the DRM/i915 stack (vm use-after-free) was resolved. The root cause was that adding the vm to the vm_xa table made it visible to userspace, creating a race with the kernel when closing the vm. The remediation is to take an extra reference b...

7.8CVSS6.5AI score0.00237EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.23 views

CVE-2023-52931 drm/i915: Avoid potential vm use-after-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.8CVSS0.00237EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/27 4:37 p.m.11 views

CVE-2023-52931 drm/i915: Avoid potential vm use-after-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.8CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.14 views

CVE-2023-52930 drm/i915: Fix potential bit_17 double-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit17 double-free A userspace with multiple threads racing I915GEMSETTILING to set the tiling to I915TILINGNONE could trigger a double free of the bit17 bitmask. Or conversely leak memory on the transition...

7.8CVSS0.00279EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 4:37 p.m.13 views

CVE-2023-52930 drm/i915: Fix potential bit_17 double-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit17 double-free A userspace with multiple threads racing I915GEMSETTILING to set the tiling to I915TILINGNONE could trigger a double free of the bit17 bitmask. Or conversely leak memory on the transition...

7.8CVSS5.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.34 views

CVE-2023-52931

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.8CVSS5.6AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.17 views

CVE-2023-52930

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit17 double-free A userspace with multiple threads racing I915GEMSETTILING to set the tiling to I915TILINGNONE could trigger a double free of the bit17 bitmask. Or conversely leak memory on the transition...

7.8CVSS5.6AI score0.00279EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:18 p.m.44 views

USN-7379-1 linux, linux-aws, linux-azure, linux-gcp, linux-hwe-6.11, linux-oracle, linux-realtime vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - x86...

10CVSS6.4AI score0.00822EPSS
SaveExploits2References309
OSV
OSV
added 2025/03/27 3:15 p.m.4 views

DEBIAN-CVE-2024-58091

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as...

5.5CVSS5.6AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 3:15 p.m.19 views

UBUNTU-CVE-2025-21880

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix EFAULT handling Currently we treat EFAULT from hmmrangefault as a non-fatal error when called from xevmuserptrpin with the idea that we want to avoid killing the entire vm and chucking an error, under the...

5.5CVSS6.5AI score0.00199EPSS
SaveExploits0References20
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.20 views

CVE-2025-21880

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix EFAULT handling Currently we treat EFAULT from hmmrangefault as a non-fatal error when called from xevmuserptrpin with the idea that we want to avoid killing the entire vm and chucking an error, under the...

5.5CVSS5.6AI score0.00199EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/03/27 12:00 a.m.13 views

PT-2025-29039

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential null pointer dereference issue was resolved in the drm/amd/pp subsystem, specifically within the atomctrl initialize mc reg table and atomctrl initialize mc reg table v2 2...

5.5CVSS6.7AI score0.00149EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/03/27 12:00 a.m.8 views

PT-2025-13347

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns the Linux kernel, specifically the drm/drm vma manager component. It has been resolved by adding a function called drm vma node allow once, which allows drm drivers to...

7.8CVSS6.6AI score0.00551EPSS
SaveExploits0References130
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.53 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/i915 component requesting an improper reference count during error trapping...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:00 a.m.12 views

The vulnerability of the vidi_get_modes() function in DRM/Exynos/VIDI components of Linux kernel allows a hacker to trigger a service failure.

The vulnerability of the vidigetmodes function in DRM/Exynos/VIDI components of Linux operating systems is related to a memory leak. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS6.6AI score0.00261EPSS
SaveExploits0References18Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:00 a.m.11 views

The vulnerability of the drm/shmem-helpper components in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the drmgemshmemmmap function in the drm/shmem-helpful components of the Linux operating system is related to memory corruption. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.00277EPSS
SaveExploits0References10Affected Software6
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.14 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 drm/xe not handling EFAULT correctly, which could result in a user ptr vma residue...

5.5CVSS6.4AI score0.00199EPSS
SaveExploits0References5
Rows per page
Query Builder