First published: Fri Nov 15 2024(Updated: )
When the Global Pointer (GP) relative addressing is enabled (CONFIG_RISCV_GP=y), the gp reg points at 0x800 bytes past the start of the .sdata section which is then used by the linker to relax accesses to global symbols.
Credit: vulnerabilities@zephyrproject.org
Affected Software | Affected Version | How to fix |
---|---|---|
Zephyr Project Manager | <=3.7.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-11263 is rated as a medium severity vulnerability.
To fix CVE-2024-11263, ensure that the Global Pointer relative addressing is disabled in your configuration.
CVE-2024-11263 affects Zephyr versions up to and including 3.7.0.
CVE-2024-11263 can lead to incorrect addressing for global symbols due to misconfigured Global Pointer usage.
A potential workaround for CVE-2024-11263 is to adjust your software's memory management settings.