CVE-2025-40199
Last modified
CVE-2025-40199 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches Helge reported that the introduction of PP_MAGIC_MASK let to crashes on boot on his 32-bit parisc machine. The cause of this is the mask is set too wide, so the page_pool_page_is_pp() incurs false positives which crashes the machine. Just disabling the check in page_pool_is_pp() will lead to the page_pool code itself malfunctioning; so instead of doing this, this patch changes the define for PP_DMA_INDEX_BITS to avoid mistaking arbitrary kernel pointers for page_pool-tagged pages. The fix relies on the kernel pointers that alias with the pp_magic field always being above PAGE_OFFSET. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches Helge reported that the introduction of PP_MAGIC_MASK let to crashes on boot on his 32-bit parisc machine. The cause of this is the mask is set too wide, so the page_pool_page_is_pp() incurs false positives which crashes the machine. Just disabling the check in page_pool_is_pp() will lead to the page_pool code itself malfunctioning; so instead of doing this, this patch changes the define for PP_DMA_INDEX_BITS to avoid mistaking arbitrary kernel pointers for page_pool-tagged pages. The fix relies on the kernel pointers that alias with the pp_magic field always being above PAGE_OFFSET. With this assumption, we can use the lowest bit of the value of PAGE_OFFSET as the upper bound of the PP_DMA_INDEX_MASK, which should avoid the false positives. Because we cannot rely on PAGE_OFFSET always being a compile-time constant, nor on it always being >0, we fall back to disabling the dma_index storage when there are not enough bits available. This leaves us in the situation we were in before the patch in the Fixes tag, but only on a subset of architecture configurations. This seems to be the best we can do until the transition to page types in complete for page_pool pages. v2: - Make sure there's at least 8 bits available and that the PAGE_OFFSET bit calculation doesn't wrap
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 | >= 4f51fb0d257ff4d406ec27966902de075e3b118e, < 15b8a5b4cdc16e9a8bb2a548e12a0fd92997605a; >= ee62ce7a1d909ccba0399680a03c2dee83bcae95, < f62934cea32c8f7b11b747975d69bf5afe4264cf; >= ee62ce7a1d909ccba0399680a03c2dee83bcae95, < 95920c2ed02bde551ab654e9749c2ca7bc3100e0; c30ae60f41f9edd6e1b5cad41cf28ce04dae39e4; >= 6.12.34, < 6.12.54; >= 6.15.3, < 6.16 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40199?
How severe is CVE-2025-40199?
How do I fix CVE-2025-40199?
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-40193In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40194In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40195In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40196In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40197In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40198In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-4020A vulnerability was found in PHPGurukul Old Age Home Managem…9.8
- CVE-2025-40200In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40201In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40202In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40203In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40204In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2025-40199?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
