漏洞信息
# wifi: mt76: mt7996: 避免 mt7996_set_monitor() 中出现空指针引用
## 概述
在Linux内核中,已解决了mt7996_set_monitor()函数中的空指针解引用漏洞。
## 影响版本
未提供具体影响版本信息。
## 细节
`mt7996_set_monitor()`函数在进行空指针检查之前解引用了`phy`。修复方法是将解引用操作移动到检查之后,以避免空指针解引用。
## 影响
此漏洞可能导致系统崩溃或潜在的未定义行为。
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor()
漏洞描述信息
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.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于mt7996_set_monitor函数中空指针解引用,可能导致内核崩溃。
CVSS信息
N/A
漏洞类别
其他