Security readout for executives and security teams
Plain-English summary
CVE-2022-50875 is a Linux kernel flaw in device-tree overlay handling. If memory allocation fails, the kernel can dereference a null pointer while comparing strings, likely causing a crash. Public sources do not provide a CVSS score or evidence of active exploitation.
Executive priority
Treat as a normal kernel maintenance priority unless your environment heavily uses device-tree overlays, especially embedded or appliance fleets. There is no public evidence of active exploitation in the provided sources, but kernel crash risk can affect availability.
Technical view
The issue is in the Linux kernel OF overlay code, specifically find_dup_cset_node_entry() and find_dup_cset_prop(). Failed kmalloc() allocation through kasprintf() can leave fn_1 or fn_2 as NULL, then strcmp() triggers a null pointer dereference. Stable kernel commits are referenced as fixes.
Likely exposure
Exposure appears limited to Linux systems using affected kernel versions and code paths involving OF/device-tree overlays. The source bundle lists Linux as affected but version metadata is not fully clear, so validate against kernel stable fixes or distribution advisories.
Exploitation context
No CISA KEV listing or cited source indicates active exploitation. The described condition depends on allocation failure and reaching specific overlay duplicate-checking code, suggesting denial-of-service risk rather than confirmed privilege escalation or remote compromise.
Researcher notes
The public record lacks CVSS, CWE, and detailed exploitability analysis. Assessment is based on the kernel commit description: allocation failure leads to NULL arguments to strcmp(). Avoid assuming remote reachability; focus validation on kernel version, backports, and overlay usage.
Mitigation direction
- Review vendor or distribution guidance for CVE-2022-50875.
- Update to a kernel containing the referenced stable fix commits.
- Prioritize systems that use device-tree overlays or embedded Linux kernels.
- Track whether your distribution backported the fix without changing major kernel version.
Validation and detection
- Inventory Linux kernel versions across affected assets.
- Check whether the kernel includes one of the referenced stable commits.
- Confirm whether device-tree overlay functionality is enabled or used.
- Review distribution security advisories for backport status and package names.
Public sources used
- CVE Program
- CVE List V5
- Linux stable commit 9ec5781879b4535ad59b5354b385825378e45618
- Linux stable commit 2b4af99b44861646013821019dd13a4ac48c0219
- Linux stable commit ce1b3a41e7964cb8dd56a702a95dd90ad27f51cd
- Linux stable commit ab5bb7bbacf531de8e32912cc2e21f906113cee8
- Linux stable commit 71d88c7453ec3d2ceff98e18ce4d6354abd3b5b6
- Linux stable commit ee9d7a0e754568180a2f8ebc4aad226278a9116f
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-50875 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/9ec5781879b4535ad59b5354b385825378e45618CVE reference
- https://git.kernel.org/stable/c/2b4af99b44861646013821019dd13a4ac48c0219CVE reference
- https://git.kernel.org/stable/c/ce1b3a41e7964cb8dd56a702a95dd90ad27f51cdCVE reference
- https://git.kernel.org/stable/c/ab5bb7bbacf531de8e32912cc2e21f906113cee8CVE reference
- https://git.kernel.org/stable/c/71d88c7453ec3d2ceff98e18ce4d6354abd3b5b6CVE reference
- https://git.kernel.org/stable/c/ee9d7a0e754568180a2f8ebc4aad226278a9116fCVE 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.
