Security readout for executives and security teams
Plain-English summary
CVE-2022-50734 is a Linux kernel memory leak in the nvmem registration path. In a specific error case, allocated device-name memory was not freed. Public sources do not provide CVSS, confirmed exploitation, or business-impact details, so urgency should be driven by kernel exposure and normal patch cycles.
Executive priority
Treat as routine kernel hygiene unless your environment has high kernel-stability requirements or affected embedded/Linux devices. There is no sourced evidence of active exploitation, but memory leaks can affect reliability and should be remediated through normal maintenance windows.
Technical view
In nvmem_register(), dev_set_name allocates memory for nvmem->dev.kobj.name. If nvmem_validate_keepouts() failed, nvmem memory was freed without freeing that name allocation. The kernel fix moves validation after device_register(), allowing device core cleanup on error paths.
Likely exposure
Potentially exposed systems are Linux kernels matching the affected version information in the CVE record, including listed 5.15, 5.15.75, 5.19.17, 6.0.3, and 6.1 entries. Distribution backports may change practical exposure, so verify against vendor kernel advisories.
Exploitation context
No CISA KEV entry or cited source indicates active exploitation. The public description shows a memory leak on a kernel error path, not a disclosed privilege-escalation or remote-code-execution path. Triggerability and real-world impact are not established in the provided sources.
Researcher notes
Evidence is limited to the CVE record and kernel stable commits. No CVSS, CWE, exploit status, or distro-specific affected package list is provided. Review the referenced commits for exact backport context before declaring specific downstream kernels vulnerable or fixed.
Mitigation direction
- Check Linux distribution advisories for CVE-2022-50734 applicability.
- Update to a vendor kernel containing the referenced stable fixes.
- Prioritize systems using kernels in the affected ranges.
- If unsupported, plan kernel upgrade or vendor-supported replacement.
Validation and detection
- Inventory running kernel versions across Linux assets.
- Map distro kernels to upstream stable fixes or vendor advisories.
- Confirm whether the nvmem subsystem is present and relevant.
- Track remediation through package, image, or firmware baselines.
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-50734 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/9391cc3a787a58aa224a6440d7f244d780ba2896CVE reference
- https://git.kernel.org/stable/c/2bd2774df0ce37920b23819a860a66fdbdd90823CVE reference
- https://git.kernel.org/stable/c/b6054b9b239a493672f853b034570cca93ba7a88CVE reference
- https://git.kernel.org/stable/c/bd1244561fa2a4531ded40dbf09c9599084f8b29CVE 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.
