Security readout for executives and security teams
Plain-English summary
CVE-2022-50335 is a Linux kernel 9p request-lifecycle bug. A race can expose an uninitialized request reference counter, leading to memory corruption and possible use-after-free behavior. The source bundle does not provide CVSS, confirmed impact beyond kernel memory safety, or active exploitation evidence.
Executive priority
Track and remediate through normal kernel patch governance unless your environment relies heavily on 9p or exposes it to untrusted workloads. Urgency increases for shared, virtualized, or multi-user systems, but the bundle does not justify an emergency exploitation-driven response.
Technical view
In Linux 9p, a request can be added to the IDR before its refcount is initialized. If p9_read_work receives a response during that window, it can look up the request and operate on an uninitialized refcount, corrupting request state and causing incorrect free, ref underflow, or use-after-free.
Likely exposure
Exposure is tied to Linux systems running affected kernel versions and using the 9p client/filesystem code path. The bundle lists Linux as affected but has ambiguous version notation, so teams should confirm status through their distribution kernel advisories and backport records.
Exploitation context
The provided sources include syzbot-derived crash evidence and a race scenario, but no public active exploitation claim. KEV status is false in the bundle. Treat this as a kernel memory-safety issue requiring patch tracking, not as confirmed exploited-in-the-wild activity.
Researcher notes
The key primitive is a race between request allocation/IDR publication and refcount initialization in net/9p/client.c. The described fix sets refcount to zero before IDR insertion. The source bundle lacks CVSS, CWE mapping, and downstream fixed-version detail.
Mitigation direction
- Apply vendor or distribution kernel updates containing the referenced stable fixes.
- Confirm whether your kernel includes the 9p refcount initialization patch.
- Review Linux distribution advisories for backported fixed kernel versions.
- Disable or avoid 9p usage where it is not operationally required.
- Prioritize systems where untrusted users can influence 9p operations.
Validation and detection
- Inventory Linux kernel versions across hosts and images.
- Check whether 9p modules or filesystem usage are present.
- Map deployed kernels against vendor fixed-version or backport advisories.
- Verify the referenced stable commits exist in your kernel source package.
- Review crash telemetry for 9p, refcount, or use-after-free indicators.
Public sources used
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-50335 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/1cabce56626a61f4f02452cba61ad4332a4b73f8CVE reference
- https://git.kernel.org/stable/c/73c47b3123b351de2d3714a72a336c0f72f203afCVE reference
- https://git.kernel.org/stable/c/967fc34f297e40fd2e068cf6b0c3eb4916228539CVE reference
- https://git.kernel.org/stable/c/26273ade77f54716e30dfd40ac6e85ceb54ac0f9CVE 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.
