CVE-2026-74524

Source
https://cve.org/CVERecord?id=CVE-2026-74524
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74524.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74524
Downstream
Published
2026-08-15T12:27:41.735Z
Modified
2026-08-18T03:31:02.525764789Z
Summary
riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove
Details

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

riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove

removepudmapping() and removep4dmapping() obtain a child table base with pudoffset(p4dp, 0) and p4doffset(pgd, 0), then add the index for addr.

RISC-V folds page-table levels at runtime. When a level is folded, its offset helper returns the parent entry itself, but the index can still be nonzero. Adding it walks past the parent table. Sv48 folds P4D, while Sv39 folds both P4D and PUD, so memory hot-remove can descend into unrelated memory and pass an invalid page to _freepages(). This can trigger:

kernel BUG at include/linux/mm.h:1810! VMBUGONPAGE(pagerefcount(page) == 0) archremovememory+0x1e/0x5c tryremovememory+0x15e/0x200 removememory+0x24/0x3c

Only add the index when the corresponding page-table level is enabled, matching p4doffset() and pudoffset().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74524.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
c75a74f4ba19c904c0ae1e011ae2568449409ae4
Fixed
1da6d832eda02d908df11a30ba6a856b98a3dd76
Fixed
54e07a158f7aea2754849d3a5a4cba1ac338ae7e
Fixed
1bb0ef8069ef158d245bac91ac178bb4f1a7ccd2
Fixed
a0188cc133696627857d16054e43f9ebc7efc821

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

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