Bug 2298204 (CVE-2022-48860) - CVE-2022-48860 kernel: ethernet: Fix error handling in xemaclite_of_probe
Summary: CVE-2022-48860 kernel: ethernet: Fix error handling in xemaclite_of_probe
Keywords:
Status: NEW
Alias: CVE-2022-48860
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-16 13:33 UTC by OSIDB Bzimport
Modified: 2024-09-19 16:44 UTC (History)
4 users (show)

Fixed In Version: kernel 4.9.307, kernel 4.14.272, kernel 4.19.235, kernel 5.4.185, kernel 5.10.106, kernel 5.15.29, kernel 5.16.15, kernel 5.17
Doc Type: If docs needed, set a value
Doc Text:
A flaw was found in the xilinx_emaclite module in the Linux kernel. A memory leak can occur due to an improper error handling when a device can't be registered, potentially impacting system performance and possibly resulting in a denial of service.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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

ethernet: Fix error handling in xemaclite_of_probe

This node pointer is returned by of_parse_phandle() with refcount
incremented in this function. Calling of_node_put() to avoid the
refcount leak. As the remove function do.


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