Lucene search
+L

8716 matches found

CVE
CVE
added 2024/08/17 9:09 a.m.102 views

CVE-2024-42308

CVE-2024-42308 is associated with the Linux kernel. The MARINER_CVE-2024-42308 advisory notes a fix in drm/amd/display where a NULL pointer check is required for plane_state access; the issue is resolved in kernels ≥ 5.15.167.1-1 (per CBLMARINER entry). Risk and impact are limited to systems runn...

6.6AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.34 views

CVE-2024-42308

...

6.4AI score
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 8:54 a.m.52 views

CVE-2024-42275 drm/client: Fix error code in drm_client_buffer_vmap_local()

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

7.8CVSS0.00203EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/17 8:54 a.m.95 views

CVE-2024-42275

Summary of CVE-2024-42275 : In the Linux kernel DRM subsystem, the bug is in the drm_client_buffer_vmap_local() function (drivers/gpu/drm/drm_client.c). The function can return zero on the failure path, which causes locking issues and leaves the caller’s _map_copy uninitialized. This is a local, ...

7.8CVSS6.7AI score0.00203EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.88 views

CVE-2024-42275

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

7.8CVSS5.9AI score0.00203EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 8:54 a.m.10 views

CVE-2024-42275 drm/client: Fix error code in drm_client_buffer_vmap_local()

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

7AI score0.00203EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/17 8:54 a.m.19 views

CVE-2024-42275 drm/client: Fix error code in drm_client_buffer_vmap_local()

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

7.8CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.43 views

CVE-2024-42263

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

5.5CVSS5.8AI score0.00196EPSS
SaveExploits0
CVE
CVE
added 2024/08/17 8:54 a.m.113 views

CVE-2024-42264

CVE-2024-42264 affects the Linux kernel drm/v3d component; the issue is an out-of-bounds access in performance query extensions due to unchecked perfmon user input when copying IDs. A fix was cherry-picked from commit f32b5128d2c440368b5bf3a7a356823e235caabb and backported to address an out-of-bo...

7.8CVSS6.5AI score0.00219EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.53 views

CVE-2024-42264

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Prevent out of bounds access in performance query extensions Check that the number of perfmons userspace is passing in the copy and reset extensions is not greater than the internal kernel storage where the ids will be...

7.8CVSS5.9AI score0.00219EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 8:54 a.m.13 views

CVE-2024-42263 drm/v3d: Fix potential memory leak in the timestamp extension

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/17 8:54 a.m.18 views

CVE-2024-42264 drm/v3d: Prevent out of bounds access in performance query extensions

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Prevent out of bounds access in performance query extensions Check that the number of perfmons userspace is passing in the copy and reset extensions is not greater than the internal kernel storage where the ids will be...

6.8AI score0.00219EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/17 8:54 a.m.13 views

CVE-2024-42263 drm/v3d: Fix potential memory leak in the timestamp extension

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

6.8AI score0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/17 8:54 a.m.143 views

CVE-2024-42262

CVE-2024-42262 relates to the Linux kernel’s DRM/V3D subsystem. The issue is a memory leak in the main loop: if fetching userspace memory fails, all drm_syncobjs looked up up to that point are leaked due to a missing drm_syncobj_put. The defect was fixed by exporting and using a common cleanup he...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/08/17 8:54 a.m.8 views

CVE-2024-42262 drm/v3d: Fix potential memory leak in the performance extension

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it ...

6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/17 8:54 a.m.16 views

CVE-2024-42262 drm/v3d: Fix potential memory leak in the performance extension

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it ...

6.8AI score0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/17 8:54 a.m.33 views

CVE-2024-42262 drm/v3d: Fix potential memory leak in the performance extension

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it ...

0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/17 8:54 a.m.35 views

CVE-2024-42260 drm/v3d: Validate passed in drm syncobj handles in the performance extension

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the performance extension If userspace provides an unknown or invalid handle anywhere in the handle array the rest of the driver will not handle that well. Fix it by checking...

0.00196EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.42 views

CVE-2024-42261

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the timestamp extension If userspace provides an unknown or invalid handle anywhere in the handle array the rest of the driver will not handle that well. Fix it by checking handl...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0
CVE
CVE
added 2024/08/17 8:54 a.m.108 views

CVE-2024-42260

CVE-2024-42260 - Linux kernel drm/v3d validation issue : The vulnerability occurred in the DRM/V3D path where userspace could pass unknown or invalid drm_syncobj handles in the performance extension. The description states that if an invalid handle appears anywhere in the handle array, the rest o...

5.5CVSS6.6AI score0.00196EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder