CVE-2022-50634
Last modified
CVE-2022-50634 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b4c7715c10c106a041b0b3fabd26151c214ea394, < f7e2ba8ed08138102f21f3fe6414498c93177fd8; >= b4c7715c10c106a041b0b3fabd26151c214ea394, < 5150b76aa2eb8bb8feb7f7a048417f9d39c3dd04; >= b4c7715c10c106a041b0b3fabd26151c214ea394, < 97f2b4ddb0aa700d673691a7d5e44d226d22bab7 |
| Linux | Linux | 5.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50634?
How severe is CVE-2022-50634?
How do I fix CVE-2022-50634?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50628In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50629In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50630In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50631In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50632In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50633In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50635In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50636In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50637In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50638In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50639In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50640In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50634?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
