First published: Wed Apr 10 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: x86, relocs: Ignore relocations in .notes section When building with CONFIG_XEN_PV=y, .text symbols are emitted into the .notes section so that Xen can find the "startup_xen" entry point. This information is used prior to booting the kernel, so relocations are not useful. In fact, performing relocations against the .notes section means that the KASLR base is exposed since /sys/kernel/notes is world-readable. To avoid leaking the KASLR base without breaking unprivileged tools that are expecting to read /sys/kernel/notes, skip performing relocations in the .notes section. The values readable in .notes are then identical to those found in System.map.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.23<4.19.311 | |
Linux Kernel | >=4.20<5.4.273 | |
Linux Kernel | >=5.5<5.10.214 | |
Linux Kernel | >=5.11<5.15.153 | |
Linux Kernel | >=5.16<6.1.83 | |
Linux Kernel | >=6.2<6.6.23 | |
Linux Kernel | >=6.7<6.7.11 | |
Linux Kernel | >=6.8<6.8.2 | |
Linux Kernel | >=6.8.3<=6.8.12 | |
Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26816 is considered a medium severity vulnerability affecting the Linux kernel.
To remediate CVE-2024-26816, ensure you update your Linux kernel to the patched versions: 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, 6.12.12-1, or 6.12.13-1.
CVE-2024-26816 affects multiple versions of the Linux kernel, specifically those that allow CONFIG_XEN_PV.
CVE-2024-26816 specifically impacts the .notes section in the Linux kernel where .text symbols are emitted.
There are no documented workarounds for CVE-2024-26816, so upgrading to a patched kernel version is recommended.