Security readout for executives and security teams
Plain-English summary
CVE-2022-50751 is a Linux kernel memory leak in configfs error handling. When directory creation fails, references are not released correctly. The main business concern is stability or resource exhaustion on affected systems, not confirmed data theft or remote compromise. No active exploitation is indicated in the provided sources.
Executive priority
Handle through normal kernel patch management unless your environment exposes configfs-related functionality to untrusted users. There is no source-backed evidence of active exploitation or remote compromise, but affected long-lived servers should receive vendor-confirmed kernel updates.
Technical view
The flaw is in configfs_create_dir()/configfs_make_dirent() reference counting. If configfs_create() fails, the error path removes one reference but misses the dentry inode cleanup path, leaving configfs_dirent and fragment memory unreleased. Kernel stable commits add an explicit configfs_put(sd) on failure.
Likely exposure
Exposure is limited to Linux kernels containing the vulnerable configfs code. The source bundle lists affected Linux versions including 2.6.16, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, and 6.2. Validate against your distribution kernel, not only upstream version numbers.
Exploitation context
The provided evidence describes a memory leak observed by kmemleak during module initialization paths involving configfs subsystem registration. It does not show remote reachability, privilege requirements, public exploit availability, or active exploitation. CISA KEV status is false in the bundle.
Researcher notes
The CVE record is unusually dated in the future in the supplied bundle. Severity, CVSS, and CWE are absent. The vulnerability is a refcount imbalance on the configfs_create() failure path, fixed across multiple stable branches by adding the missing put operation.
Mitigation direction
- Identify Linux systems using affected kernel builds.
- Apply vendor or distribution kernel updates containing the referenced stable fixes.
- If no advisory exists, ask the OS vendor to confirm backport status.
- Prioritize systems where untrusted users can trigger relevant kernel module or configfs paths.
Validation and detection
- Check running kernel versions and distribution patch levels.
- Compare kernel source or changelog for the referenced configfs fix commits.
- Review vendor advisories for CVE-2022-50751 backport confirmation.
- Monitor kernel logs and memory-leak diagnostics where available.
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-50751 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/90c38f57a821499391526b15cc944c265bd24e48CVE reference
- https://git.kernel.org/stable/c/74ac7c9ee2d486c501e7864c903f5098fc477acdCVE reference
- https://git.kernel.org/stable/c/07f82dca112262b169bec0001378126439cab776CVE reference
- https://git.kernel.org/stable/c/8bc77754224a2c8581727ffe2e958119b4e27c8fCVE reference
- https://git.kernel.org/stable/c/c72eb6e6e49a71f7598740786568fafdd013a227CVE reference
- https://git.kernel.org/stable/c/c65234b283a65cfbfc94619655e820a5e55199ebCVE 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.
