First published: Mon Oct 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.5<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49862 is classified as a vulnerability in the Linux kernel that involves an off-by-one error in the powercap subsystem.
To fix CVE-2024-49862, you should upgrade to a patched version of the Linux kernel that addresses this vulnerability.
CVE-2024-49862 affects several versions of the Linux kernel, including those between 6.5 and 6.6.54, 6.7 and 6.10.13, as well as 6.11 and 6.11.2.
There is a potential for exploitation in CVE-2024-49862 due to the improper array index access, which could lead to unexpected behavior.
CVE-2024-49862 was resolved through updates in the Linux kernel addressing the identified off-by-one error.