CVE-2026-72010

Source
https://cve.org/CVERecord?id=CVE-2026-72010
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72010.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72010
Downstream
Published
2026-08-15T05:51:39.755Z
Modified
2026-08-16T03:48:30.673215691Z
Summary
cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
Details

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

cgroup/cpuset: rebind mm mempolicy to effectivemems, not memsallowed

Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolicy with MPOLFRELATIVE_NODES rebinds in response to a CPU hotplug event.

Reproduction steps: 1) Create a cgroup w/ cpuset controls (do not set cpuset.mems) 2) Move the task into the child cpuset 3) Create a VMA mempolicy for that task with MPOLFRELATIVENODES 4) unplug and hotplug a cpu echo 0 > /sys/devices/system/cpu/cpu1/online echo 1 > /sys/devices/system/cpu/cpu1/online 5) mempolicy rebind does a div/0 in mpolrelative_nodemask on the call to _nodesfold()

The cpuset code passes (cs->memsallowed) which is not guaranteed to have nodes to the rebind routine. Use cs->effectivemems instead, which is guaranteed to have a non-empty nodemask once we reach that code path.

[ david: add a comment, slightly rephrase description ]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72010.json",
    "cna_assigner": "Linux"
}
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
ae1c802382f7af60aa54879fb4f5920a9df1ff48
Fixed
b7adeba2a21c98c7b20f18e27e3ead86bdb5e08d
Fixed
fcc8c310539c3cc523419113b227161a96b50550
Fixed
4b06449384b9ee5b3372bab60601ba5cd4162086
Fixed
02f67c4f88be8e3dbd91951d13cdcc5bcc82e9c7
Fixed
fc680afc510157f6b137956011c09abc23eb0842
Fixed
c844b7d9a9586de15dd28c06da5cc7f6ab28787d
Fixed
c17f06d8a085d6be58b544a440ce243f5e441a60
Fixed
b983c56426383e4a06fa5970c4e33cee879b1482

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.17.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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