Security readout for executives and security teams
Plain-English summary
CVE-2022-50887 is a Linux kernel regulator-core bug that can leak memory by failing to release a device-tree node reference. The public record does not provide CVSS, CWE, or evidence of active exploitation. Business urgency is generally low unless you operate affected embedded or device-tree-heavy Linux systems.
Executive priority
Track and remediate through normal kernel maintenance unless you run exposed embedded platforms that rely on device-tree overlays. There is no source-supported evidence of active exploitation or high-impact compromise, but unresolved kernel leaks can affect reliability over time.
Technical view
In regulator_dev_lookup()/of_get_regulator(), of_parse_phandle() returns a node with an incremented refcount. The fix adds the missing of_node_put() after use. The observed symptom was an Open Firmware node refcount leak when destroying a configfs overlay entry involving a PMIC regulator node.
Likely exposure
Exposure is most likely on Linux systems using affected kernel versions and Open Firmware/device-tree regulator paths. Embedded, ARM, SoC, and PMIC-based platforms are more relevant than standard server workloads. Confirm exposure through your OS vendor because distributions may backport the kernel fix without changing major version numbers.
Exploitation context
The provided sources show no CISA KEV listing and no cited evidence of active exploitation. The described issue is a memory leak/refcount imbalance, not a documented privilege escalation or remote code execution. Security impact depends on whether an attacker or workload can repeatedly trigger the affected regulator/device-tree path.
Researcher notes
The public description is narrow and code-level. It identifies a missing of_node_put() after of_parse_phandle() in the regulator path. The source bundle does not include CVSS, CWE, exploitability analysis, or attacker prerequisites, so severity should not be overstated.
Mitigation direction
- Review your Linux vendor advisory or kernel changelog for CVE-2022-50887 coverage.
- Update to a kernel containing the referenced stable regulator-core fix.
- For appliances, request firmware updates from the device or board vendor.
- Prioritize affected embedded systems using device-tree overlays or PMIC regulator definitions.
Validation and detection
- Inventory Linux kernel versions across affected systems.
- Check vendor security notes for backported fixes to CVE-2022-50887.
- Confirm the regulator-core patch is present in your kernel source or package changelog.
- Review kernel logs for Open Firmware refcount leak messages if overlays are used.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-2022-50887 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/0e88505ac0a6ae97746bcdbd4b042ee9f20455aeCVE reference
- https://git.kernel.org/stable/c/4dfcf5087db9a34a300d6b99009232d4537c3e6aCVE reference
- https://git.kernel.org/stable/c/3ac888db0f67813d91373a9a61c840f815cd4ec9CVE reference
- https://git.kernel.org/stable/c/d39937f8de641c44a337cec4a2e5d3e8add20a7dCVE reference
- https://git.kernel.org/stable/c/f48c474efe05cf9ce5e535b5e0ddd710e963936cCVE reference
- https://git.kernel.org/stable/c/cda1895f3b7f324ece1614308a815a3994983b97CVE reference
- https://git.kernel.org/stable/c/2b93c58adddd98812ad928bbc2063038f3df1ffdCVE reference
- https://git.kernel.org/stable/c/2f98469c3141f8e42ba11075a273fb795bbad57fCVE reference
- https://git.kernel.org/stable/c/f2b41b748c19962b82709d9f23c6b2b0ce9d2f91CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
