CVE-2026-90250
Last modified
CVE-2026-90250 is a vulnerability of currently unknown severity. 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: 1. prog A, an empty prog, is attached to a cgrp. 2.
Description
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: 1. prog A, an empty prog, is attached to a cgrp. 2. prog B uses BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE and calls the bpf_get_local_storage helper. 3. 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
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < a033c950f6731be88a7da98604ed78f302f15b80; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < 1ab3da12061d7ccb099f7e925fa2d865967a316a; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < 12feca126831556dc7fabe5a3ba28fbd328768b6; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < 3f562c537e9ecf4bc5e206cfffc2cc047f1b7e94 |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90250?
How severe is CVE-2026-90250?
How do I fix CVE-2026-90250?
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-90244In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90245In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90246In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90247In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90248In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90249In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90251In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90252In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90253In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90254In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90256In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-90250?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
