CVE-2026-64070
Last modified
CVE-2026-64070 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: powerpc/hv-gpci: fix preempt count leak in sysfs show paths Four sysfs show() callbacks in hv-gpci take get_cpu_var(hv_gpci_reqb) (which calls preempt_disable()) but only call the matching put_cpu_var() on the error path under the 'out:' label. Every successful read leaks one preempt_disable(): processor_bus_topology_show() processor_config_show() affinity_domain_via_virtual_processor_show() affinity_domain_via_domain_show() (affinity_domain_via_partition_show() was already correct.) On a CONFIG_PREEMPT=y kernel, repeated reads raise preempt_count and eventually return to userspace with preemption still disabled. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/hv-gpci: fix preempt count leak in sysfs show paths Four sysfs show() callbacks in hv-gpci take get_cpu_var(hv_gpci_reqb) (which calls preempt_disable()) but only call the matching put_cpu_var() on the error path under the 'out:' label. Every successful read leaks one preempt_disable(): processor_bus_topology_show() processor_config_show() affinity_domain_via_virtual_processor_show() affinity_domain_via_domain_show() (affinity_domain_via_partition_show() was already correct.) On a CONFIG_PREEMPT=y kernel, repeated reads raise preempt_count and eventually return to userspace with preemption still disabled. The next user-mode page fault then hits faulthandler_disabled() == 1, gets forced to SIGSEGV, and the resulting coredump trips 'BUG: scheduling while atomic' in call_usermodehelper_exec -> wait_for_completion_state -> schedule: BUG: scheduling while atomic: <task>/<pid>/0x00000004 ... __schedule_bug+0x6c/0x90 __schedule+0x58c/0x13a0 schedule+0x48/0x1a0 schedule_timeout+0x104/0x170 wait_for_completion_state+0x16c/0x330 call_usermodehelper_exec+0x254/0x2d0 vfs_coredump+0x1050/0x2590 get_signal+0xb9c/0xc80 do_notify_resume+0xf8/0x470 Add an out_success label that calls put_cpu_var() before returning the byte count, mirroring affinity_domain_via_partition_show().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 71f1c39647d8c9d4d54a861ec81f1ff17544bcb6, < 903409000a07ac8e31ffedeb8516f4f8d67150c8; >= 71f1c39647d8c9d4d54a861ec81f1ff17544bcb6, < dbc30a57bd8e026995e9fa8e8c31cffd18542c01 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64070?
How severe is CVE-2026-64070?
How do I fix CVE-2026-64070?
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-64064In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64066In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64067In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64068In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64069In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64073In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64074In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64075In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64076In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64070?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
