CVE-2026-90004

Source
https://cve.org/CVERecord?id=CVE-2026-90004
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90004.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90004
Downstream
Published
2026-09-16T10:33:14Z
Modified
2026-09-17T03:47:20Z
Summary
mm/damon/core: handle region split failure in apply_min_nr_regions()
Details

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

mm/damon/core: handle region split failure in apply_min_nr_regions()

damon_apply_min_nr_regions() repeatedly split each region until its size becomes small enough to meet the user-defined low limit of the number of regions. The loop assumes the split operation (damon_split_region_at()) will always succeed and create the new region. But the operation could silently fail for memory allocation failures, for example.

If such failure happens and the region was the last region, the linked list-based next region fetching returns invalid pointer. As a result, invalid memory dereference and corruption could happen. Even if the corner case is handled, it imposes stress to the allocator by trying split regions for other targets. Fix the issue by breaking all the loops for any region split failure.

This means there could be a min_nr_regions violation. It will only rarely happen since the allocation is arguably too small to fail. Even if it happens, it is only temporal. damon_apply_min_nr_regions() will be called again after the aggregation interval.

The user impact of the issue should be minor, since the allocation is arguably too small to fail. But, it could still theoretically happen, and the consequence is very bad.

This issue was discovered [1] by Sashiko.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90004.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b1029f29eb1d5fbf07fa8db9b5e7ab6d9813ad67
Fixed
463ebd63e8ee3d73022a18915ea43320dad8aad7
Fixed
c608748607620f331196ed0ba9fe4017892c1457

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90004.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90004.json"