LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50663: net: stmmac: fix possible memory leak in stmmac_dvr_probe()

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmac_dvr_probe() The bitmap_free() should be called to free priv->af_xdp_zc_qps when create_singlethread_workqueue() fails, otherwise there will be a memory leak, so we add the err path error_wq_init to fix it.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2022-50663 is a Linux kernel memory-leak fix in the stmmac network driver. If driver initialization fails at a specific workqueue creation point, allocated memory may not be freed. Public sources do not provide a CVSS score, real-world exploitation evidence, or a broad impact assessment.

Executive priority

Treat as routine kernel hygiene unless your environment relies heavily on affected stmmac network driver deployments. No public evidence in the provided sources indicates active exploitation or critical business urgency.

Technical view

The issue is in stmmac_dvr_probe(). When create_singlethread_workqueue() fails, priv->af_xdp_zc_qps was not released with bitmap_free(), causing a memory leak. Kernel stable commits add an error path to free the bitmap. The CVE record lists affected Linux kernel ranges and fix references, but no CWE or CVSS.

Likely exposure

Likely limited to systems running affected Linux kernel builds where the stmmac driver is present and reaches this probe failure path. Exposure should be assessed by kernel version, downstream vendor backports, and whether the relevant stable fix is included.

Exploitation context

The source bundle does not show active exploitation, KEV listing, exploit availability, or remote attack details. The described condition is an initialization failure path, suggesting operational reliability risk rather than clearly demonstrated attacker-driven compromise.

Researcher notes

Evidence is narrow: a kernel memory leak in an error path with no CVSS, CWE, or exploit discussion in the supplied sources. Validate using commit presence rather than version alone because Linux distributions often backport fixes.

Mitigation direction

  • Update to a kernel or vendor package containing the referenced stable fixes.
  • Check Linux distribution advisories for backported fixes to supported kernels.
  • Prioritize systems using affected kernels and stmmac-supported networking hardware.

Validation and detection

  • Inventory Linux kernel versions across affected assets.
  • Confirm whether referenced stable commits are present or backported.
  • Review vendor kernel changelogs for CVE-2022-50663 or the stmmac fix.
  • Check whether stmmac is built, loaded, or used on target systems.
Prepared
Confidence
medium
Sources
6

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-50663 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxbba2556efad66e7eaa56fece13f7708caa1187f8, bba2556efad66e7eaa56fece13f7708caa1187f8, bba2556efad66e7eaa56fece13f7708caa1187f8, bba2556efad66e7eaa56fece13f7708caa1187f8unaffected
LinuxLinux5.13, 0, 5.15.86, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.