Security readout for executives and security teams
Plain-English summary
CVE-2022-50634 is a Linux kernel flaw in the CW2015 battery driver. If a workqueue allocation fails during device probing, the kernel can dereference a null pointer and crash. This appears most relevant to systems using that battery driver. No source provided indicates active exploitation.
Executive priority
Treat as a targeted reliability risk, not a broad emergency. Prioritize embedded, mobile, or battery-powered Linux systems that may use the CW2015 driver. Patch through normal kernel maintenance unless vendor guidance indicates broader exposure.
Technical view
In cw_bat_probe(), create_singlethread_workqueue() could return NULL. The driver then passed the NULL workqueue into queue_delayed_work(), leading to a null-pointer dereference in workqueue handling. The upstream fix checks the return value and exits with -ENOMEM when allocation fails.
Likely exposure
Exposure likely requires a Linux kernel build that includes and uses the CW2015 power-supply battery driver. The CVE record lists Linux kernel versions including 5.8, 6.0.16, 6.1.2, and 6.2 as affected, but downstream vendor status may differ.
Exploitation context
The described condition depends on driver probe activity and a failed workqueue allocation. The provided sources do not describe remote exploitation, privilege escalation, public exploit availability, or active exploitation. Impact is best understood as potential local denial of service through kernel crash.
Researcher notes
The CVE has unknown CVSS and no CWE listed in the provided record. Affected-version data is limited and somewhat coarse. The key remediation evidence is the kernel stable commits that add a NULL check and return -ENOMEM.
Mitigation direction
- Update to a Linux kernel containing the referenced stable fixes.
- Check your Linux distribution or device vendor advisory for packaged kernel updates.
- Prioritize systems that use the CW2015 battery driver.
- If no update is available, follow vendor guidance for risk reduction.
Validation and detection
- Inventory Linux kernel versions across affected device classes.
- Confirm whether the CW2015 battery driver is built or loaded.
- Map deployed kernels against vendor advisories and fixed stable commits.
- Review crash logs for null-pointer dereferences involving cw_bat_probe or workqueue handling.
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-50634 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
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.
