Lucene search
+L

8714 matches found

UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.20 views

CVE-2024-42262

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 ...

5.5CVSS6.4AI score0.00196EPSS
SaveExploits0References9
OSV
OSV
added 2024/08/17 9:15 a.m.6 views

UBUNTU-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.8CVSS6.5AI score0.00219EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.10 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.5CVSS6.4AI score0.00196EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.18 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.8CVSS6.3AI score0.00203EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/17 9:15 a.m.15 views

UBUNTU-CVE-2024-42309

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in psbintellvdsgetmodes In psbintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References31
OSV
OSV
added 2024/08/17 9:15 a.m.12 views

UBUNTU-CVE-2024-42310

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdvintellvdsgetmodes In cdvintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References31
OSV
OSV
added 2024/08/17 9:15 a.m.8 views

UBUNTU-CVE-2024-42262

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 ...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/17 9:15 a.m.55 views

UBUNTU-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.7AI score0.00203EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.27 views

CVE-2024-42309 drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in psbintellvdsgetmodes In psbintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

6.8AI score0.00228EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.40 views

CVE-2024-42309 drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in psbintellvdsgetmodes In psbintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

0.00228EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/17 9:09 a.m.26 views

CVE-2024-42309 drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in psbintellvdsgetmodes In psbintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

6AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.23 views

CVE-2024-42310

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdvintellvdsgetmodes In cdvintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add...

5.5CVSS5.6AI score0.00228EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.22 views

CVE-2024-42310 drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdvintellvdsgetmodes In cdvintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add...

6.8AI score0.00228EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:09 a.m.126 views

CVE-2024-42309

CVE-2024-42309 affects the Linux kernel (drm/gma500, psb_intel_lvds_get_modes). Root cause: drm_mode_duplicate() may fail and return NULL, risking a NULL pointer dereference. Fix: added a check to avoid NP Dereference. Impact: NULL pointer dereference could lead to a kernel crash; exploitation de...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.42 views

CVE-2024-42310 drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdvintellvdsgetmodes In cdvintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add...

0.00228EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:09 a.m.138 views

CVE-2024-42310

CVE-2024-42310 concerns a null pointer dereference in the Linux kernel's DRM GMA500 driver, specifically cdv_intel_lvds_get_modes. The bug arises when the return value of drm_mode_duplicate() is assigned to mode and drm_mode_duplicate() fails, potentially leading to an NPD. The issue has been fix...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.23 views

CVE-2024-42309

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in psbintellvdsgetmodes In psbintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

5.5CVSS5.6AI score0.00228EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.28 views

CVE-2024-42308

...

SaveExploits0
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
Rows per page
Query Builder