Security readout for executives and security teams
Plain-English summary
CVE-2022-50780 is a Linux kernel use-after-free in netfilter queue cleanup during network namespace setup failure. It can cause invalid kernel memory access. Public sources do not provide CVSS, confirmed impact beyond the crash trace, or active exploitation evidence.
Executive priority
Treat as a medium-priority kernel maintenance item unless your environment allows untrusted local users or workloads to create network namespaces. Prioritize container hosts and multi-tenant Linux systems.
Technical view
The flaw occurs when ops_init() assigns per-network generic data, ops->init() fails, the data is freed, but net->gen still holds an invalid pointer. Later nfqnl_nf_hook_drop() accesses it during cleanup, producing a KASAN use-after-free trace through unshare/network namespace creation.
Likely exposure
Systems running affected Linux kernel versions listed in the CVE record may be exposed, especially where network namespaces and netfilter queue functionality are present. Distribution kernels may have backported fixes, so version strings alone are insufficient.
Exploitation context
The public record shows a local kernel path involving unshare and network namespace creation. It does not state remote exploitability, privilege escalation, reliable exploitation, or in-the-wild activity. CISA KEV status is false in the provided bundle.
Researcher notes
Evidence is limited to the CVE description and upstream stable commit references. No CVSS, CWE, exploit maturity, or complete distro matrix is provided. Avoid assuming impact beyond kernel invalid memory access without additional vendor analysis.
Mitigation direction
- Apply Linux kernel or distribution updates containing the referenced stable fixes.
- Check your distribution advisory for backported fixes and exact affected package versions.
- If unpatched, review exposure of untrusted network namespace creation per vendor guidance.
Validation and detection
- Inventory Linux kernel versions across servers, containers hosts, and appliances.
- Map installed kernels to vendor advisories or the referenced upstream stable commits.
- Confirm patched kernels are booted, not merely installed.
- Review security monitoring for kernel crashes matching nfqnl_nf_hook_drop use-after-free.
Public sources used
- CVE Program
- CVE List V5
- Linux stable commit 5a2ea549be94924364f6911227d99be86e8cf34a
- Linux stable commit 97ad240fd9aa9214497d14af2b91608e20856cac
- Linux stable commit c3edc6e808209aa705185f732e682a370981ced1
- Linux stable commit a1e18acb0246bfb001b08b8b1b830b5ec92a0f13
- Linux stable commit 4a4df5e78712de39d6f90d6a64b5eb48dca03bd5
- Linux stable commit d266935ac43d57586e311a087510fe6a084af742
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2022-50780 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/5a2ea549be94924364f6911227d99be86e8cf34aCVE reference
- https://git.kernel.org/stable/c/97ad240fd9aa9214497d14af2b91608e20856cacCVE reference
- https://git.kernel.org/stable/c/c3edc6e808209aa705185f732e682a370981ced1CVE reference
- https://git.kernel.org/stable/c/a1e18acb0246bfb001b08b8b1b830b5ec92a0f13CVE reference
- https://git.kernel.org/stable/c/4a4df5e78712de39d6f90d6a64b5eb48dca03bd5CVE reference
- https://git.kernel.org/stable/c/d266935ac43d57586e311a087510fe6a084af742CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
