CVE-2026-90250
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
bpf, cgroup: Fix storage null-ptr-deref after replacing prog
Syzkaller reported a storage null-ptr-deref issue after replacing prog. This occurs in the following scenario:
- prog A, an empty prog, is attached to a cgrp.
- prog B uses BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE and calls the bpf_get_local_storage helper.
- link_update is called to replace prog A with prog B.
The reason is that __cgroup_bpf_replace fails to alloc and assign the required cgrp storage for the incoming replacement prog. Consequently, the new prog inherits an uninit storage, leading to null-ptr-deref panic when kick the new prog.
Fix this by rejecting a link update if new_prog's cgroup storage is incompatible with link->prog.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab < a033c950f6731be88a7da98604ed78f302f15b80 | affected |
| Linux | Linux | 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab < 1ab3da12061d7ccb099f7e925fa2d865967a316a | affected |
| Linux | Linux | 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab < 12feca126831556dc7fabe5a3ba28fbd328768b6 | affected |
| Linux | Linux | 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab < 3f562c537e9ecf4bc5e206cfffc2cc047f1b7e94 | affected |
| Linux | Linux | 5.7 | affected |
| Linux | Linux | 0 < 5.7 | unaffected |
| Linux | Linux | 6.12.110 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.52 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.6 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/a033c950f6731be88a7da98604ed78f302f15b80
- https://git.kernel.org/stable/c/1ab3da12061d7ccb099f7e925fa2d865967a316a
- https://git.kernel.org/stable/c/12feca126831556dc7fabe5a3ba28fbd328768b6
- https://git.kernel.org/stable/c/3f562c537e9ecf4bc5e206cfffc2cc047f1b7e94
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.