CVE-2026-43010: bpf: Reject sleepable kprobe_multi programs at attach time

Published May 1, 2026
·
Updated

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

bpf: Reject sleepable kprobemulti programs at attach time

kprobe.multi programs run in atomic/RCU context and cannot sleep. However, bpfkprobemultilinkattach() did not validate whether the program being attached had the sleepable flag set, allowing sleepable helpers such as bpfcopyfromuser() to be invoked from a non-sleepable context.

This causes a "sleeping function called from invalid context" splat:

BUG: sleeping function called from invalid context at ./include/linux/uaccess.h:169 inatomic(): 1, irqsdisabled(): 0, nonblock: 0, pid: 1787, name: sudo preemptcount: 1, expected: 0 RCU nest depth: 2, expected: 0

Fix this by rejecting sleepable programs early in bpfkprobemultilinkattach(), before any further processing.

Affected Software

9 affected components
Linux Linux kernel
Linux Linux kernel>=5.18<6.18.22
Linux Linux kernel>=6.19<6.19.12
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3
Linux Linux kernel=7.0-rc4
Linux Linux kernel=7.0-rc5
Linux Linux kernel=7.0-rc6

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update the Linux kernel so that bpf_kprobe_multi_link_attach() validates the attached kprobe.multi program and rejects it at attach time if the program’s sleepable flag is set, preventing execution in atomic/RCU context where sleepable helpers (e.g., bpf_copy_from_user()) could otherwise be invoked.

    Linux kernel BPF subsystem (bpf_kprobe_multi_link_attach / kprobe.multi attachment) Sleepable kprobe.multi program validation at attach time = Reject programs with sleepable flag before further processing

Event History

May 1, 2026
CVE Published
via MITRE·02:15 PM
Data Sourced
via MITRE·02:15 PM
Description
Data Sourced
via NVD·03:16 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43010?

CVE-2026-43010 has a medium severity level due to its potential to cause instability in kernel operations.

2

How do I fix CVE-2026-43010?

To fix CVE-2026-43010, update your Linux kernel to the latest stable version that includes the security patches addressing this vulnerability.

3

What systems are affected by CVE-2026-43010?

CVE-2026-43010 affects the Linux kernel, specifically those systems running configurations that utilize sleepable kprobe_multi programs.

4

What are the risks of CVE-2026-43010?

The risks associated with CVE-2026-43010 include potential kernel crashes and system instability due to improper execution of kprobe_multi programs.

5

Is there a workaround for CVE-2026-43010?

There are no recommended workarounds for CVE-2026-43010; the best approach is to apply the necessary updates to your Linux kernel.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203