Lucene search
+L

675 matches found

CNNVD
CNNVD
added 2024/08/21 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a post-release reuse of GEM handle creation in the drm/virtio component...

4.7CVSS6.3AI score0.00245EPSS
SaveExploits0References9
OSV
OSV
added 2024/08/17 9:15 a.m.3 views

DEBIAN-CVE-2024-42261

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the timestamp extension If userspace provides an unknown or invalid handle anywhere in the handle array the rest of the driver will not handle that well. Fix it by checking handl...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/17 9:15 a.m.11 views

UBUNTU-CVE-2024-42263

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/17 9:15 a.m.12 views

UBUNTU-CVE-2024-42261

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the timestamp extension If userspace provides an unknown or invalid handle anywhere in the handle array the rest of the driver will not handle that well. Fix it by checking handl...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/08/17 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the drm/v3d component allowing out-of-bounds access in the performance query extension...

7.1CVSS6.8AI score0.00219EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.12 views

kernel: drm: Don't unref the same fb many times by mistake due to deadlock handling

A flaw was found in the Linux kernel. A frame buffer can be freed while still in use in a specific situation in drivers/gpu/drm/drmplane.c. This issue may compromise the availability...

7.8CVSS6.7AI score0.00228EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.10 views

kernel: drm: Don't unref the same fb many times by mistake due to deadlock handling

A flaw was found in the Linux kernel. A frame buffer can be freed while still in use in a specific situation in drivers/gpu/drm/drmplane.c. This issue may compromise the availability...

7.8CVSS6.7AI score0.00228EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.18 views

SUSE CVE-2024-42120

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipectx has a size of MAXPIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by Coverity...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References16
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-CVE-2024-42101

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

5.5CVSS5.6AI score0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

UBUNTU-CVE-2024-42117

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id WHY finddispcfgidxbyplaneid and finddispcfgidxbystreamid returns an array index and they return -1 when not found; however, -1 is not a valid index number. HOW...

7.8CVSS5.7AI score0.00233EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/30 8:15 a.m.11 views

UBUNTU-CVE-2024-42121

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index msgid before read or write WHAT msgid is used as an array index and it cannot be a negative value, and therefore cannot be equal to MODHDCPMESSAGEIDINVALID -1. HOW Check whether msgid is valid before...

7.8CVSS6.2AI score0.0026EPSS
SaveExploits0References25
OSV
OSV
added 2024/07/30 8:15 a.m.12 views

UBUNTU-CVE-2024-42146

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add outer runtimepm protection to xelivektest@xedmabuf Any kunit doing any memory access should get their own runtimepm outer references since they don't use the standard driver API entries. In special this dmabuf from th...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/29 4:15 p.m.3 views

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

5.5CVSS5.5AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.10 views

UBUNTU-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.7AI score0.00193EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.15 views

kernel: drm/client: Fully protect modes[] with dev->mode_config.mutex

A flaw in the Linux kernel's Direct Rendering Manager DRM client could cause system instability. The problem occurs because the modes array, used to store display mode pointers, wasn’t adequately protected by a mutex lock. This allows the array to reference memory that has already been freed or...

7.8CVSS6.8AI score0.00259EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.6 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from an out-of-bounds memory access warning with undefined behavior in the drm/radeon component in kvdpm.c...

5.5CVSS8.3AI score0.00281EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a potential integer overflow problem in the XE architecture in the DRM subsystem...

5.5CVSS6.4AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/29 11:30 a.m.28 views

CLSA-2024-1716980150 Fix of 12 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-26929 - scsi: qla2xxx: Fix double free of fcport CVE-url: https://ubuntu.com/security/CVE-2024-35997 - HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up CVE-url: https://ubuntu.com/security/CVE-2023-52752 - smb: client: fix use-after-free...

7.8CVSS6.8AI score0.00281EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/28 3:29 p.m.4 views

SUSE CVE-2021-47533

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 "drm/vc4: kms: Wait on previous FIFO users before a commit" introduced a wait on the previous commit done on a given HVS FIFO. However, we never cleare...

7.8CVSS6.5AI score0.00216EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/22 7:15 a.m.5 views

DEBIAN-CVE-2021-47445

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereference on pointer edp The initialization of pointer dev dereferences pointer edp before edp is null checked, so there is a potential null pointer deference issue. Fix this by only dereferencing edp...

5.5CVSS5.3AI score0.00226EPSS
SaveExploits0References1
Rows per page
Query Builder