CVE-2026-90392
Last modified
CVE-2026-90392 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix potential UAF when reading bpf link info In bpf_link_show_fdinfo and bpf_link_get_info_by_fd, link->prog is accessed without holding any locks. If the prog is concurrently replaced via bpf_link_update, the old prog can be freed, leading to a potential UAF issue. Fix this by accessing link->prog under RCU protection to safely fetch the pointer and guarantee its lifetime while reading its fields..
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix potential UAF when reading bpf link info In bpf_link_show_fdinfo and bpf_link_get_info_by_fd, link->prog is accessed without holding any locks. If the prog is concurrently replaced via bpf_link_update, the old prog can be freed, leading to a potential UAF issue. Fix this by accessing link->prog under RCU protection to safely fetch the pointer and guarantee its lifetime while reading its fields.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < a5c936ac904767fc1d943d40b0308bcb2ae2509b; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < d7d7208e2603b45724b684f4df73904fb347741e; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < 85cf991c881e7198be32be05a9daa2625390c8b3; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < 79347e42cfbc9e78872922e8f08a70609c9af82f; >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab, < 863f3ddd0b8ac65abfb50d3be0869268ac0e277b |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90392?
How severe is CVE-2026-90392?
How do I fix CVE-2026-90392?
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-90387In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90389In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9039A configuration weakness in the device’s remote management s…8.6
- CVE-2026-90390In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90391In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90393In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90394In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90395In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90396In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90397In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90398In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-90392?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
