Lucene search
+L

9071 matches found

CVE
CVE
added 2024/11/08 5:23 a.m.121 views

CVE-2024-50173

The CVE-2024-50173 entry concerns the Linux kernel DRM panthor driver: tick_ctx_cleanup() could access an uninitialized or invalid group-derived ptdev due to using a group variable in the second loop. The fix replaces the approach with obtaining the ptdev object from the scheduler, preventing der...

7.8CVSS6.4AI score0.00227EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/08 5:23 a.m.43 views

CVE-2024-50173 drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix access to uninitialized variable in tickctxcleanup The group variable can't be used to retrieve ptdev in our second loop, because it points to the previously iterated listhead, not a valid group. Get the ptdev...

7.8CVSS0.00227EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/11/08 5:23 a.m.4 views

CVE-2024-50173 drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix access to uninitialized variable in tickctxcleanup The group variable can't be used to retrieve ptdev in our second loop, because it points to the previously iterated listhead, not a valid group. Get the ptdev...

7.6AI score0.00227EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.7 views

SUSE CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

2.5CVSS7.7AI score0.00201EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.9 views

SUSE CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

5.5CVSS7.7AI score0.002EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/11/07 5:03 p.m.15 views

CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

5.5CVSS7AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/07 10:15 a.m.11 views

AZL-53385 CVE-2024-50156 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msmdispstateprintregs If the allocation in msmdispstatedumpregs failed then block-state can be NULL. The msmdispstateprintregs function does have code to try to handle it with: if reg dumpaddr =...

5.5CVSS6.9AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.11 views

DEBIAN-CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

5.5CVSS5.4AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.9 views

DEBIAN-CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.4AI score0.00201EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/07 10:15 a.m.29 views

CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS0.00201EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/07 10:15 a.m.12 views

UBUNTU-CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.7AI score0.00201EPSS
SaveExploits0References8
OSV
OSV
added 2024/11/07 10:15 a.m.13 views

UBUNTU-CVE-2024-50156

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msmdispstateprintregs If the allocation in msmdispstatedumpregs failed then block-state can be NULL. The msmdispstateprintregs function does have code to try to handle it with: if reg dumpaddr =...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References34
OSV
OSV
added 2024/11/07 10:15 a.m.8 views

UBUNTU-CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

7.8CVSS5.7AI score0.002EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.26 views

CVE-2024-50156 drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msmdispstateprintregs If the allocation in msmdispstatedumpregs failed then block-state can be NULL. The msmdispstateprintregs function does have code to try to handle it with: if reg dumpaddr =...

0.00216EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.2 views

CVE-2024-50156 drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msmdispstateprintregs If the allocation in msmdispstatedumpregs failed then block-state can be NULL. The msmdispstateprintregs function does have code to try to handle it with: if reg dumpaddr =...

7.6AI score0.00216EPSS
SaveExploits0References5
CVE
CVE
added 2024/11/07 9:31 a.m.157 views

CVE-2024-50156

CVE-2024-50156 affects the Linux kernel’s drm/msm path. A NULL dereference could occur in msm_disp_state_print_regs() if allocation in msm_disp_state_dump_regs() failed and block->state is NULL. The fix prints "Registers not stored" when a NULL is encountered and also modernizes msm_disp_state...

5.5CVSS5.2AI score0.00216EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/11/07 9:31 a.m.18 views

CVE-2024-50149 drm/xe: Don't free job in TDR

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

7.8CVSS6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.15 views

CVE-2024-50149 drm/xe: Don't free job in TDR

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

6.5AI score0.002EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/07 9:31 a.m.132 views

CVE-2024-50149

CVE-2024-50149 : In the Linux kernel, the drm/xe path had a repair for freeing a job during TDR, which could cause a use-after-free because TDR may run the run_job thread. The fix prevents freeing the job in TDR and instead queues it (or lets the scheduler free it). A patch was cherry-picked into...

7.8CVSS7AI score0.002EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/11/07 9:31 a.m.16 views

CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

7.8CVSS5.4AI score0.002EPSS
SaveExploits0
Rows per page
Query Builder