Lucene search
+L

9021 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.20 views

CVE-2023-52861

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.2CVSS6.1AI score0.00248EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.26 views

CVE-2023-52816

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix shift out-of-bounds issue 567.613292 shift exponent 255 is too large for 64-bit type 'long unsigned int' 567.614498 CPU: 5 PID: 238 Comm: kworker/5:1 Tainted: G OE 6.2.0-34-generic 3422.04.1-Ubuntu 567.614502...

7.8CVSS6AI score0.00245EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.25 views

CVE-2023-52753

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid NULL dereference of timing generator Why & How Check whether assigned timing generator is NULL or not before accessing its funcs to prevent NULL dereference...

5.5CVSS5.8AI score0.0024EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.30 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.5CVSS5.6AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.17 views

UBUNTU-CVE-2023-52753

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid NULL dereference of timing generator Why & How Check whether assigned timing generator is NULL or not before accessing its funcs to prevent NULL dereference...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/21 4:15 p.m.18 views

UBUNTU-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.8CVSS5.9AI score0.00181EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 4:15 p.m.14 views

UBUNTU-CVE-2023-52818

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...

7.8CVSS6.2AI score0.00257EPSS
SaveExploits0References18
OSV
OSV
added 2024/05/21 4:15 p.m.17 views

UBUNTU-CVE-2023-52819

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.6CVSS6.2AI score0.00244EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.35 views

CVE-2023-52818

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...

7.8CVSS6.1AI score0.00257EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.22 views

CVE-2023-52812

In the Linux kernel, the following vulnerability has been resolved: drm/amd: check num of link levels when update pcie param In SR-IOV environment, the value of pcietable-numoflinklevels will be 0, and numoflevels - 1 will cause array index out of bounds...

7.8CVSS6.4AI score0.0026EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

UBUNTU-CVE-2023-52816

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix shift out-of-bounds issue 567.613292 shift exponent 255 is too large for 64-bit type 'long unsigned int' 567.614498 CPU: 5 PID: 238 Comm: kworker/5:1 Tainted: G OE 6.2.0-34-generic 3422.04.1-Ubuntu 567.614502...

7.8CVSS5.7AI score0.00245EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.41 views

CVE-2023-52819

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 score0.00244EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.42 views

CVE-2023-52815

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

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 4:15 p.m.18 views

UBUNTU-CVE-2023-52814

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential null pointer derefernce The amdgpurasgetcontext may return NULL if device not support ras feature, so add check before using...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 4:15 p.m.8 views

UBUNTU-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.5CVSS6.2AI score0.00241EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 4:15 p.m.10 views

UBUNTU-CVE-2023-52867

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: possible buffer overflow Buffer 'afmtstatus' of size 6 could overflow, since index 'afmtidx' is checked after access...

7.8CVSS6.3AI score0.00256EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/21 4:15 p.m.13 views

UBUNTU-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.5CVSS5.8AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.26 views

UBUNTU-CVE-2023-52738

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/fence: Fix oops due to non-matching drmsched init/fini Currently amdgpu calls drmschedfini from the fence driver sw fini routine - such function is expected to be called only after the respective init function -...

5.3CVSS5.7AI score0.00796EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.17 views

CVE-2023-52867 drm/radeon: possible buffer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: possible buffer overflow Buffer 'afmtstatus' of size 6 could overflow, since index 'afmtidx' is checked after access...

7.1CVSS7AI score0.00256EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.30 views

CVE-2023-52867 drm/radeon: possible buffer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: possible buffer overflow Buffer 'afmtstatus' of size 6 could overflow, since index 'afmtidx' is checked after access...

7.1CVSS6.7AI score0.00256EPSS
SaveExploits0References9
Rows per page
Query Builder