Lucene search
+L

8753 matches found

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
CVE
CVE
added 2024/05/21 3:31 p.m.106 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
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
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.125 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
CVE
CVE
added 2024/05/21 3:31 p.m.301 views

CVE-2023-52821

CVE-2023-52821 affects the Linux kernel’s DRM panel code. In versatile_panel_get_modes(), the return value of drm_mode_duplicate() can be NULL on failure and is not checked, causing a NULL pointer dereference. The fix adds a check to prevent NP dereference. The vulnerability is local and may cras...

5.5CVSS7AI score0.00241EPSS
SaveExploits0References6Affected Software1
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
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.46 views

CVE-2023-52821 drm/panel: fix a possible null pointer dereference

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.3AI score0.00241EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/21 3:31 p.m.188 views

CVE-2023-52819

CVE-2023-52819 is resolved in the Linux kernel. The vulnerability was in drm/amd where UBSAN reported an array-index-out-of-bounds for Polaris/Tonga in pptable structs using flexible array sizes; the fix switches to using flexible arrays to avoid out-of-bounds access. Impact is local (CVSS: AV:L,...

6.6CVSS7.7AI score0.00244EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.28 views

CVE-2023-52819 drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga For pptable structs that use flexible array sizes, use flexible arrays...

6.6CVSS6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.47 views

CVE-2023-52818 drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 For pptable structs that use flexible array sizes, use flexible arrays...

6.5AI score0.00257EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.15 views

CVE-2023-52818 drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 For pptable structs that use flexible array sizes, use flexible arrays...

6.8AI score0.00257EPSS
SaveExploits0References9
Rows per page
Query Builder