Lucene search
+L

124 matches found

OSV
OSV
added 2024/06/19 2:15 p.m.2 views

DEBIAN-CVE-2024-38549

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

5.5CVSS5.7AI score0.00281EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.19 views

CVE-2024-38549

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

5.5CVSS0.00281EPSS
SaveExploits0References10
OSV
OSV
added 2024/06/19 2:15 p.m.21 views

UBUNTU-CVE-2024-38549

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

5.5CVSS6.3AI score0.00281EPSS
SaveExploits0References29
OSV
OSV
added 2024/06/19 1:35 p.m.21 views

CVE-2024-38549 drm/mediatek: Add 0 size check to mtk_drm_gem_obj

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

6AI score
SaveExploits0References13
CVE
CVE
added 2024/06/19 1:35 p.m.120 views

CVE-2024-38549

CVE-2024-38549 affects the Linux kernel in the DRM/mediatek path: mtk_drm_gem_obj lacked a 0-byte allocation check, potentially leading to a kernel panic when a userspace app allocates a 0x0 GBM buffer. The fix adds a 0-byte allocation check in mtk_drm_gem_init, and testing on MT8188 confirms tha...

5.5CVSS7.2AI score0.00281EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.21 views

CVE-2024-38549 drm/mediatek: Add 0 size check to mtk_drm_gem_obj

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

6.7AI score0.00281EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/05/22 10:16 a.m.8 views

kernel: QXL: race condition leading to use-after-free in qxl_mode_dumb_create()

A race condition was found in the QXL driver in the Linux kernel. The qxlmodedumbcreate function dereferences the qobj returned by the qxlgemobjectcreatewithhandle, but the handle is the only one holding a reference to it. This flaw allows an attacker to guess the returned handle value and trigge...

7.5CVSS6.8AI score0.0042EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.25 views

CVE-2020-36788

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: avoid a use-after-free when BO init fails nouveauboinit is backed by ttmboinit and ferries its return code back to the caller. On failures, ttmboinit invokes the provided destructor which should de-initialize and fre...

7.8CVSS6.3AI score0.0023EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.7 views

SUSE CVE-2022-48633

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix WARNONlock-magic != lock error psbgemunpin calls dmaresvlock but the underlying wwmutex gets destroyed by drmgemobjectrelease move the drmgemobjectrelease call in psbgemfreeobject to after the unpin to fix the bel...

5.5CVSS6.2AI score0.00195EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/28 1:15 p.m.9 views

DEBIAN-CVE-2022-48633

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix WARNONlock-magic != lock error psbgemunpin calls dmaresvlock but the underlying wwmutex gets destroyed by drmgemobjectrelease move the drmgemobjectrelease call in psbgemfreeobject to after the unpin to fix the bel...

5.5CVSS4.7AI score0.00195EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/15 11:20 p.m.5 views

SUSE CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/04/11 10:01 p.m.26 views

CVE-2021-47200

A use after free law was found in drivers/gpu/drm/drmprime.c in the Linux kernel, occuring in mmap with drmgemttmmmap...

6.7CVSS7.6AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/10 7:15 p.m.13 views

CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS7.4AI score0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/10 7:15 p.m.1 views

DEBIAN-CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS5.4AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/10 7:15 p.m.11 views

UBUNTU-CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS5.9AI score0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.29 views

CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS7.6AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/25 9:07 a.m.28 views

CVE-2021-47144

...

6.6AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/25 9:07 a.m.19 views

CVE-2021-47144

...

6.4AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.11 views

kernel: drm/shmem-helper: Remove another errant put in error path

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove another errant put in error path drmgemshmemmmap doesn't own reference in error code path, resulting in the dma-buf shmem GEM object getting prematurely freed leading to a later use-after-free...

7.8CVSS6.4AI score0.00193EPSS
SaveExploits0References5
OSV
OSV
added 2023/07/24 4:15 p.m.29 views

AZL-27637 CVE-2023-33951 affecting package hyperv-daemons for versions less than 5.15.158.1-1

A race condition vulnerability was found in the vmwgfx driver in the Linux kernel. The flaw exists within the handling of GEM objects. The issue results from improper locking when performing operations on an object. This flaw allows a local privileged user to disclose information in the context o...

5.3CVSS6.6AI score0.00343EPSS
SaveExploits0References1
Rows per page
Query Builder