CVE-2026-93112
Last modified
CVE-2026-93112 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 950ad93df2fce70445e655ed2e74f5c1a8653ab2, < 0cfc9348a045da64955af2dd6902e66dfc7d6469; >= 950ad93df2fce70445e655ed2e74f5c1a8653ab2, < b7e2a5c6519adc73be55c3de2cb545e095a0fbc5; >= 950ad93df2fce70445e655ed2e74f5c1a8653ab2, < 8740156ad33be5071b588b594c55f279457f667c |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93112?
How severe is CVE-2026-93112?
How do I fix CVE-2026-93112?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93107In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-93108In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93109In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9311IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …9
- CVE-2026-93110In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93111In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93116In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93118In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93112?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
