Lucene search
+L

8692 matches found

CVE
CVE
added 2024/11/07 9:31 a.m.121 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.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...

7.8CVSS5.4AI score0.002EPSS
SaveExploits0
OSV
OSV
added 2024/11/07 9:31 a.m.14 views

CVE-2024-50144 drm/xe: fix unbalanced rpm put() with fence_fini()

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.5CVSS6.2AI score
SaveExploits0References5
CVE
CVE
added 2024/11/07 9:31 a.m.106 views

CVE-2024-50144

The CVE-2024-50144 issue affects the Linux kernel DRM/XE path. Root cause: an unbalanced rpm put() can occur if fence_fini() is invoked twice on error while handling GuC CT for a tlb request, because the code path signals the fence and then returns an error, causing the caller to run fini() again...

5.5CVSS5.3AI score0.00201EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.10 views

SUSE CVE-2024-50108

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

5.5CVSS7.7AI score0.00235EPSS
SaveExploits0References18
NVD
NVD
added 2024/11/05 6:15 p.m.28 views

CVE-2024-50134

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

5.5CVSS0.00252EPSS
SaveExploits0References10
NVD
NVD
added 2024/11/05 6:15 p.m.15 views

CVE-2024-50108

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

5.5CVSS0.00235EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/05 6:15 p.m.17 views

CVE-2024-50117

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ? showregs arch/x86/kernel/dumpstack.c:478 discriminator 1 ...

7.3CVSS0.00254EPSS
SaveExploits0References10
NVD
NVD
added 2024/11/05 5:15 p.m.14 views

CVE-2024-50090

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix overflow in oa batch buffer By default xebbcreatejob appends a MIBATCHBUFFEREND to batch buffer, this is not a problem if batch buffer is only used once but oa reuses the batch buffer for the same metric and at eac...

7.8CVSS0.00217EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/05 5:15 p.m.10 views

UBUNTU-CVE-2024-50090

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix overflow in oa batch buffer By default xebbcreatejob appends a MIBATCHBUFFEREND to batch buffer, this is not a problem if batch buffer is only used once but oa reuses the batch buffer for the same metric and at eac...

7.8CVSS6.4AI score0.00217EPSS
SaveExploits0References19
OSV
OSV
added 2024/11/05 5:10 p.m.15 views

CVE-2024-50134 drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

6.5AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.31 views

CVE-2024-50134 drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

0.00252EPSS
SaveExploits0References7
CVE
CVE
added 2024/11/05 5:10 p.m.269 views

CVE-2024-50134

CVE-2024-50134 affects the Linux kernel driver drm/vboxvideo (vbva_mouse_pointer_shape). The issue stems from a fake VLA at the end of vbva_mouse_pointer_shape triggering a field-spanning memcpy write in hgsmi_base.c:154. The patch replaces the fake VLA with a real VLA to fix the warning and pote...

5.5CVSS5.3AI score0.00252EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/11/05 5:10 p.m.16 views

CVE-2024-50117 drm/amd: Guard against bad data for ATIF ACPI method

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ? showregs arch/x86/kernel/dumpstack.c:478 discriminator 1 ...

7.3CVSS6.3AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.33 views

CVE-2024-50108 drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50108 drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

5.5CVSS6.1AI score
SaveExploits0References8
OSV
OSV
added 2024/11/05 5:04 p.m.11 views

CVE-2024-50090 drm/xe/oa: Fix overflow in oa batch buffer

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix overflow in oa batch buffer By default xebbcreatejob appends a MIBATCHBUFFEREND to batch buffer, this is not a problem if batch buffer is only used once but oa reuses the batch buffer for the same metric and at eac...

7.8CVSS6.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/05 5:04 p.m.6 views

CVE-2024-50090 drm/xe/oa: Fix overflow in oa batch buffer

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix overflow in oa batch buffer By default xebbcreatejob appends a MIBATCHBUFFEREND to batch buffer, this is not a problem if batch buffer is only used once but oa reuses the batch buffer for the same metric and at eac...

7.8CVSS7.2AI score0.00217EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/05 5:04 p.m.157 views

CVE-2024-50090

CVE-2024-50090 is tied to the Linux kernel DRM XE driver. The Connected document describes a bug in __xe_bb_create_job() where a buffer copy operation lacks input data validation, enabling a vulnerability that could trigger a service failure. The Initial description also notes a separate issue in...

7.8CVSS5.6AI score0.00217EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.121 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

9.8CVSS7AI score0.00922EPSS
SaveExploits0References37
Rows per page
Query Builder