VYPR
Unrated severityNVD Advisory· Published Dec 30, 2025· Updated Apr 15, 2026

CVE-2022-50872

CVE-2022-50872

Description

In the Linux kernel, the following vulnerability has been resolved:

ARM: OMAP2+: Fix memory leak in realtime_counter_init()

The "sys_clk" resource is malloced by clk_get(), it is not released when the function return.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Memory leak in ARM OMAP2+ realtime_counter_init() due to unreleased clk_get() allocation, leading to potential resource exhaustion.

Vulnerability

CVE-2022-50872 describes a memory leak in the Linux kernel's ARM OMAP2+ platform code, specifically within the realtime_counter_init() function. The function allocates a clock resource via clk_get() but fails to release it before returning, causing the allocated memory to remain unreclaimed.

Exploitation

This vulnerability can be triggered locally when the realtime_counter_init() function is called, typically during system initialization or when the realtime counter is accessed. No special privileges are required beyond normal system operation, making it accessible to any user or process that can invoke the relevant code path.

Impact

Repeated calls to the vulnerable function will gradually exhaust kernel memory, potentially leading to a denial-of-service condition where the system becomes unresponsive or crashes due to memory starvation.

Mitigation

The issue has been addressed in stable kernel updates. The fix commits are available in the kernel stable repository [1][2][3][4]. Users are advised to apply the latest kernel patches to remediate the vulnerability.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

8

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

8

News mentions

0

No linked articles in our index yet.