CVE-2025-38171
BaseFortify
Publication date: 2025-07-03
Last updated on: 2025-11-20
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.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves an error in the Linux kernel's power supply driver for the max77705 device. Specifically, the function create_singlethread_workqueue() was incorrectly handled because it returns NULL on error rather than error pointers. The fix addresses proper error handling and ensures cleanup of the workqueue on error paths.
How can this vulnerability impact me? :
Improper error handling in the workqueue creation could lead to resource leaks or unstable behavior in the power supply driver, potentially causing system instability or crashes related to power management on affected devices.