CVE-2026-90393

Source
https://cve.org/CVERecord?id=CVE-2026-90393
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90393.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90393
Downstream
Published
2026-09-17T16:09:26Z
Modified
2026-09-19T03:47:29Z
Summary
bpf: Fix potential UAF in bpf_netns_link_update_prog
Details

In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix potential UAF in bpf_netns_link_update_prog

In bpf_netns_link_update_prog, the checks for old_prog and prog type are currently performed locklessly before acquiring netns_bpf_mutex. This creates a race condition that can lead to a UAF issue.

If two threads concurrently execute BPF_LINK_UPDATE on the same netns link, the following execution path can trigger a UAF:

CPU0 CPU1 bpf_netns_link_update_prog if (old_prog && old_prog != link->prog) return -EPERM; bpf_netns_link_update_prog if (old_prog && old_prog != link->prog) ... old_prog = xchg(&link->prog, new_prog); bpf_prog_put(old_prog); if (new_prog->type != link->prog->type) <-- trigger UAF

Fix this by moving the old_prog and prog->type checks inside the netns_bpf_mutex critical section. Meanwhile, use guard() to simplify lock management and avoid all the goto jumping.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90393.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
7f045a49fee04b5662cbdeaf0838f9322ae8c63a
Fixed
d462b5481d77ce7df8a5ff89a699386f00c9214d
Fixed
bdddf3e1493ee973619c154a57071ce67f78598b
Fixed
79a66fd997d4eecf17302d613194879eb32e0986
Fixed
f4ce6803df4095777191d800bebc50219b615ca0
Fixed
277168cb9d153ce8e9c3f9275670e32ae61b41d6
Fixed
bda86e9f31b9a296b6e64a51c91dc776fc9f613e
Fixed
923f559e95b89b33c7e1793b3d8f7f4ec9b2e4b7
Fixed
5c5997836381010fc5907b36bc17d3b19407e933

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.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-90393.json"