CVE-2022-50634

Source
https://cve.org/CVERecord?id=CVE-2022-50634
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50634.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50634
Downstream
Published
2025-12-09T00:00:06Z
Modified
2026-08-12T03:51:17Z
Summary
power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50634.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b4c7715c10c106a041b0b3fabd26151c214ea394
Fixed
f7e2ba8ed08138102f21f3fe6414498c93177fd8
Fixed
5150b76aa2eb8bb8feb7f7a048417f9d39c3dd04
Fixed
97f2b4ddb0aa700d673691a7d5e44d226d22bab7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50634.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
6.0.16
Type
ECOSYSTEM
Events
Introduced
6.1.0
Fixed
6.1.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50634.json"