漏洞标题
Wi-Fi:iwlwifi: mvm: 在访问SSID之前,请检查n_ssids
漏洞描述信息
在Linux内核中,已解决以下漏洞:
wifi: iwlwifi: mvm: 在访问ssids之前检查n_ssids
在某些cfg80211版本中,即使n_ssids为0,ssids poinet也可能是一个有效的引用。在这种情况下访问该引用会导致越界访问。通过首先检查n_ssids来修复此问题。
CVSS信息
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H
漏洞类别
跨界内存读
漏洞标题
wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
In some versions of cfg80211, the ssids poinet might be a valid one even
though n_ssids is 0. Accessing the pointer in this case will cuase an
out-of-bound access. Fix this by checking n_ssids first.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 wifi:iwlwifi:mvm 组件在处理 n_ssids 为 0 时未能正确检查,可能导致越界访问。
CVSS信息
N/A
漏洞类别
其他