Lucene search
+L

7673 matches found

OSV
OSV
added 2025/04/17 9:24 a.m.4 views

SUSE-SU-2025:20186-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_2

This update for kernel-livepatch-MICRO-6-0-RTUpdate2 fixes the following issues: - CVE-2024-57882: Fixed mptcp: fix TCP options overflow. bsc1235916 - CVE-2024-46818: Fixed drm/amd/display: check gpioid before used as array index bsc1231204 - CVE-2024-46815: Fixed drm/amd/display: check...

9.8CVSS7.1AI score0.03301EPSS
SaveExploits1References17
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-23137

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: Add missing NULL ptr check in amdpstateupdate Check if policy is NULL before dereferencing it in amdpstateupdate...

5.5CVSS5.3AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.4 views

DEBIAN-CVE-2025-22093

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx-dmubsrv will de NULL if the ASIC does not support DMUB, which is tested in dmdmubswinit. However, it will be dereferenced in dmubhwlockmgrcmd if shouldusedmublock...

5.5CVSS5.6AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.12 views

UBUNTU-CVE-2025-22093

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx-dmubsrv will de NULL if the ASIC does not support DMUB, which is tested in dmdmubswinit. However, it will be dereferenced in dmubhwlockmgrcmd if shouldusedmublock...

5.7CVSS6.2AI score0.00194EPSS
SaveExploits0References12
OSV
OSV
added 2025/04/16 3:16 p.m.5 views

UBUNTU-CVE-2025-23137

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: Add missing NULL ptr check in amdpstateupdate Check if policy is NULL before dereferencing it in amdpstateupdate...

5.5CVSS5.9AI score0.00179EPSS
SaveExploits0References8
NVD
NVD
added 2025/04/16 3:15 p.m.8 views

CVE-2025-22047

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

7.8CVSS0.00205EPSS
SaveExploits0References5
OSV
OSV
added 2025/04/16 3:15 p.m.4 views

DEBIAN-CVE-2025-22047

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

5.5CVSS5.6AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.9 views

UBUNTU-CVE-2025-22047

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

7.8CVSS6.2AI score0.00205EPSS
SaveExploits0References29
CVE
CVE
added 2025/04/16 2:13 p.m.122 views

CVE-2025-23137

CVE-2025-23137: A NULL pointer dereference in Linux kernel cpufreq/amd-pstate during amd_pstate_update has been fixed by adding a NULL check for policy before dereferencing. This resolves a local-privilege scenario with a MEDIUM base score (CVSS v3.1: AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H). The con...

5.5CVSS6.5AI score0.00179EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:13 p.m.24 views

CVE-2025-23137

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: Add missing NULL ptr check in amdpstateupdate Check if policy is NULL before dereferencing it in amdpstateupdate...

5.5CVSS5.3AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.19 views

CVE-2025-22093

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx-dmubsrv will de NULL if the ASIC does not support DMUB, which is tested in dmdmubswinit. However, it will be dereferenced in dmubhwlockmgrcmd if shouldusedmublock...

5.5CVSS5.5AI score0.00194EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.30 views

CVE-2025-22093 drm/amd/display: avoid NPD when ASIC does not support DMUB

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx-dmubsrv will de NULL if the ASIC does not support DMUB, which is tested in dmdmubswinit. However, it will be dereferenced in dmubhwlockmgrcmd if shouldusedmublock...

0.00194EPSS
SaveExploits0References6
CVE
CVE
added 2025/04/16 2:12 p.m.137 views

CVE-2025-22093

Summary (CVE-2025-22093) The Linux kernel DRM for AMD displays had a NULL pointer dereference risk when DMUB is unsupported on the ASIC. Specifically, ctx->dmub_srv could be NULL (tested in dm_dmub_sw_init) but was dereferenced in dmub_hw_lock_mgr_cmd if should_use_dmub_lock returned true. The...

5.5CVSS6.3AI score0.00194EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.24 views

CVE-2025-22047 x86/microcode/AMD: Fix __apply_microcode_amd()'s return value

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

7.8CVSS0.00205EPSS
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:12 p.m.114 views

CVE-2025-22047

Technical details for CVE-2025-22047 are not publicly provided in the supplied Connected documents. The materials reference the vulnerability fix in x86/ microcode AMD code but do not specify affected kernel versions, root cause analysis, exploit status, or remediation specifics. Monitor vendor a...

7.8CVSS6.5AI score0.00205EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.14 views

CVE-2025-22047 x86/microcode/AMD: Fix __apply_microcode_amd()'s return value

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

7.8CVSS6.1AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.15 views

CVE-2025-22047

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

7.8CVSS5.6AI score0.00205EPSS
SaveExploits0
NVD
NVD
added 2025/04/16 11:15 a.m.27 views

CVE-2025-22022

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Apply the link chain quirk on NEC isoc endpoints Two clearly different specimens of NEC uPD720200 one with start/stop bug, one without were seen to cause IOMMU faults after some Missed Service Errors. Faulting address ...

7.8CVSS0.00192EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2025/04/16 12:00 a.m.13 views

The vulnerability of the resource_build_scaling_params() function in the drivers/gpu/drm/amd/display/dc/core/dc_resource.c module of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the resourcebuildscalingparams function in the drivers/gpu/drm/amd/display/dc/core/dcresource.c file of the Linux kernel is related to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.002EPSS
SaveExploits0References14Affected Software4
Positive Technologies
Positive Technologies
added 2025/04/16 12:00 a.m.5 views

PT-2025-16777 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue was related to a missing NULL pointer check in the amd pstate update function. This function is part of the...

7.8CVSS5AI score0.66418EPSS
SaveExploits0References690
Rows per page
Query Builder