Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in the ChromeOS EC Type-C driver. When an error occurs while collecting Type-C switch handles, freed pointers can remain in memory and later be reused or freed again. That can cause kernel instability and may have security impact, but public severity and CVSS data are not provided.
Executive priority
Treat as a targeted kernel maintenance issue, not an internet-wide emergency based on current evidence. Prioritize patch verification for ChromeOS-like or embedded Linux fleets using USB Type-C EC hardware. Business urgency is moderate only where that hardware and driver path are present.
Technical view
CVE-2022-50642 affects platform/chrome cros_ec_typec. In cros_typec_get_switch_handles, four allocated pointer fields in the port structure are freed on partial failure but not cleared. Later paths can hit use-after-free or double-free. The upstream resolution zeros the pointer fields after freeing.
Likely exposure
Exposure appears limited to Linux systems using the cros_ec_typec ChromeOS EC Type-C path. Generic Linux servers or desktops without this driver or hardware path may not be exposed. The provided affected version data is incomplete and should be verified against distro kernels.
Exploitation context
No active exploitation is reported in the provided sources, and the CVE is not listed as KEV. The source material does not describe exploitability, required privileges, attack vector, or practical impact beyond use-after-free or double-free in later kernel code paths.
Researcher notes
The public record lacks CVSS, CWE, attack vector, and exploitability details. The bug class is memory safety in kernel driver error handling. Analysis should focus on reachable failure paths in cros_typec_get_switch_handles and downstream cleanup paths, without assuming broad exposure.
Mitigation direction
- Apply kernel updates that include the referenced upstream stable fixes.
- Check your Linux distribution’s advisory for backported fixes and affected kernel builds.
- Prioritize systems using ChromeOS EC Type-C hardware or cros_ec_typec support.
- If no vendor fix is available, follow vendor guidance and assess disabling unused affected functionality.
Validation and detection
- Inventory Linux kernel versions and distribution patch levels.
- Check whether cros_ec_typec support is built, loaded, or relevant to the hardware.
- Confirm the running kernel includes one of the referenced stable fix commits or a backport.
- Review vendor advisories because distro kernels may not match upstream version numbers.
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-50642 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/0ceadb5a3e45f1b81cf54bd496b40a5e50b6bd40CVE reference
- https://git.kernel.org/stable/c/b610758bb3e0674644c1255cdafc2f46b7e05ff9CVE reference
- https://git.kernel.org/stable/c/6613f36a2fa5c69e528bccba8b3d831f759dad2fCVE reference
- https://git.kernel.org/stable/c/9a8aadcf0b459c1257b9477fd6402e1d5952ae07CVE 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.
