Lucene search
+L

8630 matches found

OSV
OSV
added 2025/02/26 6:37 a.m.17 views

CVE-2021-47659

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for formatcount earlier While the check for formatcount 64 in drmuniversalplaneinit shouldn't be hit it's a WARNON, in its current position it will then leak the plane-formattypes array and fail to cal...

5.5CVSS6.8AI score
SaveExploits0References7
OSV
OSV
added 2025/02/26 6:37 a.m.4 views

DEBIAN-CVE-2021-47659

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for formatcount earlier While the check for formatcount 64 in drmuniversalplaneinit shouldn't be hit it's a WARNON, in its current position it will then leak the plane-formattypes array and fail to cal...

5.5CVSS5.5AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 6:37 a.m.15 views

UBUNTU-CVE-2021-47659

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for formatcount earlier While the check for formatcount 64 in drmuniversalplaneinit shouldn't be hit it's a WARNON, in its current position it will then leak the plane-formattypes array and fail to cal...

5.5CVSS5.7AI score0.00267EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.15 views

CVE-2022-49693

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp4: Fix refcount leak in mdp4modesetinitintf ofgraphgetremotenode returns remote device node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcoun...

5.5CVSS5.6AI score0.00259EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.25 views

CVE-2022-49635 drm/i915/selftests: fix subtraction overflow bug

In the Linux kernel, the following vulnerability has been resolved: drm/i915/selftests: fix subtraction overflow bug On some machines holeend can be small enough to cause subtraction overflow. On the other side addr + 2 minalignment can overflow in case of mock tests. This patch should handle bot...

0.00276EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 2:23 a.m.124 views

CVE-2022-49635

CVE-2022-49635 affects the Linux kernel. The issue is in drm/i915/selftests, where a subtraction overflow can occur when hole_end is small, and addr + 2 * min_alignment can overflow in mock tests. A patch was applied (cherry picked from commit ab3edc679c552a466e4bf0b11af3666008bd65a2) to fix both...

7.8CVSS6.7AI score0.00276EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.16 views

CVE-2022-49635

In the Linux kernel, the following vulnerability has been resolved: drm/i915/selftests: fix subtraction overflow bug On some machines holeend can be small enough to cause subtraction overflow. On the other side addr + 2 minalignment can overflow in case of mock tests. This patch should handle bot...

7.8CVSS5.7AI score0.00276EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49635 drm/i915/selftests: fix subtraction overflow bug

In the Linux kernel, the following vulnerability has been resolved: drm/i915/selftests: fix subtraction overflow bug On some machines holeend can be small enough to cause subtraction overflow. On the other side addr + 2 minalignment can overflow in case of mock tests. This patch should handle bot...

5.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.3 views

CVE-2022-49532 drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: fix NULL pointer dereference in virtiogpuconngetmodes drmcvtmode may return NULL and we should check it. This bug is found by syzkaller: FAULTINJECTION stacktrace: 168.567394 FAULTINJECTION: forcing a failure. name...

6.3AI score0.00324EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:13 a.m.19 views

CVE-2022-49510 drm/omap: fix NULL but dereferenced coccicheck error

In the Linux kernel, the following vulnerability has been resolved: drm/omap: fix NULL but dereferenced coccicheck error Fix the following coccicheck warning: ./drivers/gpu/drm/omapdrm/omapoverlay.c:89:22-25: ERROR: rovl is NULL but dereferenced. Here should be ovl-idx rather than rovl-idx...

5.5CVSS5.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.36 views

CVE-2022-49510 drm/omap: fix NULL but dereferenced coccicheck error

In the Linux kernel, the following vulnerability has been resolved: drm/omap: fix NULL but dereferenced coccicheck error Fix the following coccicheck warning: ./drivers/gpu/drm/omapdrm/omapoverlay.c:89:22-25: ERROR: rovl is NULL but dereferenced. Here should be ovl-idx rather than rovl-idx...

0.00253EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 2:13 a.m.88 views

CVE-2022-49510

CVE-2022-49510 concerns a Linux kernel issue in the DRM/OMAP driver where a NULL pointer (r_ovl) dereference occurs when accessing ovl->idx, triggering a NULL-deref in omap_overlay.c. The vulnerability stems from a coccicheck warning that was fixed by correcting r_ovl->idx to ovl->idx. T...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/02/26 2:13 a.m.90 views

CVE-2022-49499

CVE-2022-49499 relates to the Linux kernel, in the drm/msm path. The issue is a null pointer dereference that occurs when the code accesses the per- process address space (aspace) without verifying it is set, which can be null on systems without an IOMMU (e.g., msm8974). The fix adds a check for ...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.28 views

CVE-2022-49499 drm/msm: Fix null pointer dereferences without iommu

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereferences without iommu Check if 'aspace' is set before using it as it will stay null without IOMMU, such as on msm8974...

0.00218EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.22 views

CVE-2022-49499

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereferences without iommu Check if 'aspace' is set before using it as it will stay null without IOMMU, such as on msm8974...

5.5CVSS5.5AI score0.00218EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:13 a.m.16 views

CVE-2022-49499 drm/msm: Fix null pointer dereferences without iommu

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereferences without iommu Check if 'aspace' is set before using it as it will stay null without IOMMU, such as on msm8974...

5.5CVSS5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.22 views

CVE-2022-49495 drm/msm/hdmi: check return value after calling platform_get_resource_byname()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platformgetresourcebyname It will cause null-ptr-deref if platformgetresourcebyname returns NULL, we need check the return value. Patchwork:...

0.0027EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.23 views

CVE-2022-49491 drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: fix possible null-ptr-deref in vopbind It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to avoid...

0.0027EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.4 views

CVE-2022-49491 drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: fix possible null-ptr-deref in vopbind It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to avoid...

6.5AI score0.0027EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.10 views

CVE-2022-49489 drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume

In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume BUG: Unable to handle kernel paging request at virtual address 006b6b6b6b6b6be3 Call trace: dpuvbifinitmemtypes+0x40/0xb8...

7.1AI score0.00279EPSS
SaveExploits0References7
Rows per page
Query Builder