Security readout for executives and security teams
Plain-English summary
CVE-2022-50702 is a Linux kernel memory leak in the vdpa_sim network and block simulation modules. The leak occurs when device registration fails during module probing. Available sources show an upstream kernel fix, but no evidence of active exploitation, public weaponization, or business-impacting incidents.
Executive priority
Treat this as routine kernel hygiene unless vdpa_sim is used in sensitive or high-density environments. Patch through normal Linux kernel maintenance, with attention to virtualization and lab systems that may load the affected modules.
Technical view
The issue is in vdpasim_net_init() and vdpasim_blk_init(). If device_register() fails after dev_set_name() allocates a device name, the kobject reference count is not dropped to zero, leaking that allocation. The fix calls put_device() so kobject cleanup can free the name.
Likely exposure
Exposure is likely limited to Linux systems running affected kernel versions where vdpa_sim_net or vdpa_sim_blk modules are present and used, often virtualization or testing contexts. The source bundle does not identify broad default exposure or remote attack surface.
Exploitation context
The evidence describes a fault-injected module probing failure observed under modprobe. KEV is false, and the supplied sources do not state active exploitation, remote exploitability, privilege escalation, or a public exploit.
Researcher notes
Source data is incomplete for severity scoring: no CVSS, CWE, exploit status, or downstream vendor matrix is supplied. Analysis should focus on code provenance, backport status, and whether affected modules are reachable in local operational workflows.
Mitigation direction
Update to a vendor kernel containing the upstream stable fix.
Consult Linux distribution advisories for package names and reboot requirements.
Track the listed kernel stable commits in fleet patch records.
If unsupported, review whether vdpa_sim modules can be disabled safely.
Prioritize systems that load vdpa_sim_net or vdpa_sim_blk.
Validation and detection
Inventory Linux kernel versions against vendor fixed builds.
Check whether vdpa_sim_net or vdpa_sim_blk modules are installed or loaded.
Confirm vendor changelogs include the referenced stable commits or backports.
Review test and virtualization hosts where vdpa_sim is used.
Verify patched hosts have rebooted into the updated kernel.
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.
cve · low confidence lookup
CVE-2022-50702 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 24, 2025, 10:55 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.