CVE-2026-63950

Source
https://cve.org/CVERecord?id=CVE-2026-63950
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63950.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63950
Downstream
Published
2026-07-19T14:55:43.404Z
Modified
2026-07-22T05:29:42.484122583Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
Details

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

mm/rmap: initialize nrpages to 1 at loop start in trytounmapone

Initialize nrpages to 1 at the start of each loop iteration, like folioreferenced_one() does.

Without this, nrpages computed by a previous foliounmapptebatch() call can be reused on a later iteration that does not run foliounmappte_batch() again.

mmap a 64K large folio with MAPANONYMOUS | MAPDROPPABLE, then call madvise(MADVFREE), then make the last page device-exclusive via HMMDMIRROR_EXCLUSIVE.

Trigger node reclaim through sysfs. Now, in trytounmapone(), we will first clear the first 15 out of 16 entries mapping the lazyfree folio. This will set nrpages to 15. In the next pvmw walk, this nr_pages gets reused on a device-exclusive pte, thus potentially corrupting folio refcount/mapcount.

At the moment, I have a userspace program which can make the kernel spit out a trace, but the blow up is in folioreferencedone(), because there are existing bugs in the interaction between device-private and rmap (which too I am investigating). I did a one liner kernel change to avoid going into folioreferencedone(), and the kernel blows up at folioremovermapptes in trytounmapone which is what I wanted.

Note that the bug is there not since file folio batching but lazyfree folio batching, since device-exclusive only works for anonymous folios.

Userspace visible effect is simply kernel crashing somewhere due to refcount/mapcount corruption.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63950.json",
    "cna_assigner": "Linux"
}
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
354dffd29575cdf13154e8fb787322354aa9efc4
Fixed
0fcc34d0d8fefca4fea349e45c10e3a3d90350eb
Fixed
f611db9b771b2b6775357555d2517af044fca4f0
Fixed
3f8968e9cbf95d5d87d32218906cab0b9b9eddbe

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63950.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63950.json"