Lucene search
+L

10244 matches found

RedhatCVE
RedhatCVE
•added 2024/11/18 6:59 a.m.•20 views

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.5CVSS7.2AI score0.00216EPSS
SaveExploits0References4
Redos
Redos
•added 2024/11/18 12:00 a.m.•31 views

ROS-20241118-02

A vulnerability in the bcmasp component of the Linux kernel is related to a memory leak in the functions umacinit, bcmasptxpoll, bcmaspinittx and bcmaspnetifdeinit functions in drivers/net/ethernet/broadcom/asp2/bcmaspintf.c. Exploitation of the vulnerability could allow an attacker to cause a...

8.8CVSS6.8AI score0.00686EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
•added 2024/11/18 12:00 a.m.•14 views

The vulnerability of components related to DRM, AMD, and display kernels in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of DRM/AMD/display components in the Linux operating system is related to the assignment of the NULL pointer. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00279EPSS
SaveExploits0References47Affected Software5
Redos
Redos
•added 2024/11/14 12:00 a.m.•48 views

ROS-20241114-01

Vulnerability of net/rds components of Linux operating system kernel is related to dereferencing of NULL pointer in the rdsrdmamap function in net/rds/rdma.c. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the nftables component of the...

8.8CVSS7.4AI score0.00974EPSS
SaveExploits0
SUSE Linux
SUSE Linux
•added 2024/11/13 10:13 a.m.•23 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-36244: net/sched: taprio: extend minimum interval restriction to entire cycle too bsc1226797. CVE-2024-41031: mm/filemap: skip to create PMD-sized page cac...

8.7CVSS8.2AI score0.01369EPSS
SaveExploits4References1198
OSV
OSV
•added 2024/11/12 4:56 p.m.•21 views

CLSA-2024-1731430561 kernel: Fix of 31 CVEs

driver core: bus: Fix double free in driver API busregister CVE-2024-50055 - net: tun: Fix use-after-free in tundetach CVE-2022-49014 - memcg: fix possible use-after-free in memcgwriteeventcontrol CVE-2022-48988 - ppp: fix pppasyncencode illegal access CVE-2024-50035 - drivers: media:...

9.8CVSS6.9AI score0.05524EPSS
SaveExploits5References1
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•15 views

kernel: drm/tegra: dsi: Add missing check for of_find_device_by_node

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: dsi: Add missing check for offinddevicebynode The Linux kernel CVE team has assigned CVE-2023-52650 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024050109-CVE-2023-52650-e2d1@gregkh/T...

5.5CVSS6.8AI score0.00304EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•14 views

kernel: drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes

A flaw was found in the Linux kernel’s nouveau module. The return value of the drmmodeduplicate function is not checked in the nv17tvgetldmodes function in the drivers/gpu/drm/nouveau/dispnv04/tvnv17.c file, possibly causing a NULL pointer dereference and resulting in a denial of service...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•16 views

kernel: drm/amdkfd: lock dependency warning with srcu

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix lock dependency warning with srcu ====================================================== WARNING: possible circular locking dependency detected 6.5.0-kfd-yangp 2289 Not tainted...

5.5CVSS6.8AI score0.00168EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•14 views

kernel: drm/fbdev-dma: Only set smem_start is enable per module option

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•15 views

kernel: drm/amdgpu: fix deadlock while reading mqd from debugfs

A flaw was found in the drm/amdgpu subsystem in the Linux kernel, involving a deadlock occurring when reading the Memory Queue Descriptor MQD from debugfs. This issue could cause the system to hang during debug operations...

5.5CVSS7.1AI score0.00174EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•35 views

kernel: drm/amdgpu: Init zone device and drm client after mode-1 reset on reload

No description is available for this CVE...

7.3AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•13 views

kernel: drm/amd/display: Wake DMCUB before executing GPINT commands

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before executing GPINT commands Why DMCUB can be in idle when we attempt to interface with the HW through the GPINT mailbox resulting in a system hang. How Add dcwakeandexecutegpint to wrap the wake,...

7.8CVSS6.8AI score0.00368EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•17 views

kernel: drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes

A flaw was found in the Linux kernel’s nouveau module. The return value of the drmmodeduplicate function is not checked in the nouveauconnectorgetmodes function in the drivers/gpu/drm/nouveau/nouveauconnector.c file, possibly causing a NULL pointer dereference and resulting in a denial of service...

5.5CVSS6.6AI score0.00261EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•10 views

kernel: drm/vmwgfx: Fix invalid reads in fence signaled events

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drmevent to the size of the structure that's actually used. The length of the drmevent was set to the parent structure instead of to the...

7.1CVSS6.7AI score0.00285EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•11 views

kernel: drm/drm_file: Fix pid refcounting race

A race condition was found in the Linux kernel. The rmfileupdatepid only increments the refcount of a struct pid after storing a pointer to it in filp-pid, dropping the dev-filelistmutex, resulting in a use-after-free vulnerability...

7.8CVSS7.2AI score0.00229EPSS
SaveExploits3References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•11 views

kernel: drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()

No description is available for this CVE...

7.3AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•13 views

kernel: drm/amd/display: Fix MST Null Ptr for RV

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix MST Null Ptr for RV The change try to fix below error specific to RV platform: BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 0 P4D 0 Oops: 0000 1 PREEMPT SMP NOPTI CPU: 4 PID: 917 Comm:...

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•12 views

kernel: drm/vmwgfx: Fix the lifetime of the bo cursor memory

A vulnerability was found in the drm/vmwgfx driver in the Linux kernel, concerning the lifetime management of the buffer object BO cursor memory. This issue occurs due to improper handling of the cursor memory's lifecycle, which could lead to use-after-free errors or crashes...

7.8CVSS7.3AI score0.00236EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/12 9:11 a.m.•26 views

kernel: drm/amd/display: Implement bounds check for stream encoder creation in DCN301

A vulnerability was found in the DRM/AMD/Display module of the Linux Kernel. An out-of-bounds access exists in the 'streamencregs' array within DCN301, while accessing the array with 'engid,’ could lead to an out-of-bounds access beyond its four-element size, which can cause a system crash...

7CVSS7.2AI score0.00264EPSS
SaveExploits0References5
Rows per page
Query Builder