Lucene search
+L

13014 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.12 views

UBUNTU-CVE-2022-50424

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: resource leaks at mt7921checkoffloadcapability Fixed coverity issue with resource leaks at variable "fw" going out of scope leaks the storage it points to mt7921checkoffloadcapability. Addresses-Coverity-ID:...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:46 a.m.41 views

CVE-2023-53529

CVE-2023-53529 : In the Linux kernel, the wifi driver stack (rtw88) had a memory leak in the USB probe path (rtw_usb_probe) that can leak memory via a kmemleak-detected allocation during USB device init. The leak is tied to a 512-byte allocation in the usb probe routine and was verified as real w...

5.5CVSS6AI score0.00127EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.27 views

CVE-2023-53529 wifi: rtw88: Fix memory leak in rtw88_usb

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 size 512: comm "udev-worker", pid 534, jiffies 4294903932 age...

0.00127EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 11:46 a.m.14 views

CVE-2023-53529 wifi: rtw88: Fix memory leak in rtw88_usb

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 size 512: comm "udev-worker", pid 534, jiffies 4294903932 age...

6.4AI score
SaveExploits0References5
OSV
OSV
added 2025/10/01 11:45 a.m.14 views

CVE-2022-50469 staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential memory leak in rtwinitdrvsw In rtwinitdrvsw, there are various init functions are called to populate the padapter structure and some checks for their return value. However, except for the first o...

6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:42 a.m.38 views

CVE-2023-53467

CVE-2023-53467 (Linux kernel) affects the wifi driver rtwr89: a leak in rtW89_append_probe_req_ie() was fixed by ensuring kfree_skb(new) is called before goto out. The issue is a potential skb leak in that path; the documented patch closes the leak in the affected code path. The connected documen...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.15 views

CVE-2023-53467 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89appendprobereqie Do kfreeskbnew before goto out to prevent potential leak...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.21 views

CVE-2023-53467 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89appendprobereqie Do kfreeskbnew before goto out to prevent potential leak...

0.00154EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/01 11:42 a.m.30 views

CVE-2023-53466

CVE-2023-53466 pertains to the Linux kernel wifi driver mt76 mt7915. The issue is a memory leak in the mt7915_mcu_exit path. The security update fixes by always purging mcu skb queues in mt7915_mcu_exit, even if mt7915_firmware_state fails. This mirrors the vulnerability being addressed in OSV-20...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.9 views

CVE-2023-53466 wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix memory leak in mt7915mcuexit Always purge mcu skb queues in mt7915mcuexit routine even if mt7915firmwarestate fails...

6.5AI score
SaveExploits0References6
OSV
OSV
added 2025/10/01 11:42 a.m.9 views

CVE-2023-53460 wifi: rtw88: fix memory leak in rtw_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix memory leak in rtwusbprobe drivers/net/wireless/realtek/rtw88/usb.c:876 rtwusbprobe warn: 'hw' from ieee80211allochw not released on lines: 811 Fix this by modifying return to a goto statement...

6.4AI score
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:42 a.m.46 views

CVE-2023-53460

CVE-2023-53460 describes a memory-leak in the Linux kernel wifi driver rt w88 (rtw_usb_probe) in drivers/net/wireless/realtek/rtw88/usb.c:876, where an allocated hw structure may not be released on a path, reported as the line 811 release issue. The root cause is a leak in the USB probe path (rtw...

5.5CVSS6AI score0.00137EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.21 views

CVE-2023-53452 wifi: rtw89: fix potential race condition between napi_init and napi_enable

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

0.00111EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 11:42 a.m.10 views

CVE-2023-53452 wifi: rtw89: fix potential race condition between napi_init and napi_enable

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:42 a.m.50 views

CVE-2023-53452

Observation: CVE-2023-53452 concerns a race condition in the Linux kernel affecting the wifi driver path for rtW89. When a netdev is registered but NAPI isn’t initialized yet, a race can occur if user space opens the netdev and enables NAPI, causing a kernel BUG at net/core/dev.c:6423 and an inva...

4.7CVSS5.9AI score0.00111EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/10/01 11:42 a.m.4 views

CVE-2022-50424 wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: resource leaks at mt7921checkoffloadcapability Fixed coverity issue with resource leaks at variable "fw" going out of scope leaks the storage it points to mt7921checkoffloadcapability. Addresses-Coverity-ID:...

6.1AI score0.00137EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.20 views

CVE-2022-50424 wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: resource leaks at mt7921checkoffloadcapability Fixed coverity issue with resource leaks at variable "fw" going out of scope leaks the storage it points to mt7921checkoffloadcapability. Addresses-Coverity-ID:...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/01 11:42 a.m.34 views

CVE-2022-50424

CVE-2022-50424 affects the Linux kernel WiFi driver for MT7921 (mt76/mt7921). The issue is a resource leak in mt7921_check_offload_capability() where a fw/allocated storage goes out of scope, leaking memory. The vulnerability is described as resolved/fixed via a Coverity-related fix (Addresses-Co...

5.5CVSS6.1AI score0.00137EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.13 views

CVE-2022-50424 wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: resource leaks at mt7921checkoffloadcapability Fixed coverity issue with resource leaks at variable "fw" going out of scope leaks the storage it points to mt7921checkoffloadcapability. Addresses-Coverity-ID:...

5.5CVSS6.5AI score
SaveExploits0References5
NVD
NVD
added 2025/10/01 8:15 a.m.11 views

CVE-2025-39918

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix linked list corruption Never leave scheduled wcid entries on the temporary on-stack list...

8.8CVSS0.00203EPSS
SaveExploits0References3
Rows per page
Query Builder