Lucene search
+L

8759 matches found

CVE
CVE
added 2024/05/21 3:31 p.m.190 views

CVE-2023-52867

CVE-2023-52867 affects the Linux kernel drm/radeon driver: a buffer overflow in the AFMT status buffer (afmt_status, size 6) can occur because afmt_idx is checked after access. The issue is resolved in kernel updates referenced by multiple advisories (e.g., Amazon Linux 2 ALAS-2025-2834 and Unity...

7.8CVSS6.9AI score0.00256EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52862 drm/amd/display: Fix null pointer dereference in error message

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer dereference in error message This patch fixes a null pointer dereference in the error message that is printed when the Display Core DC fails to initialize. The original message includes the DC...

4.1CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.43 views

CVE-2023-52861 drm: bridge: it66121: Fix invalid connector dereference

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an empty buffer of zeroes as the EDID information ...

6.5AI score0.00248EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:31 p.m.118 views

CVE-2023-52861

In CVE-2023-52861, the Linux kernel DRM bridge it66121 had a NULL pointer dereference when no monitor is connected and the sound card is opened from userspace. The fix returns an empty EDID buffer (zeros) to the sound framework when no connector is attached, preventing the dereference and its pot...

6.2CVSS7.5AI score0.00248EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.16 views

CVE-2023-52857 drm/mediatek: Fix coverity issue with unintentional integer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix coverity issue with unintentional integer overflow 1. Instead of multiplying 2 variable of different types. Change to assign a value of one variable and then multiply the other variable. 2. Add a int variable fo...

7AI score0.00239EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.39 views

CVE-2023-52857 drm/mediatek: Fix coverity issue with unintentional integer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix coverity issue with unintentional integer overflow 1. Instead of multiplying 2 variable of different types. Change to assign a value of one variable and then multiply the other variable. 2. Add a int variable fo...

6.6AI score0.00239EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.46 views

CVE-2023-52857

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix coverity issue with unintentional integer overflow 1. Instead of multiplying 2 variable of different types. Change to assign a value of one variable and then multiply the other variable. 2. Add a int variable fo...

5.5CVSS7.6AI score0.00239EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52857 drm/mediatek: Fix coverity issue with unintentional integer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix coverity issue with unintentional integer overflow 1. Instead of multiplying 2 variable of different types. Change to assign a value of one variable and then multiply the other variable. 2. Add a int variable fo...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.47 views

CVE-2023-52856

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: lt8912b: Fix crash on bridge detach The lt8912b driver, in its bridge detach function, calls drmconnectorunregister and drmconnectorcleanup. drmconnectorunregister should be called only for connectors explicitly...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.45 views

CVE-2023-52826

In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference In tpg110getmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add a...

5.5CVSS7.1AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:31 p.m.20 views

CVE-2023-52826 drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference In tpg110getmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add a...

6AI score
SaveExploits0References9
CVE
CVE
added 2024/05/21 3:31 p.m.107 views

CVE-2023-52826

CVE-2023-52826 : In the Linux kernel, a null pointer dereference in the DRM panel path was addressed. Specifically, in drm/panel/panel-tpo-tpg110, tpg110_get_modes() previously assigned the return value of drm_mode_duplicate() to mode and did not check for failure, risking an NP dereference on NU...

5.5CVSS6.7AI score0.00241EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.17 views

CVE-2023-52825 drm/amdkfd: Fix a race condition of vram buffer unref in svm code

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange-svmbo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async call in different tasks. Sync svmbo unref operation t...

7.8CVSS6.1AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.22 views

CVE-2023-52825 drm/amdkfd: Fix a race condition of vram buffer unref in svm code

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange-svmbo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async call in different tasks. Sync svmbo unref operation t...

7.8CVSS7AI score0.00181EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/21 3:31 p.m.126 views

CVE-2023-52825

CVE-2023-52825 involves a race condition in the Linux kernel’s DRM/AMDKFD svm code where vram buffer unref (prange->svm_bo) can occur concurrently in mmu callbacks and a post-migrate callback to system RAM. The race may lead to use-after-free if the unref is performed unsafely across async tas...

7.8CVSS7.1AI score0.00181EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.35 views

CVE-2023-52825 drm/amdkfd: Fix a race condition of vram buffer unref in svm code

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange-svmbo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async call in different tasks. Sync svmbo unref operation t...

7.8CVSS6.5AI score0.00181EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.27 views

CVE-2023-52825

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange-svmbo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async call in different tasks. Sync svmbo unref operation t...

7.8CVSS7.3AI score0.00181EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.51 views

CVE-2023-52822

Removed by vendor...

5.1AI score
SaveExploits0
CVE
CVE
added 2024/05/21 3:31 p.m.74 views

CVE-2023-52822

CVE-2023-52822 is rejected/not used and does not represent an active vulnerability entry.

6.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.54 views

CVE-2023-52821

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

5.5CVSS7.5AI score0.00241EPSS
SaveExploits0
Rows per page
Query Builder