CVE-2025-38171
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
03/07/2025
Last modified:
03/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
power: supply: max77705: Fix workqueue error handling in probe<br />
<br />
The create_singlethread_workqueue() doesn&#39;t return error pointers, it<br />
returns NULL. Also cleanup the workqueue on the error paths.