Security Advisory

CVE-2024-46860

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-09-27 12:42:50
Last updated 2026-05-11 20:37:57
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change When disabling wifi mt7921_ipv6_addr_change() is called as a notifier. At this point mvif->phy is already NULL so we cannot use it here.