CVE-2026-43010

Source
https://cve.org/CVERecord?id=CVE-2026-43010
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43010.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43010
Downstream
Related
Published
2026-05-01T14:15:16.947Z
Modified
2026-07-15T01:49:07.900847837Z
Summary
bpf: Reject sleepable kprobe_multi programs at attach time
Details

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

bpf: Reject sleepable kprobe_multi 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 bpfcopyfrom_user() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43010.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
0dcac272540613d41c05e89679e4ddb978b612f1
Fixed
89327ed787746a7aa4db3c97f91d2e294228932b
Fixed
d97b19fe5265f7901b2c862f88a4eb1b129a0b61
Fixed
dc9a060d76c12b23c5f378ee115d5e5d03d8bbf3
Fixed
f952157e695fd434bdc05af63a703bb082a78717
Fixed
eb7024bfcc5f68ed11ed9dd4891a3073c15f04a8

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
6.6.144
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.95
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.22
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.12

Database specific

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