CVE-2025-40245
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
04/12/2025
Last modified:
04/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
nios2: ensure that memblock.current_limit is set when setting pfn limits<br />
<br />
On nios2, with CONFIG_FLATMEM set, the kernel relies on<br />
memblock_get_current_limit() to determine the limits of mem_map, in<br />
particular for max_low_pfn.<br />
Unfortunately, memblock.current_limit is only default initialized to<br />
MEMBLOCK_ALLOC_ANYWHERE at this point of the bootup, potentially leading<br />
to situations where max_low_pfn can erroneously exceed the value of<br />
max_pfn and, thus, the valid range of available DRAM.<br />
<br />
This can in turn cause kernel-level paging failures, e.g.:<br />
<br />
[ 76.900000] Unable to handle kernel paging request at virtual address 20303000<br />
[ 76.900000] ea = c0080890, ra = c000462c, cause = 14<br />
[ 76.900000] Kernel panic - not syncing: Oops<br />
[ 76.900000] ---[ end Kernel panic - not syncing: Oops ]---<br />
<br />
This patch fixes this by pre-calculating memblock.current_limit<br />
based on the upper limits of the available memory ranges via<br />
adjust_lowmem_bounds, a simplified version of the equivalent<br />
implementation within the arm architecture.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/25f09699edd360b534ccae16bc276c3b52c471f3
- https://git.kernel.org/stable/c/5c3e38a367822f036227dd52bac82dc4a05157e2
- https://git.kernel.org/stable/c/8912814f14e298b83df072fecc1f7ed1b63b1b2c
- https://git.kernel.org/stable/c/90f5f715550e07cd6a51f80fc3f062d832c8c997
- https://git.kernel.org/stable/c/a20b83cf45be2057f3d073506779e52c7fa17f94
- https://git.kernel.org/stable/c/b1ec9faef7e36269ca3ec890972a78effbaeb975



