CVE-2026-74524
Last modified
CVE-2026-74524 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove remove_pud_mapping() and remove_p4d_mapping() obtain a child table base with pud_offset(p4dp, 0) and p4d_offset(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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove remove_pud_mapping() and remove_p4d_mapping() obtain a child table base with pud_offset(p4dp, 0) and p4d_offset(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 __free_pages(). This can trigger: kernel BUG at include/linux/mm.h:1810! VM_BUG_ON_PAGE(page_ref_count(page) == 0) arch_remove_memory+0x1e/0x5c try_remove_memory+0x15e/0x200 remove_memory+0x24/0x3c Only add the index when the corresponding page-table level is enabled, matching p4d_offset() and pud_offset().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c75a74f4ba19c904c0ae1e011ae2568449409ae4, < 1da6d832eda02d908df11a30ba6a856b98a3dd76; >= c75a74f4ba19c904c0ae1e011ae2568449409ae4, < 54e07a158f7aea2754849d3a5a4cba1ac338ae7e; >= c75a74f4ba19c904c0ae1e011ae2568449409ae4, < 1bb0ef8069ef158d245bac91ac178bb4f1a7ccd2; >= c75a74f4ba19c904c0ae1e011ae2568449409ae4, < a0188cc133696627857d16054e43f9ebc7efc821 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74524?
How severe is CVE-2026-74524?
How do I fix CVE-2026-74524?
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 2026
- CVE-2026-74519In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7452A maliciously crafted WRL file, when parsed through Autodesk…7.8
- CVE-2026-74520In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74521In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-74522In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74523In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74525In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74526In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74527In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74528In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-74529In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7453A maliciously crafted WRL file, when parsed through Autodesk…5.5
Are you affected by CVE-2026-74524?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
