news.mlab.sh
Vulnerabilities
Vulnerability

CVE-2026-74644

Reference data from vuln.mlab.sh, coverage from our own index.

CVSS
5.5 Medium
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS
0.17%
Risk score
3.5
Published
2026-08-22
Status
Published

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: putback folios on invalid migrate nid damon_pa_migrate() and damos_va_migrate() isolate folios into a local list and then call damon_migrate_pages(). When target_nid is invalid (including the scheme default NUMA_NO_NODE / -1), damon_migrate_pages() returns early without putting the folios back to the LRU. Callers then discard the list head while those folios remain isolated with an extra reference taken by folio_isolate_lru(). The pages stay off the LRU for as long as the mapping exists (anon active+inactive counts drop while RSS does not), and the leftover references can pin the pages after the mapping is gone. Put the folios back on the invalid-nid path so ignored migration requests still return them to the LRU. A flaw was found in the Linux kernel's Data Access MONitor (DAMON) component. When `damon_pa_migrate()` or `damos_va_migrate()` functions attempt to migrate memory pages (folios) to an invalid Node ID (NID), these pages are not properly returned to the Least Recently Used (LRU) list. This improper handling results in the pages remaining isolated with an extra reference, which can lead to memory pinning and potential system instability or denial of service due to memory exhaustion.

Weaknesses

CWE-772

Coverage 1

Advisories and references