### [CVE-2024-49862](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-49862) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=6.5%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=98ff639a7289067247b3ef9dd5d1e922361e7365%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### 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 - https://github.com/fkie-cad/nvd-json-data-feeds