Lucene search
+L

8729 matches found

OSV
OSV
added 2024/07/29 4:15 p.m.27 views

UBUNTU-CVE-2024-41093

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid using null object of framebuffer Instead of using state-fb-obj0 directly, get object from framebuffer by calling drmgemfbgetobj and return error code when object is null to avoid using null object of framebuffer...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.33 views

CVE-2024-42081

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xedevcoredump: Check NULL before assignments Assign 'xedevcoredumpsnapshot ' and 'xedevice ' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define variables before code.Ashutosh/Jose v4 - Drop return check...

5.5CVSS5.8AI score0.00194EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/29 4:15 p.m.10 views

UBUNTU-CVE-2024-41095

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17tvgetldmodes In nv17tvgetldmodes, 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.00236EPSS
SaveExploits0References37
OSV
OSV
added 2024/07/29 4:15 p.m.9 views

UBUNTU-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.5CVSS6.6AI score0.00197EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/29 4:15 p.m.10 views

UBUNTU-CVE-2024-42064

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7.8CVSS6.7AI score0.00207EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/29 4:15 p.m.9 views

UBUNTU-CVE-2024-42066

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix potential integer overflow in page size calculation Explicitly cast tbo-pagealignment to u64 before bit-shifting to prevent overflow when assigning to minpagesize...

7.8CVSS6.7AI score0.00207EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.18 views

CVE-2024-42081 drm/xe/xe_devcoredump: Check NULL before assignments

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xedevcoredump: Check NULL before assignments Assign 'xedevcoredumpsnapshot ' and 'xedevice ' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define variables before code.Ashutosh/Jose v4 - Drop return check...

7AI score0.00194EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/29 3:52 p.m.12 views

CVE-2024-42081 drm/xe/xe_devcoredump: Check NULL before assignments

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xedevcoredump: Check NULL before assignments Assign 'xedevcoredumpsnapshot ' and 'xedevice ' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define variables before code.Ashutosh/Jose v4 - Drop return check...

4.6AI score
SaveExploits0References5
CVE
CVE
added 2024/07/29 3:52 p.m.148 views

CVE-2024-42081

CVE-2024-42081 affects the Linux kernel component drm/ xe/ xe_devcoredump. The root cause was assigning xe_devcoredump_snapshot* and xe_device* unconditionally; the fix adds a NULL check and only assigns these pointers when coredump is not NULL. CVSS: Low-Privilege Local access with Medium overal...

5.5CVSS6.7AI score0.00194EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/07/29 3:52 p.m.47 views

CVE-2024-42081 drm/xe/xe_devcoredump: Check NULL before assignments

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xedevcoredump: Check NULL before assignments Assign 'xedevcoredumpsnapshot ' and 'xedevice ' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define variables before code.Ashutosh/Jose v4 - Drop return check...

0.00194EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/29 3:52 p.m.35 views

CVE-2024-42065 drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init

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

0.00197EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/29 3:52 p.m.42 views

CVE-2024-42066 drm/xe: Fix potential integer overflow in page size calculation

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix potential integer overflow in page size calculation Explicitly cast tbo-pagealignment to u64 before bit-shifting to prevent overflow when assigning to minpagesize...

7.8CVSS0.00207EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.13 views

CVE-2024-42065 drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init

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

6.8AI score0.00197EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.13 views

CVE-2024-42066 drm/xe: Fix potential integer overflow in page size calculation

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix potential integer overflow in page size calculation Explicitly cast tbo-pagealignment to u64 before bit-shifting to prevent overflow when assigning to minpagesize...

7.8CVSS7.1AI score0.00207EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/29 3:52 p.m.15 views

CVE-2024-42065 drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init

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.9AI score
SaveExploits0References5
OSV
OSV
added 2024/07/29 3:52 p.m.18 views

CVE-2024-42066 drm/xe: Fix potential integer overflow in page size calculation

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix potential integer overflow in page size calculation Explicitly cast tbo-pagealignment to u64 before bit-shifting to prevent overflow when assigning to minpagesize...

7.8CVSS6.3AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.14 views

CVE-2024-42064 drm/amd/display: Skip pipe if the pipe idx not set properly

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7AI score0.00207EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/29 3:52 p.m.13 views

CVE-2024-42064 drm/amd/display: Skip pipe if the pipe idx not set properly

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7.8CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.46 views

CVE-2024-41095 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes

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

0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/29 3:48 p.m.19 views

CVE-2024-41095 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes

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

6AI score
SaveExploits0References12
Rows per page
Query Builder