Lucene search
+L

8753 matches found

SUSE CVE
SUSE CVE
added 2024/05/21 11:32 p.m.5 views

SUSE CVE-2020-36788

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: avoid a use-after-free when BO init fails nouveauboinit is backed by ttmboinit and ferries its return code back to the caller. On failures, ttmboinit invokes the provided destructor which should de-initialize and fre...

5.8CVSS7.7AI score0.0023EPSS
SaveExploits0References11
NVD
NVD
added 2024/05/21 4:15 p.m.22 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.5AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/21 4:15 p.m.12 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.5CVSS6.6AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.10 views

AZL-56360 CVE-2023-52857 affecting package kernel 5.15.200.1-1

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.7AI score0.00239EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.30 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.8CVSS6.6AI score0.00181EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.4 views

DEBIAN-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.5CVSS5.2AI score0.00241EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.20 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.6AI score0.0026EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/21 4:15 p.m.26 views

CVE-2023-52817

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a null pointer access when the smcrreg pointer is NULL In certain types of chips, such as VEGA20, reading the amdgpuregssmc file could result in an abnormal null pointer access when the smcrreg pointer is NULL...

5.5CVSS5.2AI score0.0024EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/21 4:15 p.m.29 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.6AI score0.00257EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 4:15 p.m.4 views

DEBIAN-CVE-2023-52788

In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drmdbg calls When i915 perf interface is not available dereferencing it will lead to NULL dereferences. As returning -ENOTSUPP is pretty clear return when perf interface is not available...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.18 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.4AI score0.0024EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 4:15 p.m.6 views

DEBIAN-CVE-2022-48710

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix a possible null pointer dereference In radeonfpnativemode, 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 avo...

5.5CVSS5AI score0.00259EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.19 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.24 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.28 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.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.11 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.16 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
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.21 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
Rows per page
Query Builder