CVE-2026-46013
Last modified
CVE-2026-46013 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mm/memfd_luo: fix physical address conversion in put_folios cleanup In memfd_luo_retrieve_folios()'s put_folios cleanup path: 1. kho_restore_folio() expects a phys_addr_t (physical address) but receives a raw PFN (pfolio->pfn). EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/memfd_luo: fix physical address conversion in put_folios cleanup In memfd_luo_retrieve_folios()'s put_folios cleanup path: 1. kho_restore_folio() expects a phys_addr_t (physical address) but receives a raw PFN (pfolio->pfn). This causes kho_restore_page() to check the wrong physical address (pfn << PAGE_SHIFT instead of the actual physical address). 2. This loop lacks the !pfolio->pfn check that exists in the main retrieval loop and memfd_luo_discard_folios(), which could incorrectly process sparse file holes where pfn=0. Fix by converting PFN to physical address with PFN_PHYS() and adding the !pfolio->pfn check, matching the pattern used elsewhere in this file. This issue was identified by the AI review. https://sashiko.dev/#/patchset/20260323110747.193569-1-duanchenghao@kylinos.cn
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46013?
How severe is CVE-2026-46013?
How do I fix CVE-2026-46013?
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-46008In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46009In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4601Versions of the package jsrsasign before 11.1.1 are vulnerab…9.1
- CVE-2026-46010In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-46011In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46012In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46014In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46015In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46016In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46017In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46018In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46019In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-46013?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
