CVE-2026-90077
Last modified
CVE-2026-90077 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: fix a resource leak in copy_net_ns() error handling path Currently, preinit_net() does two things: (1) call ns_common_init() which might fail (2) initialize resources which does not fail However, preinit_net() is returning early when (1) fails, and copy_net_ns() is jumping to the dec_ucounts: label. As a result, resources allocated by net_alloc() are leaking.
Description
In the Linux kernel, the following vulnerability has been resolved: net: fix a resource leak in copy_net_ns() error handling path Currently, preinit_net() does two things: (1) call ns_common_init() which might fail (2) initialize resources which does not fail However, preinit_net() is returning early when (1) fails, and copy_net_ns() is jumping to the dec_ucounts: label. As a result, resources allocated by net_alloc() are leaking. We need to call key_remove_domain() and net_passive_dec() in order to release resources allocated by net_alloc(). We cannot simply jump to the put_userns: label when preinit_net() failed, for (2) is not yet done. But we can reorder (1) and (2), for there is no dependency between (1) and (2). Therefore, this patch decouples (1) from preinit_net() and changes preinit_net() back to a void function, and calls ns_common_init() after preinit_net() succeeded. Then, we can jump to immediately after ns_common_free() of the put_userns: label.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 08027f6b790be1e444e4182fb4dc53faa6539d16, < 76c847e80d2b6be047707d58e8e05eedbe2593ad; >= 08027f6b790be1e444e4182fb4dc53faa6539d16, < e69bde4eb566aea8fa97cbb93e0bab608964f1a5; >= 08027f6b790be1e444e4182fb4dc53faa6539d16, < 3220b62fbb8a55feebd2a826d5ead0f49f09ed5a |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90077?
How severe is CVE-2026-90077?
How do I fix CVE-2026-90077?
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-90071In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90074In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90075In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90078In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90079In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9008The Page-list plugin for WordPress is vulnerable to Missing …4.3
- CVE-2026-90080In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90081In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90082In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90077?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
