cve/2024/CVE-2024-56715.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2024-56715

Description

In the Linux kernel, the following vulnerability has been resolved:ionic: Fix netdev notifier unregister on failureIf 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 hasalready been registered.

POC

Reference

No PoCs from references.

Github