Vulnerability in Linux
CVE-2026-90300
In the Linux kernel, the following vulnerability has been resolved: bpf: Clear buf on error in __bpf_get_task_stack Both bpf_get_task_stack and bpf_get_task_stack_sleepable helpers that use __bpf_get_task_stack have buf defined as ARG_PTR_TO_UNINIT_MEM argument and we should initialize the buf on every return path. Adding missing buf memset for __bpf_get_task_stack fail paths. This provides deterministic buffer contents, which is useful when the buffer is used directly as a map key.
Affected products
- Linux — versions 5.12, 9c020a533eaae1c2d41a7e3835c4c818a9b4b656, d921baabd96445ef9c9c9410ca06164359c8a1a5