Lucene search
+L

7788 matches found

OSV
OSV
added 2024/08/26 11:15 a.m.20 views

UBUNTU-CVE-2024-43902

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULLRETURNS issues reported by Coverity...

5.5CVSS6.2AI score0.00214EPSS
SaveExploits0References18
OSV
OSV
added 2024/08/26 11:15 a.m.6 views

UBUNTU-CVE-2024-43899

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer deref in dcn20resource.c Fixes a hang thats triggered when MPV is run on a DCN401 dGPU: mpv --hwdec=vaapi --vo=gpu --hwdec-codecs=all and then enabling fullscreen playback double click on the vid...

5.5CVSS6.1AI score0.00211EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/26 11:15 a.m.5 views

UBUNTU-CVE-2024-43886

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check in resourcelogpipetopologyupdate WHY When switching from "Extend" to "Second Display Only" we sometimes call resourcegetotgmasterforstream on a stream for the eDP, which is disconnected. This leads...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References10
CVE
CVE
added 2024/08/26 10:11 a.m.208 views

CVE-2024-43905

CVE-2024-43905 affects the Linux kernel component drm/amd/pm specifically the vega10_hwmgr . The root cause was a potential null pointer dereference arising from insufficient null-check handling. The published fix adds validation of return values and proper null-pointer handling to prevent derefe...

5.5CVSS7AI score0.00214EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/08/26 10:11 a.m.17 views

CVE-2024-43905 drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

6.1AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.9 views

CVE-2024-43905 drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

6.9AI score0.00214EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.11 views

CVE-2024-43905

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

5.5CVSS5.3AI score0.00214EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.56 views

CVE-2024-43904

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30applyidlepoweroptimizations function. These variables were previously...

5.5CVSS5.5AI score0.00237EPSS
SaveExploits0
OSV
OSV
added 2024/08/26 10:11 a.m.18 views

CVE-2024-43904 drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30applyidlepoweroptimizations function. These variables were previously...

6AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.22 views

CVE-2024-43904 drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30applyidlepoweroptimizations function. These variables were previously...

7AI score0.00237EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.52 views

CVE-2024-43899 drm/amd/display: Fix null pointer deref in dcn20_resource.c

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer deref in dcn20resource.c Fixes a hang thats triggered when MPV is run on a DCN401 dGPU: mpv --hwdec=vaapi --vo=gpu --hwdec-codecs=all and then enabling fullscreen playback double click on the vid...

0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/26 10:10 a.m.16 views

CVE-2024-43895 drm/amd/display: Skip Recompute DSC Params if no Stream on Link

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Recompute DSC Params if no Stream on Link why Encounter NULL pointer dereference uner mst + dsc setup. BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 0 P4D 0 Oops: 0000 1 PREEMPT SMP NOP...

6AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.17 views

CVE-2024-43895

...

7AI score0.00017EPSS
SaveExploits0
CVE
CVE
added 2024/08/26 10:10 a.m.136 views

CVE-2024-43886

The connected Astra Linux bulletin confirms CVE-2024-43886 affects the Linux kernel in the DRM/AMD display path, specifically a risk in resource_log_pipe_topology_update within dc_resource.c. The root cause is a potential null pointer dereference when switching from “Extend” to “Second Display On...

5.5CVSS6.9AI score0.002EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/08/26 10:10 a.m.15 views

CVE-2024-43886 drm/amd/display: Add null check in resource_log_pipe_topology_update

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check in resourcelogpipetopologyupdate WHY When switching from "Extend" to "Second Display Only" we sometimes call resourcegetotgmasterforstream on a stream for the eDP, which is disconnected. This leads...

6AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.15 views

SUSE CVE-2022-48904

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix I/O page table memory leak The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memory leak, and can be...

3.3CVSS6.5AI score0.0021EPSS
SaveExploits0References8
Redos
Redos
added 2024/08/23 12:00 a.m.66 views

ROS-20240823-01

Vulnerability of amdgpurasgetcontext function in drm/amdgpu component of Linux operating system kernel is related to null pointer dereferencing on drmcvtmode failure. Exploitation of the vulnerability could allow an attacker to cause a denial of service Vulnerability of brcmfnotifyescancomplete...

8.8CVSS6.8AI score0.01177EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/08/22 3:15 p.m.26 views

CVE-2022-48904

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix I/O page table memory leak The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memory leak, and can be...

5.5CVSS6.9AI score0.0021EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.10 views

SUSE CVE-2022-48881

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix refcount leak in amdpmcprobe pcigetdomainbusandslot takes reference, the caller should release the reference by calling pcidevput after use. Call pcidevput in the error path to fix this...

4.4CVSS6.2AI score0.00226EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.23 views

CVE-2022-48904

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix I/O page table memory leak The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memory leak, and can be...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References5
Rows per page
Query Builder