CVE-2022-50264: clk: socfpga: Fix memory leak in socfpga_gate_init()
In the Linux kernel, the following vulnerability has been resolved:
clk: socfpga: Fix memory leak in socfpga_gate_init()
Free @socfpga_clk and @ops on the error path to avoid memory leak issue.
Security readout for executives and security teams
Plain-English summary
CVE-2022-50264 is a Linux kernel memory leak fix in the SoCFPGA clock initialization path. The public record describes freeing allocated objects on an error path. No CVSS score, CWE, or active exploitation evidence is provided in the source bundle.
Executive priority
Treat this as routine kernel maintenance unless SoCFPGA-based systems are critical or exposed to reliability constraints. There is no source-backed evidence of active exploitation, but affected kernels should still be updated through normal patch cycles.
Technical view
The issue is in socfpga_gate_init() under the Linux kernel clk/socfpga area. On an initialization error path, socfpga_clk and ops were not freed, creating a memory leak. Kernel stable commits are listed as the remediation references.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the relevant SoCFPGA clock driver code path. The bundle does not identify distributions, appliances, or cloud platforms; confirm exposure through kernel version and vendor backport status.
Exploitation context
The provided sources do not report exploitation, public exploit code, or inclusion in CISA KEV. The described condition is a memory leak on an error path, so business risk depends on whether the affected initialization path is reachable in deployed systems.
Researcher notes
The record gives minimal impact detail: a memory leak in socfpga_gate_init() and stable commit references. Avoid assuming privilege escalation, remote exploitability, or denial-of-service impact without vendor or kernel maintainer evidence.
Mitigation direction
Check Linux vendor advisories for patched or backported kernels.
Upgrade to a kernel version containing the referenced stable fix.
Prioritize embedded or SoCFPGA-based Linux deployments for review.
Track distro kernel backports rather than relying only on upstream version strings.
Validation and detection
Inventory systems running Linux kernels in the affected ranges.
Confirm whether the socfpga clock driver is present or enabled.
Map installed kernels to vendor advisories and upstream stable commits.
Review logs for relevant initialization failures if the driver is used.
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-50264 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
7Source 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.
Sep 15, 2025, 14:21 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.