cve/2024/CVE-2024-49862.md
2025-09-29 21:09:30 +02:00

940 B

CVE-2024-49862

Description

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 haveNR_RAPL_PRIMITIVES number of elements. Thus the > needs to be >=to prevent an off by one access.

POC

Reference

No PoCs from references.

Github