Lucene search
+L

93 matches found

OSV
OSV
added 2024/12/27 2:15 p.m.11 views

UBUNTU-CVE-2024-53191

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix warning when unbinding If there is an error during some initialization related to firmware, the buffers dp-txringi.txstatus are released. However this is released again when the device is unbinded ath12kpci, and...

7.8CVSS6.5AI score0.0024EPSS
SaveExploits0References19
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a null pointer error issue in the wifi subsystem with the ath10k driver on sdio removal...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/11/25 12:00 a.m.24 views

PT-2025-3624

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue is related to the wifi mac80211 component in the Linux kernel, where the size of an unsigned long is 4 bytes on 32-bit systems, while a u64 is 8 bytes. This leads to incorrect bit...

7.8CVSS7AI score0.00315EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/11/21 12:00 a.m.13 views

PT-2025-3623

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns the Linux kernel's wifi functionality, specifically the cfg80211 module. During link deletion, the link ID is removed from the valid links bitmap before cleanup...

4.6CVSS7.2AI score0.00184EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: wifi: nl80211: reject iftype change with mesh ID change

CVE-2024-27410 is a vulnerability in the Linux kernel’s Wi-Fi subsystem, affecting the nl80211 interface. The issue occurs when a mesh ID is set while simultaneously switching the interface to mesh mode, which can overwrite critical data in the wireless device's configuration. This can lead to...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: handle 2x996 RU allocation in cfg80211calculatebitratehe Currently NL80211RATEINFOHERUALLOC2x996 is not handled in cfg80211calculatebitratehe, leading to below warning: kernel: invalid HE MCS: bw:6, ru:6 kernel:...

5.5CVSS6.7AI score0.0022EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values

A vulnerability was found in the cfg80211 component in the Linux kernel, where a lack of proper range validation applied to the NL80211ATTRTXQQUANTUM can lead to a scenario where the userspace passes an extremely high value that the kernel is not designed to handle efficiently ex. 2^31. This can...

4.4CVSS6.7AI score0.00174EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/09 10:14 a.m.9 views

CVE-2024-50235 wifi: cfg80211: clear wdev->cqm_config pointer on free

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear wdev-cqmconfig pointer on free When we free wdev-cqmconfig when unregistering, we also need to clear out the pointer since the same wdev/netdev may get re-registered in another network namespace, then...

7.6AI score0.00244EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.7 views

kernel: wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values

A vulnerability was found in the cfg80211 component in the Linux kernel, where a lack of proper range validation applied to the NL80211ATTRTXQQUANTUM can lead to a scenario where the userspace passes an extremely high value that the kernel is not designed to handle efficiently ex. 2^31. This can...

4.4CVSS6.7AI score0.00174EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an issue in the wifi subsystem when handling 802.11 HE High Efficiency RU Resource Unit allocations...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.11 views

kernel: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes

CVE-2024-35789 is a vulnerability in the Linux kernel’s Wi-Fi subsystem mac80211. It occurs when a station is moved out of a VLAN, and the VLAN is subsequently deleted. A reference to the deleted VLAN’s network device may remain, leading to a use-after-free condition. This can result in system...

8CVSS6.8AI score0.00355EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.6 views

kernel: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes

CVE-2024-35789 is a vulnerability in the Linux kernel’s Wi-Fi subsystem mac80211. It occurs when a station is moved out of a VLAN, and the VLAN is subsequently deleted. A reference to the deleted VLAN’s network device may remain, leading to a use-after-free condition. This can result in system...

8CVSS6.8AI score0.00355EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.16 views

kernel: wifi: cfg80211: check A-MSDU format more carefully

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: check A-MSDU format more carefully If it looks like there's another subframe in the A-MSDU but the header isn't fully there, we can end up reading data out of bounds, only to discard later. Make this a bit more...

8.1CVSS6.7AI score0.00341EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/07 12:28 a.m.17 views

kernel: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes

CVE-2024-35789 is a vulnerability in the Linux kernel’s Wi-Fi subsystem mac80211. It occurs when a station is moved out of a VLAN, and the VLAN is subsequently deleted. A reference to the deleted VLAN’s network device may remain, leading to a use-after-free condition. This can result in system...

8CVSS6.8AI score0.00355EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.16 views

SUSE CVE-2024-41072

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: wext: add extra SIOCSIWSCAN data check In 'cfg80211wextsiwscan', add extra check whether number of channels passed via 'ioctlsock, SIOCSIWSCAN, ...' doesn't exceed IWMAXFREQUENCIES and reject invalid request with...

4.4CVSS6.6AI score0.00233EPSS
SaveExploits0References16
RedHat Linux
RedHat Linux
added 2024/07/08 2:05 a.m.16 views

kernel: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes

CVE-2024-35789 is a vulnerability in the Linux kernel’s Wi-Fi subsystem mac80211. It occurs when a station is moved out of a VLAN, and the VLAN is subsequently deleted. A reference to the deleted VLAN’s network device may remain, leading to a use-after-free condition. This can result in system...

8CVSS6.8AI score0.00355EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/08 2:05 a.m.19 views

kernel: wifi: nl80211: reject iftype change with mesh ID change

CVE-2024-27410 is a vulnerability in the Linux kernel’s Wi-Fi subsystem, affecting the nl80211 interface. The issue occurs when a mesh ID is set while simultaneously switching the interface to mesh mode, which can overwrite critical data in the wireless device's configuration. This can lead to...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:02 a.m.10 views

kernel: wifi: nl80211: reject iftype change with mesh ID change

CVE-2024-27410 is a vulnerability in the Linux kernel’s Wi-Fi subsystem, affecting the nl80211 interface. The issue occurs when a mesh ID is set while simultaneously switching the interface to mesh mode, which can overwrite critical data in the wireless device's configuration. This can lead to...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:02 a.m.15 views

kernel: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes

CVE-2024-35789 is a vulnerability in the Linux kernel’s Wi-Fi subsystem mac80211. It occurs when a station is moved out of a VLAN, and the VLAN is subsequently deleted. A reference to the deleted VLAN’s network device may remain, leading to a use-after-free condition. This can result in system...

8CVSS6.8AI score0.00355EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/19 11:15 a.m.12 views

AZL-57805 CVE-2024-35937 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: check A-MSDU format more carefully If it looks like there's another subframe in the A-MSDU but the header isn't fully there, we can end up reading data out of bounds, only to discard later. Make this a bit more...

7.1CVSS6.7AI score0.00341EPSS
SaveExploits0References1
Rows per page
Query Builder