Lucene search
+L

8734 matches found

OSV
OSV
added 2024/07/12 12:25 p.m.31 views

CVE-2024-40924 drm/i915/dpt: Make DPT object unshrinkable

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

7.8CVSS5.8AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.35 views

CVE-2024-40924

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

7.8CVSS5.6AI score0.00296EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/12 12:24 p.m.39 views

CVE-2024-40916 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

0.00294EPSS
SaveExploits0References7
CVE
CVE
added 2024/07/12 12:24 p.m.154 views

CVE-2024-40916

The CVE-2024-40916 issue concerns the Linux kernel DRM/Exynos HDMI driver. When EDID reading fails and the driver reports no modes, the DRM core previously exposed a 1024x786 mode which some Exynos HDMI variants cannot drive. The fix changes this fallback to a safe 640x480 mode to avoid rendering...

5.5CVSS6.4AI score0.00294EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/07/12 12:24 p.m.20 views

CVE-2024-40916 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

5.8AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/07/12 12:24 p.m.26 views

CVE-2024-40916 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

6.6AI score0.00294EPSS
SaveExploits0References7
CVE
CVE
added 2024/07/12 12:20 p.m.125 views

CVE-2024-39505

CVE-2024-39505 relates to the Linux kernel drm/komeda code where komeda_pipeline_get_state() may return an error-valued pointer. The fix requires checking the pointer for negative or NULL values before dereferencing. The vulnerability impact is STATED as potential denial of service or corruption ...

5.5CVSS6.7AI score0.00283EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.20 views

CVE-2024-39505 drm/komeda: check for error-valued pointer

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing...

6.9AI score0.00283EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.40 views

CVE-2024-39505 drm/komeda: check for error-valued pointer

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing...

0.00283EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.45 views

CVE-2024-39505

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing...

5.5CVSS5.4AI score0.00283EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.51 views

CVE-2024-39498

In the Linux kernel, the following vulnerability has been resolved: drm/mst: Fix NULL pointer dereference at drmdpaddpayloadpart2 Why Commit: - commit 5aa1dfcdf0a4 "drm/mst: Refactor the flow for payload allocation/removement" accidently overwrite the commit - commit 54d217406afe "drm: use mgr-de...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:20 p.m.27 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

6AI score
SaveExploits0References11
CVE
CVE
added 2024/07/12 12:20 p.m.156 views

CVE-2024-39498

CVE-2024-39498 (Linux kernel) resolves a NULL pointer dereference in the DRM MST path during payload handling. The issue stemmed from an overwrite in a refactored payload allocation/removal flow, which regressed when two commits touched in drm_dp_add_payload_part2 used/modified the state input. T...

5.5CVSS7.1AI score0.00238EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.25 views

CVE-2024-39497

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

5.5CVSS5.6AI score0.00277EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.35 views

CVE-2024-39498 drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

In the Linux kernel, the following vulnerability has been resolved: drm/mst: Fix NULL pointer dereference at drmdpaddpayloadpart2 Why Commit: - commit 5aa1dfcdf0a4 "drm/mst: Refactor the flow for payload allocation/removement" accidently overwrite the commit - commit 54d217406afe "drm: use mgr-de...

0.00238EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/12 12:20 p.m.197 views

CVE-2024-39497

CVE-2024-39497: In the Linux kernel, drm/shmem-helper fix for a BUG_ON() triggered by mmap(PROT_WRITE, MAP_PRIVATE) in drm_gem_shmem_mmap. The issue arose from a missing check for copy-on-write (COW) mappings, which could lead to a kernel panic at vmf_insert_pfn_prot when a VMA has VM_PFNMAP and ...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/07/12 12:20 p.m.19 views

CVE-2024-39498 drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

In the Linux kernel, the following vulnerability has been resolved: drm/mst: Fix NULL pointer dereference at drmdpaddpayloadpart2 Why Commit: - commit 5aa1dfcdf0a4 "drm/mst: Refactor the flow for payload allocation/removement" accidently overwrite the commit - commit 54d217406afe "drm: use mgr-de...

6AI score
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 stems from a lack of checking of copy-on-write COW mappings when processing writes by the drm/shmem-helper component,...

5.5CVSS8.1AI score0.00277EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.11 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 Linux kernel, which stems from a failure of the drm/komeda component to check whether the returned pointer is negative or null when handling...

5.5CVSS8AI score0.00283EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.7 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 stems from a memory leak in the drm/exynos/vidi component in the .getmodes function because the copied EDID is never...

5.5CVSS6.4AI score0.00261EPSS
SaveExploits0References10
Rows per page
Query Builder