Lucene search
+L

8748 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 potential null pointer dereference issue in the drm/amdgpu component when printing debug information...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/21 12:00 a.m.85 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2024-2206)

"According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does n...

9.8CVSS6.5AI score0.02701EPSS
SaveExploits2References159
Tenable Nessus
Tenable Nessus
added 2024/08/21 12:00 a.m.91 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2024-2207)

"According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does n...

9.8CVSS6.5AI score0.02701EPSS
SaveExploits2References159
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.8 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 race condition issue in the handling of interrupts by the drm/msm/dp component...

4.7CVSS6.3AI score0.00181EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/20 11:50 p.m.21 views

CVE-2024-43867 drm/nouveau: prime: fix refcount underflow

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveauboref on a nouveaubo without initializing it and hence the backing ttmbo leads to a refcount underflow. Instead of calling nouveauboref in the unwind path of...

5.8AI score
SaveExploits0References12
CVE
CVE
added 2024/08/20 11:50 p.m.144 views

CVE-2024-43867

The CVE refers to a Linux kernel issue in the DRM Nouveau path: a refcount underflow in nouveau_bo_ref() when nouveau_bo has not been initialized (backing ttm_bo). The vulnerability arises in the unwind path of drm_gem_object_init(); instead of calling nouveau_bo_ref(), code now manually cleans u...

5.5CVSS6.5AI score0.00217EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/08/20 11:50 p.m.33 views

CVE-2024-43867

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveauboref on a nouveaubo without initializing it and hence the backing ttmbo leads to a refcount underflow. Instead of calling nouveauboref in the unwind path of...

5.5CVSS5.4AI score0.00217EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/20 11:50 p.m.36 views

CVE-2024-43867 drm/nouveau: prime: fix refcount underflow

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveauboref on a nouveaubo without initializing it and hence the backing ttmbo leads to a refcount underflow. Instead of calling nouveauboref in the unwind path of...

0.00217EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/20 11:45 p.m.22 views

CVE-2024-43863 drm/vmwgfx: Fix a deadlock in dma buf fence polling

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a lock to fix poll-fence wait-fence unref deadlocks...

6.1AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2024/08/20 12:00 a.m.16 views

PT-2024-14777 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel version 6.0.0-thomas 1 Description: A bug has been fixed in the Linux kernel's drm/amdgpu module that occurred when unloading the amdgpu driver. The error message indicated a kernel BUG at drivers/gpu/drm/drm buddy.c:278, with an...

8.4CVSS6.7AI score0.01915EPSS
SaveExploits13References1588
RedhatCVE
RedhatCVE
added 2024/08/19 3:56 p.m.23 views

CVE-2024-42264

An out-of-bounds access buffer overflow vulnerability exists in the performance query extensions in the Linux kernel. This issue can lead to a loss of system availability. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Produc...

6CVSS6.7AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 3:56 p.m.19 views

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.5CVSS7.2AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 3:56 p.m.24 views

CVE-2024-42262

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance 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 ...

5.5CVSS7.2AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 3:56 p.m.23 views

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.5CVSS7.2AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 3:56 p.m.21 views

CVE-2024-42260

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the performance 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...

5.5CVSS7.2AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.25 views

CVE-2024-42275

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

6.7CVSS7.1AI score0.00203EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 2:15 p.m.19 views

CVE-2024-42310

A null pointer dereference flaw was found in cdvintellvdsgetmodes in the Linux kernel. This issue may lead to a crash...

5.5CVSS5.9AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 2:15 p.m.16 views

CVE-2024-42308

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS7.6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 1:45 p.m.16 views

CVE-2024-43827

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enablephantomplane, we should better check null pointer before accessing various structs...

5.5CVSS7AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 1:15 p.m.22 views

CVE-2024-43829

In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drmcvtmode Add check for the return value of drmcvtmode and return the error if it fails in order to avoid NULL pointer dereference...

4.4CVSS7AI score0.00236EPSS
SaveExploits0References4
Rows per page
Query Builder