HOMEVULNERABILITIESCVE-2026-46017
NONE

CVE-2026-46017

Published: May 27, 2026· Updated: May 27, 2026

Official Description

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

mm: fix deferred split queue races during migration

migrate_folio_move() records the deferred split queue state from src and

replays it on dst. Replaying it after remove_migration_ptes(src, dst, 0)

makes dst visible before it is requeued, so a concurrent rmap-removal path

can mark dst partially mapped and trip the WARN in deferred_split_folio().

Move the requeue before remove_migration_ptes() so dst is back on the

deferred split queue before it becomes visible again.

Because migration still holds dst locked at that point, teach

deferred_split_scan() to requeue a folio when folio_trylock() fails.

Otherwise a fully mapped underused folio can be dequeued by the shrinker

and silently lost from split_queue.

[[email protected]: move the comment]

NVD Source

Technical Analysis

CVE-2026-46017 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-46017
SeverityNONE
CISA KEVNo
PublishedMay 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-46017 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.