CVE-2026-93112

Source
https://cve.org/CVERecord?id=CVE-2026-93112
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93112.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93112
Downstream
Published
2026-09-17T16:11:21Z
Modified
2026-09-18T03:48:44Z
Summary
bpf: Require a BPF cpumask for bpf_cpumask_populate()
Details

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

bpf: Require a BPF cpumask for bpf_cpumask_populate()

bpf_cpumask_populate() writes to its destination with bitmap_copy(), but the destination is typed as struct cpumask *. That allows the verifier to accept borrowed cpumask pointers returned by read-only kfuncs, such as scx_bpf_get_online_cpumask(), as a writable destination.

Make the destination a struct bpf_cpumask * so populate follows the same ownership rule as the other mutating cpumask kfuncs. Query kfuncs continue to accept const struct cpumask * inputs.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93112.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
950ad93df2fce70445e655ed2e74f5c1a8653ab2
Fixed
0cfc9348a045da64955af2dd6902e66dfc7d6469
Fixed
b7e2a5c6519adc73be55c3de2cb545e095a0fbc5
Fixed
8740156ad33be5071b588b594c55f279457f667c

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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