Lucene search
+L

8729 matches found

OSV
OSV
added 2024/09/27 1:15 p.m.11 views

UBUNTU-CVE-2024-46819

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: the warning dereferencing obj for nbiov74 if rasmanager obj null, don't print NBIO err data...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References19
OSV
OSV
added 2024/09/27 1:15 p.m.8 views

UBUNTU-CVE-2024-46837

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Restrict high priorities on groupcreate We were allowing any users to create a high priority group without any permission checks. As a result, this was allowing possible denial of service. We now only allow the DRM...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/27 1:15 p.m.15 views

UBUNTU-CVE-2024-46808

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

5.5CVSS6.5AI score0.00204EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/27 1:15 p.m.12 views

UBUNTU-CVE-2024-46810

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ Make sure the connector is fully initialized before signalling any HPD events via drmkmshelperhotplugevent, otherwise this may lead to NULL...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References18
OSV
OSV
added 2024/09/27 1:15 p.m.8 views

UBUNTU-CVE-2024-46866

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in showmeminfo bomeminfo wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to stuff like NPD and UAF, if the bo lock is not held. Grab...

7.8CVSS6.1AI score0.00146EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/27 1:15 p.m.18 views

UBUNTU-CVE-2024-46811

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index may exceed array range within fpuupdatebwboundingbox Why Coverity reports OVERRUN warning. soc.numstates could be 40. But array range of bwparams-clktable.entries is 8. How Assert if soc.numstates great...

7.8CVSS6.5AI score0.00246EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/27 1:15 p.m.9 views

UBUNTU-CVE-2024-46850

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn35setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn35setdrr is a member of this resource context. If dcstatedestruct is...

7.8CVSS6.5AI score0.00178EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/27 1:15 p.m.9 views

UBUNTU-CVE-2024-46812

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration Why Coverity reports Memory - illegal accesses. How Skip inactive planes...

7.8CVSS6.5AI score0.00255EPSS
SaveExploits0References25
CVE
CVE
added 2024/09/27 12:42 p.m.154 views

CVE-2024-46867

In CVE-2024-46867, the Linux kernel component drm/xe/client exhibited a deadlock and an atomic sleep issue in show_meminfo when the bo (buffer object) being destroyed had the last reference. The root cause was the destruction path attempting to grab the same spinlock, risking a sleep in atomic co...

5.5CVSS5.2AI score0.00139EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/27 12:42 p.m.24 views

CVE-2024-46867 drm/xe/client: fix deadlock in show_meminfo()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: fix deadlock in showmeminfo There is a real deadlock as well as sleeping in atomic bug in here, if the bo put happens to be the last ref, since bo destruction wants to grab the same spinlock and sleeping locks. Fix...

6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/27 12:42 p.m.13 views

CVE-2024-46866 drm/xe/client: add missing bo locking in show_meminfo()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in showmeminfo bomeminfo wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to stuff like NPD and UAF, if the bo lock is not held. Grab...

6.8AI score0.00146EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/27 12:42 p.m.49 views

CVE-2024-46866 drm/xe/client: add missing bo locking in show_meminfo()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in showmeminfo bomeminfo wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to stuff like NPD and UAF, if the bo lock is not held. Grab...

7.8CVSS0.00146EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/27 12:42 p.m.21 views

CVE-2024-46866 drm/xe/client: add missing bo locking in show_meminfo()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in showmeminfo bomeminfo wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to stuff like NPD and UAF, if the bo lock is not held. Grab...

7.8CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/09/27 12:42 p.m.175 views

CVE-2024-46866

The CVE-2024-46866 issue in the Linux kernel affects the drm/xe client, specifically the bo_meminfo path. Root cause: bo_meminfo() inspects bo state (tt and ttm resource) without consistently holding the bo lock, allowing state changes that can cause NPD or UAF. Mitigation implemented by grabbing...

7.8CVSS5.1AI score0.00146EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/09/27 12:42 p.m.136 views

CVE-2024-46851

The CVE-2024-46851 issue appears in the Linux kernel DRM/AMD display code: a race between dcn10_set_drr() and dc_state_destruct() can occur if dc_state_destruct() nulls the DC state resource context while IRQ processing calls dcn10_set_drr(). The pipe context passed to dcn10_set_drr() is part of ...

4.7CVSS4.4AI score0.00171EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/09/27 12:42 p.m.34 views

CVE-2024-46851 drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn10setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn10setdrr is a member of this resource context. If dcstatedestruct is...

0.00171EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/27 12:42 p.m.14 views

CVE-2024-46851 drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn10setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn10setdrr is a member of this resource context. If dcstatedestruct is...

6.7AI score0.00171EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/27 12:42 p.m.13 views

CVE-2024-46851 drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn10setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn10setdrr is a member of this resource context. If dcstatedestruct is...

5.7AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/27 12:42 p.m.12 views

CVE-2024-46850 drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn35setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn35setdrr is a member of this resource context. If dcstatedestruct is...

6.7AI score0.00178EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/27 12:42 p.m.113 views

CVE-2024-46850

CVE-2024-46850 affects the Linux kernel DRM/AMD display path: the dcn35_set_drr() function in the AMD DC hardware sequencing code can race with dc_state_destruct() which nulls the DC state resource context. If destruction occurs in parallel with IRQ processing that calls dcn35_set_drr(), callback...

7.8CVSS4.4AI score0.00178EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder