CVE-2022-50019: tty: serial: Fix refcount leak bug in ucc_uart.c
In the Linux kernel, the following vulnerability has been resolved:
tty: serial: Fix refcount leak bug in ucc_uart.c
In soc_info(), of_find_node_by_type() 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
CVE-2022-50019 is a Linux kernel bug where a device-tree node reference is not released in the ucc_uart serial driver. The public record describes a refcount leak, not direct code execution or privilege escalation. Business urgency is mainly for systems that ship or rely on affected Linux kernel builds with this driver enabled.
Executive priority
Handle through normal kernel patch governance unless the environment uses affected custom or embedded Linux builds. Escalate if vendor guidance links this bug to availability impact on critical systems.
Technical view
In ucc_uart.c, soc_info() calls of_find_node_by_type(), which increments a node reference count. The fix adds the matching of_node_put() when the node is no longer needed. The available sources do not provide CVSS, CWE, impact detail, or distribution-specific package status.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions or vendor kernels containing the vulnerable ucc_uart.c code. The bundle does not identify affected distributions, devices, configurations, or whether the driver must be active.
Exploitation context
The source bundle shows no CISA KEV listing and provides no evidence of active exploitation, public exploit availability, or weaponized use. Treat this as a kernel maintenance vulnerability until vendor advisories add impact detail.
Researcher notes
Evidence is sparse: the record only states a refcount leak in soc_info() and lists stable kernel commit references. No CVSS, CWE, exploit conditions, trigger path, or operational impact is supplied, so validation should focus on source/package provenance.
Mitigation direction
Check your Linux vendor advisory for CVE-2022-50019 package status.
Update to a kernel build containing the referenced stable fixes.
Prioritize embedded or appliance fleets using customized Linux kernels.
Track unsupported kernels separately and plan replacement or backporting.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and embedded devices.
Confirm whether vendor kernels include ucc_uart.c and the stable fix.
Map findings against the CVE affected version data and vendor advisories.
Document any systems awaiting vendor-fixed kernels or backports.
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-50019 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:01 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.