In the Linux kernel, the following vulnerability has been resolved:
net: macsec: Fix offload support for NETDEV_UNREGISTER event
Current macsec netdev notify handler handles NETDEV_UNREGISTER event by
releasing relevant SW resources only, this causes resources leak in case
of macsec HW offload, as the underlay driver was not notified to clean
it's macsec offload resources.
Fix by calling the underlay driver to clean it's relevant resources
by moving offload handling from macsec_dellink() to macsec_common_dellink()
when handling NETDEV_UNREGISTER event.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-20T11:13:12.025Z
Updated: 2024-11-04T12:15:13.182Z
Reserved: 2024-06-20T11:09:39.051Z
Link: CVE-2022-48720
Vulnrichment
Updated: 2024-08-03T15:24:59.933Z
NVD
Status : Awaiting Analysis
Published: 2024-06-20T11:15:55.547
Modified: 2024-06-20T12:43:25.663
Link: CVE-2022-48720
Redhat