Lucene search
+L

90 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-92492

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks cpufreqcpuget returns NULL when no cpufreq policy is associated with the requested CPU, for...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:10 p.m.4 views

CVE-2026-92493 cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active The crash issue may occur when modprobe amdpstateut on intel platform. amdpstateut: 1 amdpstateutacpicpcvalid success! amdpstateut: 2 amdpstateutcheckenabled...

SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:10 p.m.4 views

EUVD-2026-82113

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks cpufreqcpuget returns NULL when no cpufreq policy is associated with the requested CPU, for example because the CPU is offline or the policy has already been torn...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:10 p.m.5 views

CVE-2026-92492 cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks cpufreqcpuget returns NULL when no cpufreq policy is associated with the requested CPU, for example because the CPU is offline or the policy has already been torn...

SaveExploits0References6
CVE
CVE
added 2026/09/17 4:10 p.m.12 views

CVE-2026-92492

CVE-2026-92492 affects the cpufreq/amd-pstate driver in the Linux kernel. The root cause is a missing NULL pointer check in two dynamic EPP callback paths: amd_pstate_power_supply_notifier() and amd_pstate_profile_set(). When cpufreq_cpu_get() returns NULL (e.g., due to a CPU going offline or a p...

0.00198EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Fixed a kernel panic that occurred when loading the driver. After loading the amd-pstate-ut driver, the functions amdpstateutcheckperf and amdpstateutcheckfreq use cpufreqcpuget to obtain the CPU’s policy...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-53121

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the...

5.5CVSS5.2AI score0.00113EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/06/26 3:15 p.m.20 views

CVE-2026-53121

A flaw was found in the Linux kernel's amd-pstate driver. When the amdpstateeppcpuinit function fails to set the Energy Performance Preference EPP, it does not properly free a previously allocated data object. This oversight leads to a memory leak, which could result in resource exhaustion over...

5.5CVSS5.7AI score0.00113EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/06/26 2:12 a.m.18 views

SUSE CVE-2026-53121

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

5.5CVSS5.8AI score0.00113EPSS
SaveExploits0References8
NVD
NVD
added 2026/06/24 5:17 p.m.27 views

CVE-2026-53121

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

5.5CVSS0.00113EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.22 views

CVE-2026-53121

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

5.5CVSS5.4AI score0.00113EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/06/24 4:30 p.m.23 views

EUVD-2026-38989

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

5.8AI score0.00113EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/24 4:30 p.m.48 views

CVE-2026-53121

CVE-2026-53121 affects the Linux kernel’s amd-pstate driver. The issue is a memory leak in amd_pstate_epp_cpu_init(): when failing to set the Energy Performance Preference (EPP), the function returns an error without freeing the cpudata object allocated at the start. This could lead to resource e...

5.5CVSS5.8AI score0.00113EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.65 views

CVE-2026-53121 amd-pstate: Fix memory leak in amd_pstate_epp_cpu_init()

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

0.00113EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/06/24 4:30 p.m.13 views

CVE-2026-53121

In the Linux kernel, the following vulnerability has been resolved: amd-pstate: Fix memory leak in amdpstateeppcpuinit On failure to set the epp, the function amdpstateeppcpuinit returns with an error code without freeing the cpudata object that was allocated at the beginning of the function...

5.8AI score0.00113EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/24 12:00 a.m.31 views

PT-2026-52015

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the amd pstate epp cpu init function. When a failure occurs while setting the energy performance preference epp, the function returns an error code without freein...

5.5CVSS6AI score0.00113EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fixed the global sysfs attribute type. In commit 3666062b87ec “cpufreq: amd-pstate: move to use busgetdevroot”, the “amdpstate” attributes were moved from a dedicated kobject to the root kobject. While the...

5.5CVSS6.2AI score0.00137EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/26 12:00 a.m.10 views

Unity Linux 20.1060a Security Update: kernel (UTSA-2026-014345)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-014345 advisory. In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To...

5.5CVSS6AI score0.00231EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.13 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-40997)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-40997 advisory. - In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix memory leak on...

5.5CVSS6AI score0.00267EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/25 7:34 a.m.12 views

SUSE-SU-2025:21179-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Server 16.0 and SUSE Linux Micro 6.2 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-53164: net: sched: fix ordering of qlen adjustment bsc1234863. - CVE-2024-57891: schedext: Fix invalid irq restore in...

10CVSS6.4AI score0.09567EPSS
SaveExploits16References1243
Rows per page
Query Builder