Lucene search
+L

117 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: The “init wiphywork” operation fails before the “rfkill” allocation. The “syzbort” report indicated an issue with accessing uninitialized “wiphywork” related data during the “cfg80211devfree” function. After the...

5.5CVSS6AI score0.0019EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Cancel wiphywork before freeing wiphy A wiphywork can be queued from the moment it is allocated and initialized i.e., via wiphynewnm. When a wiphywork is queued, the rdev::wiphywork function is also queued. If the...

7.8CVSS6.4AI score0.002EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•13 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Wifi: RSI: Do not configure WoWlan in the shutdown hook if it is not enabled. If WoWlan was never configured during the operation of the system, hw-wiphy-wowlanconfig will be NULL. The rsiconfigwowlan function checks whether...

5.9AI score0.002EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: The cfg80211rfkillblockwork function is not canceled when wiphy is being unregistered. There is a use-after-free error in cfg80211shutdownallinterfaces, detected by Syzkaller. Bug: KASAN: Use-after-free in...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: Do not reallocate the workqueue every time an interface is added. The commit 09ed8bfc5215 “wilc1000: Rename the workqueue from “WILCwq” to “NETDEV-wq” moved the creation of the workqueue in wilcnetdevifcinit, in...

5.5CVSS5.9AI score0.00272EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•7 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Wifi: brcmfmac – Check the count value of the channel specification to prevent out-of-bounds reads This patch fixes out-of-bounds reads in brcmfconstructchaninfo and brcmfenablebw402g, which occur when the count value of the...

7.1CVSS6.5AI score0.00195EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•3 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Lock wiphy in cfg80211getstation Wiphy should be locked before calling rdevgetstation see the lockdep assertion in ieee80211getstation. This fix resolves the following kernel NULL dereference: Unable to handle a...

8.8CVSS5.8AI score0.00408EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/10 1:20 p.m.•15 views

CVE-2026-68414

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel sched scan results work on unregister cfg80211schedscanresults can queue rdev-schedscanreswk from a driver result notification while a scheduled scan request is present. The work callback recovers the...

7.5CVSS0.00339EPSS
SaveExploits0References7
NVD
NVD
•added 2026/08/10 1:20 p.m.•20 views

CVE-2026-68408

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
NVD
NVD
•added 2026/08/10 1:20 p.m.•16 views

CVE-2026-68404

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
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•9 views

CVE-2026-68414

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel sched scan results work on unregister cfg80211schedscanresults can queue rdev-schedscanreswk from a driver result notification while a scheduled scan request is present. The work callback recovers the...

7.5CVSS5.6AI score0.00339EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/10 1:20 p.m.•8 views

UBUNTU-CVE-2026-68414

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel sched scan results work on unregister cfg80211schedscanresults can queue rdev-schedscanreswk from a driver result notification while a scheduled scan request is present. The work callback recovers the...

7.5CVSS5.2AI score0.00339EPSS
SaveExploits0References7
CVE
CVE
•added 2026/08/10 12:04 p.m.•106 views

CVE-2026-68414

CVE-2026-68414 affects the Linux kernel cfg80211 Wi‑Fi subsystem. When unregistering a wiphy, a queued or running cfg80211_sched_scan_results_wk can reference freed rdev state because sched_scan_res_wk is not drained during unregister. This allows a use-after-free scenario as the worker crosses t...

7.5CVSS5.4AI score0.00339EPSS
SaveExploits0References7
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.•57 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.•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
CVE
CVE
•added 2026/08/10 12:04 p.m.•56 views

CVE-2026-68404

The CVE-2026-68404 entry describes a race in the Linux kernel’s cfg80211 wireless subsystem during socket owner autodisconnect. The root cause is a work item (disconnect_wk) queued after cancellation, which could lead to a system crash (DoS) if NETLINK_URELEASE observers reach the wdev list. The ...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0References2
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
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•5 views

PT-2026-69814

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the Linux kernel's wifi configuration module. The function cfg80211 sched scan results can queue the rdev-sched scan res wk work item during a driver...

7.5CVSS6.1AI score0.00339EPSS
SaveExploits0
Rows per page
Query Builder