CVE-2025-40245
Last modified
CVE-2025-40245 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nios2: ensure that memblock.current_limit is set when setting pfn limits On nios2, with CONFIG_FLATMEM set, the kernel relies on memblock_get_current_limit() to determine the limits of mem_map, in particular for max_low_pfn. Unfortunately, memblock.current_limit is only default initialized to MEMBLOCK_ALLOC_ANYWHERE at this point of the bootup, potentially leading to situations where max_low_pfn can erroneously exceed the value of max_pfn and, thus, the valid range of available DRAM. This can in turn cause kernel-level paging failures, e.g.: [ 76.900000] Unable to handle kernel paging request at virtual address 20303000 [ 76.900000] ea = c0080890, ra = c000462c, cause = 14 [ 76.900000] Kernel panic - not syncing: Oops [ 76.900000] ---[ end Kernel panic - not syncing: Oops ]--- This patch fixes this by pre-calculating memblock.current_limit based on the upper limits of the available memory ranges via adjust_lowmem_bounds, a simplified version of the equivalent implementation within the arm architecture.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nios2: ensure that memblock.current_limit is set when setting pfn limits On nios2, with CONFIG_FLATMEM set, the kernel relies on memblock_get_current_limit() to determine the limits of mem_map, in particular for max_low_pfn. Unfortunately, memblock.current_limit is only default initialized to MEMBLOCK_ALLOC_ANYWHERE at this point of the bootup, potentially leading to situations where max_low_pfn can erroneously exceed the value of max_pfn and, thus, the valid range of available DRAM. This can in turn cause kernel-level paging failures, e.g.: [ 76.900000] Unable to handle kernel paging request at virtual address 20303000 [ 76.900000] ea = c0080890, ra = c000462c, cause = 14 [ 76.900000] Kernel panic - not syncing: Oops [ 76.900000] ---[ end Kernel panic - not syncing: Oops ]--- This patch fixes this by pre-calculating memblock.current_limit based on the upper limits of the available memory ranges via adjust_lowmem_bounds, a simplified version of the equivalent implementation within the arm architecture.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7f7bc20bc41a4fbcd2db75b375ac95e5faf958ae, < 25f09699edd360b534ccae16bc276c3b52c471f3; >= 7f7bc20bc41a4fbcd2db75b375ac95e5faf958ae, < 5c3e38a367822f036227dd52bac82dc4a05157e2; >= 7f7bc20bc41a4fbcd2db75b375ac95e5faf958ae, < b1ec9faef7e36269ca3ec890972a78effbaeb975; >= 7f7bc20bc41a4fbcd2db75b375ac95e5faf958ae, < 90f5f715550e07cd6a51f80fc3f062d832c8c997; >= 7f7bc20bc41a4fbcd2db75b375ac95e5faf958ae, < 8912814f14e298b83df072fecc1f7ed1b63b1b2c; >= 7f7bc20bc41a4fbcd2db75b375ac95e5faf958ae, < a20b83cf45be2057f3d073506779e52c7fa17f94 |
| Linux | Linux | 5.12 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40245?
How severe is CVE-2025-40245?
How do I fix CVE-2025-40245?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-4024A vulnerability classified as critical has been found in its…9.8
- CVE-2025-40240In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-40241In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40242In the Linux kernel, the following vulnerability has been re…7
- CVE-2025-40243In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40244In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40246In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40247In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40248In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40249In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-4025A vulnerability classified as critical was found in itsource…9.8
- CVE-2025-40250In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-40245?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
