CVE-2022-50371
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.19 (inc) to 6.0.16 (exc) |
| linux | linux_kernel | From 6.1 (inc) to 6.1.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-667 | The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is related to the Linux kernel's LED driver for Qualcomm hardware. The function lpg_brightness_set() can cause the system to sleep, but it is called in a context where sleeping is not allowed (atomic context). This improper sleeping can lead to kernel errors or crashes. The fix involved changing the driver to use a non-blocking brightness setting function, brightness_set_blocking(), to prevent sleeping in an atomic context.
How can this vulnerability impact me? :
If this vulnerability is present, it can cause kernel errors or crashes due to sleeping in an invalid context. This can lead to system instability or unexpected behavior on affected Qualcomm-based Linux systems, potentially impacting device reliability and uptime.