Lucene search
+L

14143 matches found

EUVD
EUVD
added 2026/07/19 3:41 p.m.9 views

EUVD-2026-45861

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix driver-set TX rates on old devices On old devices such as 7265D, rates are still encoded in version 1 format, which doesn't use the CCK/OFDM rate index 0-3/0-7 but rather their PLCP value e.g. 10 for 1 Mbp...

5.5AI score0.00209EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:41 p.m.30 views

CVE-2026-64175 wifi: iwlwifi: mld: stop TX during firmware restart

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: stop TX during firmware restart When iwlwifi firmware crashes e.g., NMIINTERRUPTUNKNOWN on Intel BE201/Wi-Fi 7, iwlmldnicerror sets mld-fwstatus.inhwrestart to true. However, iwlmldtxfromtxq does not check thi...

7.5CVSS0.00349EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:41 p.m.5 views

CVE-2026-64176 wifi: iwlwifi: mvm: fix driver-set TX rates on old devices

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix driver-set TX rates on old devices On old devices such as 7265D, rates are still encoded in version 1 format, which doesn't use the CCK/OFDM rate index 0-3/0-7 but rather their PLCP value e.g. 10 for 1 Mbp...

8.1CVSS5.5AI score0.00209EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64155

The CVE-2026-64155 entry describes a Linux kernel fix in the ath11k WiFi driver (WMI WOW calls). Two error-path paths that returned the result of ath11k_wmi_cmd_send(...) without checking the return value could skip freeing the skb in error scenarios, potentially leaking resources. The patch adds...

5.4AI score0.00173EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score0.00173EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64155 wifi: ath11k: fix error path leaks in some WMI WOW calls

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score0.00173EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.2AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45603

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

5.3AI score0.00239EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 3:16 p.m.7 views

CVE-2026-63866

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996macstadeinitlink Clear WCID pointer removing the sta link in mt7996macstadeinitlink routine...

8.8CVSS0.00223EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 2:4 p.m.33 views

CVE-2026-63866 wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996macstadeinitlink Clear WCID pointer removing the sta link in mt7996macstadeinitlink routine...

8.8CVSS0.00223EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:4 p.m.8 views

EUVD-2026-45550

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996macstadeinitlink Clear WCID pointer removing the sta link in mt7996macstadeinitlink routine...

5.3AI score0.00223EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 12:16 p.m.12 views

CVE-2026-63821

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: fix memory leaks on USB write failures When rtwusbwriteport fails to submit a USB Request Block URB e.g., due to device disconnect or ENOMEM, the completion callback is never executed. Currently, the driver...

0.00157EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 12:2 p.m.9 views

EUVD-2026-45498

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: add wcid publish check in mt76staadd Since mt7925macstaadd publishes wcid, add publish check in mt76staadd to avoid reinitializing the wcid-polllist. Found dev-stapolllist corruption when using mt7925 and 7.1-rc4...

5.4AI score0.00223EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 12:2 p.m.5 views

CVE-2026-63832 wifi: mt76: add wcid publish check in mt76_sta_add

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: add wcid publish check in mt76staadd Since mt7925macstaadd publishes wcid, add publish check in mt76staadd to avoid reinitializing the wcid-polllist. Found dev-stapolllist corruption when using mt7925 and 7.1-rc4...

8.8CVSS5.4AI score0.00223EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.11 views

PT-2026-61183

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mt7996 mac sta deinit link function within the mt76 wifi driver for mt7996 devices. The problem involves the failure to clear the WCID Wireless Client Identifier...

8.8CVSS5.2AI score0.00223EPSS
SaveExploits0
NVD
NVD
added 2026/07/14 6:18 p.m.5 views

CVE-2026-58628

Concurrent execution using shared resource with improper synchronization 'race condition' in Windows Wireless Networking allows an authorized attacker to elevate privileges locally...

7.8CVSS0.00181EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/14 6:17 p.m.8 views

CVE-2026-50509

Deserialization of untrusted data in Windows Wireless Wide Area Network Service allows an authorized attacker to elevate privileges locally...

7.8CVSS0.03172EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/14 6:17 p.m.6 views

CVE-2026-50450

Concurrent execution using shared resource with improper synchronization 'race condition' in Windows Wireless Wide Area Network Service allows an authorized attacker to elevate privileges locally...

7.8CVSS0.00153EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/14 5:46 p.m.25 views

CVE-2026-15757

Summary (CVE-2026-15757): NETGEAR DGND3700v1 modem router reportedly suffers an insufficent input validation vulnerability that could let an attacker on the same local Wi‑Fi network send unauthorized commands to the device. The description/records indicate the issue was discovered via controlled ...

8.7CVSS6.1AI score0.00203EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/14 5:10 p.m.8 views

CVE-2026-58628 Windows Wireless Network Manager Elevation of Privilege Vulnerability

...

7.8CVSS6.1AI score0.00181EPSS
SaveExploits0References1
Rows per page
Query Builder