3 matches found
CVE-2026-53121
In the Linux kernel component amd-pstate, CVE-2026-53121 fixes a memory leak in the function amd_pstate_epp_cpu_init. On failure to set the epp, the function previously returned an error code without freeing the cpudata object allocated at the start. The patch ensures that the cpudata object is f...
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...
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...