CVE & CISA-KEV Catalog

CVE-2022-50634

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe() cw_bat_probe() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cw_bat_probe() create_singlethread_workqueue() # failed, cw_bat->wq is NULL queue_delayed_work() queue_delayed_work_on() __queue_delayed_work() # warning here, but continue __queue_work() # access wq->flags, null-ptr-deref Check the ret value and return -ENOMEM if it is NULL.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.4-1CVE-2022-50634
Fixed in:6.1.4-1CVE-2022-50634
Fixed in:6.1.4-1CVE-2022-50634

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.17%probability of exploitation in 30 days
6thpercentile

Low risk: more likely to be exploited than 6% of all known CVEs.

References

Embed a live status badge for CVE-2022-50634
CVE-2022-50634 severity badge

Markdown

[![CVE-2022-50634](https://tridentstack.com/cve/badge/CVE-2022-50634.svg)](https://tridentstack.com/cve/CVE-2022-50634)

HTML

<a href="https://tridentstack.com/cve/CVE-2022-50634"><img src="https://tridentstack.com/cve/badge/CVE-2022-50634.svg" alt="CVE-2022-50634"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-12-09.