CVE Database
/

CVE-2022-50415

Back to search

CVE-2022-50415

Published: Sep 18, 2025

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in start_task() start_task() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: start_task() create_singlethread_workqueue() # failed, led_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.

VendorProductVersions

Linux

Linux

affected
3499495205a676d85fcc2f3c28e35ec9b43c47e3 - < c6db0c32f39684c89c97bc1ba1c9c4249ca09e48
affected
3499495205a676d85fcc2f3c28e35ec9b43c47e3 - < fc6d0f65f22040c6cc8a5ce032bf90252629de50
affected
3499495205a676d85fcc2f3c28e35ec9b43c47e3 - < fc307b2905a3dd75c50a53b4d87ac9c912fb7c4e
affected
3499495205a676d85fcc2f3c28e35ec9b43c47e3 - < 5e4500454d75dd249be4695d83afa3ba0724c37e
affected
3499495205a676d85fcc2f3c28e35ec9b43c47e3 - < 3505c187b86136250b39e62c72a3a70435277af6

+4 more versions

Linux

Linux

affected
2.6.15
unaffected
0 - < 2.6.15
unaffected
4.9.337 - <= 4.9.*
unaffected
4.14.303 - <= 4.14.*
unaffected
4.19.270 - <= 4.19.*

+6 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now