๐Ÿ” CVE Alert

CVE-2022-50634

UNKNOWN 0.0

power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 9, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
b4c7715c10c106a041b0b3fabd26151c214ea394 < f7e2ba8ed08138102f21f3fe6414498c93177fd8 b4c7715c10c106a041b0b3fabd26151c214ea394 < 5150b76aa2eb8bb8feb7f7a048417f9d39c3dd04 b4c7715c10c106a041b0b3fabd26151c214ea394 < 97f2b4ddb0aa700d673691a7d5e44d226d22bab7
Linux / Linux
5.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/f7e2ba8ed08138102f21f3fe6414498c93177fd8 git.kernel.org: https://git.kernel.org/stable/c/5150b76aa2eb8bb8feb7f7a048417f9d39c3dd04 git.kernel.org: https://git.kernel.org/stable/c/97f2b4ddb0aa700d673691a7d5e44d226d22bab7