Lucene search
+L

8604 matches found

OSV
OSV
added 2025/03/27 5:15 p.m.11 views

UBUNTU-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.8CVSS6.2AI score0.00279EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 4:48 p.m.24 views

USN-7380-1 linux-lowlatency 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
SaveExploits3References308
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.25 views

CVE-2023-53002 drm/i915: Fix a memory leak with reused mmap_offset

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix a memory leak with reused mmapoffset drmvmanodeallow and drmvmanoderevoke should be called in balanced pairs. We call drmvmanodeallow once per-file everytime a user calls mmapoffset, but only call drmvmanoderevoke...

0.00224EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/27 4:43 p.m.151 views

CVE-2023-53002

CVE-2023-53002 concerns the Linux kernel DRM/I915 memory leak when mmap_offset is reused. The root cause is that drm_vma_node_allow() and drm_vma_node_revoke() were not called in balanced pairs: allow is invoked once per-file per mmap_offset, while revoke was only called per-file per mmap_offset,...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.10 views

CVE-2023-53002 drm/i915: Fix a memory leak with reused mmap_offset

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix a memory leak with reused mmapoffset drmvmanodeallow and drmvmanoderevoke should be called in balanced pairs. We call drmvmanodeallow once per-file everytime a user calls mmapoffset, but only call drmvmanoderevoke...

5.5CVSS5.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.29 views

CVE-2023-53002

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix a memory leak with reused mmapoffset drmvmanodeallow and drmvmanoderevoke should be called in balanced pairs. We call drmvmanodeallow once per-file everytime a user calls mmapoffset, but only call drmvmanoderevoke...

5.5CVSS5.5AI score0.00224EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.30 views

CVE-2023-53001

Removed by vendor...

6.8AI score
SaveExploits0
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.15 views

CVE-2023-53001

...

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

CVE-2023-53001

CVE-2023-53001 entry is rejected/not used as described.

6.6AI score
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.81 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
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.28 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: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
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
Rows per page
Query Builder