Security Advisory

CVE-2025-38316

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-07-10 07:42:23
Last updated 2026-05-11 21:25:37
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor() The function mt7996_set_monitor() dereferences phy before the NULL sanity check. Fix this to avoid NULL pointer dereference by moving the dereference after the check.