CVE-2026-43389
Last modified
CVE-2026-43389 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: always dirty all folios A dirty folio is one which has been written to. A clean folio is its opposite. 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: always dirty all folios A dirty folio is one which has been written to. A clean folio is its opposite. Since a clean folio has no user data, it can be freed under memory pressure. memfd preservation with LUO saves the flag at preserve(). This is problematic. The folio might get dirtied later. Saving it at freeze() also doesn't work, since the dirty bit from PTE is normally synced at unmap and there might still be mappings of the file at freeze(). To see why this is a problem, say a folio is clean at preserve, but gets dirtied later. The serialized state of the folio will mark it as clean. After retrieve, the next kernel will see the folio as clean and might try to reclaim it under memory pressure. This will result in losing user data. Mark all folios of the file as dirty, and always set the MEMFD_LUO_FOLIO_DIRTY flag. This comes with the side effect of making all clean folios un-reclaimable. This is a cost that has to be paid for participants of live update. It is not expected to be a common use case to preserve a lot of clean folios anyway. Since the value of pfolio->flags is a constant now, drop the flags variable and set it directly.
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43389?
How severe is CVE-2026-43389?
How do I fix CVE-2026-43389?
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-43383In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-43384In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-43385In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43386In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43387In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4339Mattermost versions 10.11.x <= 10.11.18, 11.6.x <= 11.6.3, 1…6.5
- CVE-2026-43390In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43391In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-43392In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43393In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43394In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43389?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
