Bug 2502598 (CVE-2026-64161) - CVE-2026-64161 kernel: net: ti: icssm-prueth: fix eth_ports_node leak in probe
Summary: CVE-2026-64161 kernel: net: ti: icssm-prueth: fix eth_ports_node leak in probe
Keywords:
Status: NEW
Alias: CVE-2026-64161
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 17:08 UTC by OSIDB Bzimport
Modified: 2026-07-20 09:40 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 17:08:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: ti: icssm-prueth: fix eth_ports_node leak in probe

The error path on of_property_read_u32() failure inside
icssm_prueth_probe() returns without putting eth_ports_node,
which was acquired before the for_each_child_of_node() loop.

Drop it before returning.


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