CVE-2025-40199

Source
https://cve.org/CVERecord?id=CVE-2025-40199
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40199.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-40199
Downstream
Published
2025-11-12T21:56:33.510Z
Modified
2026-03-12T03:54:35.934636Z
Summary
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Details

In the Linux kernel, the following vulnerability has been resolved:

pagepool: Fix PPMAGIC_MASK to avoid crashing on some 32-bit arches

Helge reported that the introduction of PPMAGICMASK let to crashes on boot on his 32-bit parisc machine. The cause of this is the mask is set too wide, so the pagepoolpageispp() incurs false positives which crashes the machine.

Just disabling the check in pagepoolispp() will lead to the pagepool code itself malfunctioning; so instead of doing this, this patch changes the define for PPDMAINDEXBITS to avoid mistaking arbitrary kernel pointers for pagepool-tagged pages.

The fix relies on the kernel pointers that alias with the ppmagic field always being above PAGEOFFSET. With this assumption, we can use the lowest bit of the value of PAGEOFFSET as the upper bound of the PPDMAINDEXMASK, which should avoid the false positives.

Because we cannot rely on PAGEOFFSET always being a compile-time constant, nor on it always being >0, we fall back to disabling the dmaindex 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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40199.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4f51fb0d257ff4d406ec27966902de075e3b118e
Fixed
15b8a5b4cdc16e9a8bb2a548e12a0fd92997605a
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ee62ce7a1d909ccba0399680a03c2dee83bcae95
Fixed
f62934cea32c8f7b11b747975d69bf5afe4264cf
Fixed
95920c2ed02bde551ab654e9749c2ca7bc3100e0
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
c30ae60f41f9edd6e1b5cad41cf28ce04dae39e4

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40199.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.12.54
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.17.4

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40199.json"