HOMEVULNERABILITIESCVE-2026-43389
NONE

CVE-2026-43389

Published: May 8, 2026· Updated: May 12, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:5.1th

Official 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.

NVD Source

Technical Analysis

CVE-2026-43389 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2026-43389
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 8, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43389 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.