LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50539: ARM: OMAP2+: omap4-common: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: omap4-common: Fix refcount leak bug In omap4_sram_init(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when it is not used anymore.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

A small bug in a Linux kernel routine for older Texas Instruments OMAP4 ARM boards left a device-tree node reference uncounted, slowly leaking memory. It does not allow attackers in, does not steal data, and only matters on systems running this specific ARM hardware support code. The fix is a one-line cleanup that has been merged into stable kernels.

Executive priority

Low priority. Treat this as routine kernel hygiene rather than an incident-grade issue. Schedule it into the next normal Linux patch cycle, with no need for emergency change windows. Only escalate if the organization operates ARM OMAP-based embedded fleets where uptime and memory pressure matter.

Technical view

In arch/arm/mach-omap2/omap4-common.c, omap4_sram_init() calls of_find_compatible_node() but never invokes of_node_put() on the returned node, leaving its refcount incremented. This is a reference-count leak triggered during early platform setup on OMAP2+ boards. Stable kernels 6.1.16, 6.2.3, and 6.3 received the fix; older 3.18+ trees are listed as affected. No CVSS, CWE, or KEV signal is attached.

Likely exposure

Limited to Linux systems built with ARM OMAP2+/OMAP4 platform support, primarily older or embedded TI SoC devices. General-purpose servers, x86/x64 workloads, cloud instances, and most enterprise endpoints are not exposed. No remote or unauthenticated attack surface is described in the source bundle.

Exploitation context

No active exploitation is reported and the CVE is not in CISA KEV. The flaw is a refcount leak during platform init, not a memory-safety or privilege-escalation primitive, and the sources do not describe any attacker-controlled trigger. Practical impact is bounded to slow kernel resource accounting drift on affected ARM boards.

Researcher notes

Classic missing of_node_put() pattern after of_find_compatible_node(); functionally a refcount leak with no described path to memory corruption, info disclosure, or privilege escalation. No CVSS, CWE, KEV, or exploit telemetry in the bundle. Three stable git.kernel.org commits are referenced; map them to your downstream tree to confirm backport coverage. Confidence is bounded by the absence of severity scoring in upstream metadata.

Mitigation direction

  • Inventory Linux hosts using ARM OMAP2+/OMAP4 board support to scope exposure.
  • Upgrade affected kernels to 6.1.16, 6.2.3, 6.3, or later stable releases that include the fix.
  • For long-term-support trees, pull the cited stable backport commits via your distribution's kernel package.
  • Track vendor (distribution or device OEM) advisories for embedded products that may ship custom kernels.

Validation and detection

  • Confirm running kernel version and whether ARM OMAP2+ support is compiled in (CONFIG_ARCH_OMAP2PLUS).
  • Compare the deployed kernel against the fixed versions listed in the CVE record (6.1.16, 6.2.3, 6.3+).
  • Inspect arch/arm/mach-omap2/omap4-common.c for the of_node_put() call after of_find_compatible_node().
  • Review distribution changelogs for the cited stable commits to verify the patch was applied.
Prepared
Confidence
medium
Sources
5

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-50539 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
4Source 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
LinuxLinux1306c08a7cd7e6136490ab2bc728d2c39741003e, 1306c08a7cd7e6136490ab2bc728d2c39741003e, 1306c08a7cd7e6136490ab2bc728d2c39741003eunaffected
LinuxLinux3.18, 0, 6.1.16, 6.2.3, 6.3affected
Weakness

CWE details

No CWE listed

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