In the Linux kernel, the following vulnerability has been resolved:
ARM: OMAP2+: display: Fix refcount leak bug
In omapdss_init_fbdev(), of_find_node_by_name() will return a node
pointer with refcount incremented. We should use of_node_put() when
it is not used anymore.
Security readout for executives and security teams
Plain-English summary
This CVE covers a Linux kernel bug in the ARM OMAP2+ display code. A device-tree node reference is not released after use, causing a reference-count leak. The provided sources do not describe data theft, privilege escalation, remote access, or service outage impact.
Executive priority
Treat as routine kernel maintenance unless your environment depends on ARM OMAP2+ display systems. The provided evidence does not support emergency response, but affected embedded devices should receive vendor-supported kernel updates.
Technical view
In omapdss_init_fbdev(), of_find_node_by_name() increments a device-tree node reference count. The fix adds the missing release with of_node_put() when the node is no longer needed. The affected area is Linux kernel ARM OMAP2+ display support.
Likely exposure
Exposure appears limited to Linux systems using affected kernel versions with ARM OMAP2+ display support. The supplied data lists Linux as affected but does not provide CPEs, distributions, or deployment-specific reachability conditions.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. No exploit prerequisites, attack vector, or security impact are described beyond the kernel refcount leak.
Researcher notes
The public description is narrow: missing of_node_put() after of_find_node_by_name() in omapdss_init_fbdev(). Severity, CWE, CVSS, exploitability, and concrete impact are not supplied, so further analysis should start from the linked kernel commits.
Mitigation direction
Apply Linux kernel updates containing the referenced stable fixes.
Check distribution or device vendor advisories for backported fixes.
Prioritize embedded ARM OMAP2+ systems with display support enabled.
Track remediation through normal kernel lifecycle management.
Validation and detection
Inventory devices running Linux on ARM OMAP2+ platforms.
Confirm whether OMAP display or fbdev support is present.
Compare deployed kernel versions against vendor-fixed builds.
Verify vendor kernel packages include the referenced stable commits.
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-50203 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
9Source 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.
Jun 18, 2025, 11:03 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.