Lucene search
+L

13449 matches found

EUVD
EUVD
•added 2026/08/10 12:04 p.m.•14 views

EUVD-2026-55598

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix an error handling path in cfg80211wextsiwscan If the test against IEEE80211MAXSSIDLEN fails, then 'creq' leaks. Use the existing error handling path to fix it...

5.3AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•42 views

CVE-2026-68412 wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix an error handling path in cfg80211wextsiwscan If the test against IEEE80211MAXSSIDLEN fails, then 'creq' leaks. Use the existing error handling path to fix it...

0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•13 views

EUVD-2026-55597

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: clamp virtio RX length before skbput hwsimvirtiorxwork passes the virtqueue used-ring length reported by the device straight to skbput on a fixed-size receive skb. A backend reporting a length larger than the...

5.5AI score0.0022EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•12 views

EUVD-2026-55596

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in helperfirmwarecb helperfirmwarecb neglects to free the single-stage firmware image after a successful async load, leading to a memory leak in the USB firmware-download path. Fix this memory leak...

5.2AI score0.0022EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/10 12:04 p.m.•28 views

CVE-2026-68409 wifi: mac80211: defer link RX stats percpu free to RCU

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: defer link RX stats percpu free to RCU staremovelink frees a removed MLO link's RX stats percpu buffer right away, but defers only the link container to RCU: stainfofreelink&alloc-info; kfreercualloc, rcuhead; The...

8.8CVSS5.6AI score
SaveExploits0References6
CVE
CVE
•added 2026/08/10 12:04 p.m.•46 views

CVE-2026-68409

In the Linux kernel, CVE-2026-68409 arises in the mac80211 Wi‑Fi driver when removing an MLO link: the RX stats per-CPU buffer is freed immediately while the link container is deferred to RCU, creating a race where a reader may access freed memory. The root cause is that sta_remove_link frees the...

8.8CVSS5.6AI score0.00375EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•14 views

EUVD-2026-55595

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: defer link RX stats percpu free to RCU staremovelink frees a removed MLO link's RX stats percpu buffer right away, but defers only the link container to RCU: stainfofreelink&alloc-info; kfreercualloc, rcuhead; The...

5.6AI score0.00375EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•43 views

CVE-2026-68409 wifi: mac80211: defer link RX stats percpu free to RCU

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: defer link RX stats percpu free to RCU staremovelink frees a removed MLO link's RX stats percpu buffer right away, but defers only the link container to RCU: stainfofreelink&alloc-info; kfreercualloc, rcuhead; The...

8.8CVSS0.00375EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•13 views

EUVD-2026-55594

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: convert pmsrfreewk to wiphywork to fix deadlock When a netlink socket that owns a PMSR session is closed, cfg80211releasepmsr clears the request's nlportid and queues pmsrfreewk to call cfg80211pmsrprocessabort...

5.3AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•38 views

CVE-2026-68408 wifi: cfg80211: convert pmsr_free_wk to wiphy_work to fix deadlock

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: convert pmsrfreewk to wiphywork to fix deadlock When a netlink socket that owns a PMSR session is closed, cfg80211releasepmsr clears the request's nlportid and queues pmsrfreewk to call cfg80211pmsrprocessabort...

0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/10 12:04 p.m.•58 views

CVE-2026-68408

The CVE affects the Linux kernel cfg80211/pmsr handling in wifi: the deadlock occurred when a PMSR session was closed during device teardown: wdev_down held wiphy_lock, while pmsr_free_wk waited to acquire the same lock via cancel_work_sync. The fix converts pmsr_free_wk from a plain work_struct ...

5.3AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•18 views

EUVD-2026-55593

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: free RNR data on MBSSID mismatch nl80211parsebeacon rejects EMA RNR data when there are fewer RNR entries than MBSSID entries. The rejected RNR allocation has not been attached to the beacon data yet, so free it...

5.3AI score0.00215EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•46 views

CVE-2026-68407 wifi: nl80211: free RNR data on MBSSID mismatch

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: free RNR data on MBSSID mismatch nl80211parsebeacon rejects EMA RNR data when there are fewer RNR entries than MBSSID entries. The rejected RNR allocation has not been attached to the beacon data yet, so free it...

0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•41 views

CVE-2026-68406 wifi: cfg80211: validate PMSR FTM preamble range

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•14 views

EUVD-2026-55592

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using...

5.3AI score0.0022EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/10 12:04 p.m.•62 views

CVE-2026-68406

The CVE-2026-68406 issue affects the Linux kernel’s wifi cfg80211 path (PMSR FTM preamble). The vulnerability stemmed from PMSR FTM request parsing accepting values outside the defined nl80211 preamble range. The fix rejects out-of-range values before using them in the parser capability bit test,...

5.3AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/10 12:04 p.m.•52 views

CVE-2026-68405

CVE-2026-68405 (Linux kernel, wifi/mac80211) describes a bug where AP_VLAN bc_buf SKBs could be freed outside the IRQ lock. During ieee80211_do_stop(), AP_VLAN packets are removed from ps->bc_buf while ps->bc_buf.lock is held with IRQs disabled, then ieee80211_free_txskb() is called after r...

5.3AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•12 views

EUVD-2026-55591

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: free APVLAN bcbuf SKBs outside IRQ lock ieee80211dostop removes APVLAN packets from the parent AP ps-bcbuf while holding ps-bcbuf.lock with IRQs disabled. It then calls ieee80211freetxskb before dropping the lock...

5.3AI score0.0022EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•37 views

CVE-2026-68404 wifi: cfg80211: use wiphy work for socket owner autodisconnect

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: use wiphy work for socket owner autodisconnect nl80211netlinknotify walks the cfg80211 wireless device list when a NETLINKGENERIC socket is released. If the socket owns a connection, the notifier queues the embedd...

7.8CVSS0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•14 views

EUVD-2026-55590

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: use wiphy work for socket owner autodisconnect nl80211netlinknotify walks the cfg80211 wireless device list when a NETLINKGENERIC socket is released. If the socket owns a connection, the notifier queues the embedd...

5.3AI score0.00165EPSS
SaveExploits0References2
Rows per page
Query Builder