← Back to CVE List

CVE-2024-46860

Published: 2024-09-27T13:15Z
Last Modified: 2024-10-02T14:04Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt