Beveiligingsadvies

CVE-2024-49862

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-10-21 12:27:19
Laatst bijgewerkt 2026-08-05 11:40:11
Toegewezen door Linux
CVSS-score 7.1
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: powercap: intel_rapl: Fix off by one in get_rpi() The rp->priv->rpi array is either rpi_msr or rpi_tpmi which have NR_RAPL_PRIMITIVES number of elements. Thus the > needs to be >= to prevent an off by one access.