Lucene search
+L

88 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.2 views

DEBIAN-CVE-2022-49530

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in siparsepowertable In function siparsepowertable, array adev-pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array itself is freed and returned with an error code...

7.8CVSS5.5AI score0.00278EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fixed the issue of reading from a negative array index. Avoid using negative values for clkidex as an index into the array pptable-DpmDescriptor. V2: Fixed the return check for clkindex by Tim Huang...

7.8CVSS6.4AI score0.00258EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fixed the out-of-bounds read warning. Using index i-1U may exceed the element index for mcdata when i=0...

7.1CVSS6.2AI score0.00239EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Ensure that the fwinfo is not null before using it. This resolves the warning regarding the dereference of a null return value reported by Coverity...

5.5CVSS6.3AI score0.0025EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.7 views

SUSE CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS6.4AI score0.0025EPSS
SaveExploits0References20
RedhatCVE
RedhatCVE
added 2024/10/22 2:43 p.m.13 views

CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS7.2AI score0.0025EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 6:15 p.m.10 views

CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS0.0025EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 6:15 p.m.2 views

DEBIAN-CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS5.7AI score0.0025EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/21 6:01 p.m.143 views

CVE-2024-49890

CVE-2024-49890 : Linux kernel fix for a NULL dereference in drm/amd/pm by ensuring fw_info is not NULL before use. The issue manifested as a null dereference warning reported by Coverity; the patch prevents dereferencing a NULL fw_info and thus mitigates the vulnerability as described in the entr...

5.5CVSS6.9AI score0.0025EPSS
SaveExploits0References11Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/10/10 12:00 a.m.55 views

SUSE SLES12: cluster-md-kmp-rt / dlm-kmp-rt / gfs2-kmp-rt / kernel-devel-rt / etc (SUSE-SU-2024:3566-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3566-1 advisory. The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS6.9AI score0.00926EPSS
SaveExploits3References273
SUSE Linux
SUSE Linux
added 2024/10/09 9:43 a.m.6 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-46854: net: dpaa: Pad packets to ETHZLEN bsc1231084. CVE-2024-46770: ice: Add netifdeviceattach/detach into PF reset flow bsc1230763. CVE-2024-41073: nvme:...

8.7CVSS8.4AI score0.00926EPSS
SaveExploits3References376
RedhatCVE
RedhatCVE
added 2024/09/27 3:46 p.m.27 views

CVE-2024-46821

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clkidex as an index into an array pptable-DpmDescriptor. V2: fix clkindex return check Tim Huang...

7.8CVSS7AI score0.00258EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/27 1:15 p.m.15 views

AZL-49977 CVE-2024-46821 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clkidex as an index into an array pptable-DpmDescriptor. V2: fix clkindex return check Tim Huang...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References1
CVE
CVE
added 2024/09/27 12:36 p.m.168 views

CVE-2024-46821

CVE-2024-46821 (Linux kernel, drm/amd/pm) affects the Linux kernel’s AMD power management code where a negative clk_index/clk_idex was used as an index into pptable->DpmDescriptor, leading to a negative array index read. The issue is resolved by a fix that prevents using negative values as an ...

7.8CVSS7.3AI score0.00258EPSS
SaveExploits0References8Affected Software2
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.5 views

SUSE CVE-2024-46731

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References17
NVD
NVD
added 2024/09/18 7:15 a.m.24 views

CVE-2024-46731

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

7.1CVSS0.00239EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 7:15 a.m.11 views

AZL-49680 CVE-2024-46731 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

7.1CVSS6.3AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 7:15 a.m.1 views

DEBIAN-CVE-2024-46731

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

7.1CVSS5.6AI score0.00239EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.15 views

CVE-2024-46731 drm/amd/pm: fix the Out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

6.8AI score0.00239EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/18 6:32 a.m.161 views

CVE-2024-46731

CVE-2024-46731 : Linux kernel vulnerability in drm/amdgpu/pm where an out-of-bounds read can occur for mc_data[] when i == 0 due to indexing as i-1. The issue has been resolved by a kernel patch. Connected sources confirm the vulnerability and patch context (Out-of-bounds read warning fix in drm/...

7.1CVSS6.8AI score0.00239EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder