CVE-2025-38316
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/07/2025
Last modified:
10/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor()<br />
<br />
The function mt7996_set_monitor() dereferences phy before<br />
the NULL sanity check.<br />
<br />
Fix this to avoid NULL pointer dereference by moving the<br />
dereference after the check.