CVE-2026-90077

Source
https://cve.org/CVERecord?id=CVE-2026-90077
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90077.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90077
Downstream
Published
2026-09-17T16:05:56Z
Modified
2026-09-18T03:48:35Z
Summary
net: fix a resource leak in copy_net_ns() error handling path
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90077.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
08027f6b790be1e444e4182fb4dc53faa6539d16
Fixed
76c847e80d2b6be047707d58e8e05eedbe2593ad
Fixed
e69bde4eb566aea8fa97cbb93e0bab608964f1a5
Fixed
3220b62fbb8a55feebd2a826d5ead0f49f09ed5a

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90077.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90077.json"