Lucene search
+L

12435 matches found

Cvelist
Cvelist
added 2026/05/28 9:36 a.m.40 views

CVE-2026-46166 wifi: mac80211: use safe list iteration in radar detect work

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

8.8CVSS0.00203EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.16 views

CVE-2026-46166

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

5.8AI score0.00203EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/05/28 9:36 a.m.12 views

CVE-2026-46166

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

8.8CVSS5.7AI score0.00203EPSS
SaveExploits0
OSV
OSV
added 2026/05/28 9:36 a.m.3 views

CVE-2026-46166 wifi: mac80211: use safe list iteration in radar detect work

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

8.8CVSS6.6AI score0.00203EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.39 views

CVE-2026-46163 wifi: b43legacy: enforce bounds check on firmware key index in RX path

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/28 9:36 a.m.10 views

CVE-2026-46163

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.10 views

CVE-2026-46163

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

5.7AI score0.00129EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/05/28 9:36 a.m.17 views

EUVD-2026-32790

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

5.8AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/28 9:36 a.m.4 views

CVE-2026-46163 wifi: b43legacy: enforce bounds check on firmware key index in RX path

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacyrx can exceed dev-maxnrkeys. The existing B43legacyWARNON is non-enforcing in production builds...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.13 views

CVE-2026-46152

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rxresult ieee80211invokefastrx is documented as safe for parallel RX, but its per-invocation rxresult is declared static. Concurrent callers then share one instance and can overwri...

5.8AI score0.00167EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/05/28 9:36 a.m.16 views

EUVD-2026-32779

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rxresult ieee80211invokefastrx is documented as safe for parallel RX, but its per-invocation rxresult is declared static. Concurrent callers then share one instance and can overwri...

5.8AI score0.00167EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/28 9:36 a.m.48 views

CVE-2026-46152

CVE-2026-46152 affects the Linux kernel’s wifi/mac80211 subsystem. The root cause is that ieee80211_invoke_fast_rx() uses a static per-invocation rx_result, causing concurrent callers to share a single instance and potentially overwrite results between ieee80211_rx_mesh_data() and the switch on r...

8.8CVSS5.8AI score0.00167EPSS
SaveExploits0References15Affected Software1
Debian CVE
Debian CVE
added 2026/05/28 9:36 a.m.12 views

CVE-2026-46152

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rxresult ieee80211invokefastrx is documented as safe for parallel RX, but its per-invocation rxresult is declared static. Concurrent callers then share one instance and can overwri...

8.8CVSS5.7AI score0.00167EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.49 views

CVE-2026-46152 wifi: mac80211: drop stray 'static' from fast-RX rx_result

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rxresult ieee80211invokefastrx is documented as safe for parallel RX, but its per-invocation rxresult is declared static. Concurrent callers then share one instance and can overwri...

8.8CVSS0.00167EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/28 9:35 a.m.34 views

CVE-2026-46136 wifi: mt76: mt7921: fix a potential clc buffer length underflow

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix a potential clc buffer length underflow The buflen is used to limit the iterations for retrieving the country power setting and may underflow under certain conditions due to changes in the power table in...

0.00129EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:35 a.m.9 views

CVE-2026-46136

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix a potential clc buffer length underflow The buflen is used to limit the iterations for retrieving the country power setting and may underflow under certain conditions due to changes in the power table in...

5.8AI score0.00129EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/05/28 9:35 a.m.14 views

EUVD-2026-32763

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix a potential clc buffer length underflow The buflen is used to limit the iterations for retrieving the country power setting and may underflow under certain conditions due to changes in the power table in...

5.8AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/28 9:35 a.m.38 views

CVE-2026-46136

CVE-2026-46136 affects the Linux kernel wifi driver mt7921 (mt76) where a buf_len underflow in the country power setting retrieval can occur after changes to the CLC power table. This underflow may cause an almost infinite loop or an invalid power setting, leading to driver initialization failure...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/05/28 9:35 a.m.12 views

CVE-2026-46136

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix a potential clc buffer length underflow The buflen is used to limit the iterations for retrieving the country power setting and may underflow under certain conditions due to changes in the power table in...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/05/28 9:35 a.m.4 views

CVE-2026-46125 wifi: mac80211: remove station if connection prep fails

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: remove station if connection prep fails If connection preparation fails for MLO connections, then the interface is completely reset to non-MLD. In this case, we must not keep the station since it's related to the...

8.8CVSS6.6AI score0.00302EPSS
SaveExploits0References22
Rows per page
Query Builder