Security readout for executives and security teams
Plain-English summary
CVE-2022-50363 is a Linux kernel networking bug that can crash or disrupt a system under local, low-privilege conditions. The public record rates it medium with high availability impact. It is not listed in KEV, and the provided sources do not show active exploitation.
Executive priority
Treat as a routine but timely kernel availability fix. Prioritize multi-user servers, shared compute, container hosts, and systems exposed to untrusted local workloads. No source indicates remote exploitation or active exploitation.
Technical view
In Linux skmsg handling, alloc_sk_msg() could be called while under rcu_read_lock(), a non-sleepable context. syzbot observed a kernel warning: “sleeping function called from invalid context.” The resolved change passes a gfp_t allocation argument so callers can use context-appropriate allocation behavior.
Likely exposure
Exposure appears limited to affected Linux kernel versions identified in the CVE data, including 6.0 through 6.0.6 and 6.1. Systems running vendor kernels may vary because distributions backport fixes. Confirm against distribution advisories or kernel package changelogs.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, with high availability impact and no confidentiality or integrity impact. The provided evidence comes from syzbot and kernel fixes, not from public exploitation reports.
Researcher notes
The record maps this to CWE-416, but the description centers on improper allocation context in skmsg. Evidence is limited to the CVE record, syzbot trace, and two kernel stable commit references. No exploit proof, affected distribution matrix, or workaround is provided.
Mitigation direction
Upgrade to a kernel containing the referenced stable fixes.
Check Linux distribution advisories for backported kernel packages.
Prioritize systems where local untrusted users or workloads can run code.
If upgrading is delayed, monitor for kernel warnings or crashes.
Validation and detection
Inventory systems running Linux kernel 6.0 through 6.0.6 or 6.1.
Compare installed kernel changelogs against the referenced stable commits.
Confirm distribution packages include the skmsg gfp_t fix.
Review logs for related kernel BUG or warning messages.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.