PT-2024-11135 · Linux · Linux Kernel
Published
2021-03-22
·
Updated
2025-01-09
·
CVE-2021-47043
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue concerns resource leaks in the error path of the
venus probe() function. If an error occurs after a successful of icc get() call, it must be undone to prevent leaks. Using devm of icc get() instead of of icc get() avoids the leak. The remove function should be updated accordingly, and the now unneeded icc put() calls should be removed.Recommendations
To resolve the issue, update the
venus probe() function to use devm of icc get() instead of of icc get() to avoid resource leaks.
Update the remove function to axe the now unneeded icc put() calls.
At the moment, there is no information about a newer version that contains a fix for this vulnerability. Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel