Bug 2334797 (CVE-2024-56715) - CVE-2024-56715 kernel: ionic: Fix netdev notifier unregister on failure
Summary: CVE-2024-56715 kernel: ionic: Fix netdev notifier unregister on failure
Keywords:
Status: NEW
Alias: CVE-2024-56715
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-12-29 09:01 UTC by OSIDB Bzimport
Modified: 2024-12-29 10:10 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-29 09:01:42 UTC
In the Linux kernel, the following vulnerability has been resolved:

ionic: Fix netdev notifier unregister on failure

If register_netdev() fails, then the driver leaks the netdev notifier.
Fix this by calling ionic_lif_unregister() on register_netdev()
failure. This will also call ionic_lif_unregister_phc() if it has
already been registered.

Comment 1 Avinash Hanwate 2024-12-29 10:06:26 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024122915-CVE-2024-56715-7db1@gregkh/T


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