Bug 2298197 (CVE-2022-48856) - CVE-2022-48856 kernel: gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
Summary: CVE-2022-48856 kernel: gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
Keywords:
Status: NEW
Alias: CVE-2022-48856
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-16 13:25 UTC by OSIDB Bzimport
Modified: 2024-09-19 17:43 UTC (History)
4 users (show)

Fixed In Version: kernel 4.19.235, kernel 5.4.185, kernel 5.10.106, kernel 5.15.29, kernel 5.16.15, kernel 5.17
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-16 13:25:41 UTC
In the Linux kernel, the following vulnerability has been resolved:

gianfar: ethtool: Fix refcount leak in gfar_get_ts_info

The of_find_compatible_node() function returns a node pointer with
refcount incremented, We should use of_node_put() on it when done
Add the missing of_node_put() to release the refcount.


Note You need to log in before you can comment on or make changes to this bug.