CVE-2026-43390
Permission Check Bypass in Linux Kernel nstree
Publication date: 2026-05-08
Last updated on: 2026-05-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel relates to the nstree component, where permission checks for listing namespaces were not strict enough.
Specifically, even privileged services could see other privileged services' namespaces, which could lead to unintended information leakage between these services.
The fix involved tightening these permission checks by using the may_see_all_namespaces() helper function, which centralizes the policy controlling namespace visibility.
How can this vulnerability impact me? :
This vulnerability could allow privileged services to view namespaces of other privileged services, potentially leading to information leakage between services that should be isolated.
Such leakage could expose sensitive data or system details that might be exploited by attackers or unauthorized users.