CVE-2024-49862·Kernel vulnerability
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.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.11.2
- Published
- 2024-10-21
Affected versions
From: 6.11
Until: 6.11.2
Fixed in: 6.11.2
How to fix this CVE
Update your Linux kernel to version 6.11.2 or later to patch an array bounds checking vulnerability in the Intel RAPL power management driver. This issue allows local users with minimal privileges to trigger memory access violations that can impact system availability or information disclosure. Apply the kernel update through your distribution's package manager and reboot your system to complete the remediation.
sudo dnf update kernel kernel-devel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Check your current kernel version with: uname -r
- Verify if your system is affected by comparing the output against vulnerable range 6.11 to 6.11.1 with: cat /proc/version
- Confirm Intel RAPL driver is loaded on your system: lsmod | grep rapl
- After patching, verify the updated kernel is running: uname -r (should show 6.11.2 or later)
FAQ
What is CVE-2024-49862?
CVE-2024-49862 is an array bounds checking error in the Linux kernel's Intel RAPL (Running Average Power Limit) power capping driver that fails to properly validate array indices during power primitive operations, potentially allowing local users to trigger out-of-bounds memory access.
Is CVE-2024-49862 being actively exploited?
No, CVE-2024-49862 is not listed in the CISA Known Exploited Vulnerabilities catalog and no public exploits are currently available, though the vulnerability poses a local privilege escalation and denial of service risk.
What versions of Kernel are affected by CVE-2024-49862?
Linux kernel versions 6.11.0 through 6.11.1 are vulnerable. Version 6.11.2 and later contain the fix.
How do I check if my server is vulnerable to CVE-2024-49862?
Run uname -r to display your kernel version; if it returns 6.11.0 or 6.11.1 and your system has Intel RAPL power management enabled (check with lsmod | grep rapl), your system is vulnerable.
Does Defensia detect CVE-2024-49862?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2024-49862 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-49862. Free for 1 server.
Get started free