Lucene search
+L

13006 matches found

NVD
NVD
added 2025/12/08 2:15 a.m.13 views

CVE-2023-53764

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS0.00225EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/08 2:15 a.m.13 views

CVE-2023-53767

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 2:15 a.m.6 views

DEBIAN-CVE-2022-50629

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory leak in rsicoexattach The coexcb needs to be freed when rsicreatekthread failed in rsicoexattach...

5.3AI score0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 2:15 a.m.12 views

CVE-2022-50629

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory leak in rsicoexattach The coexcb needs to be freed when rsicreatekthread failed in rsicoexattach...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/08 2:15 a.m.7 views

DEBIAN-CVE-2022-50627

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix monitor mode bringup crash When the interface is brought up in monitor mode, it leads to NULL pointer dereference crash. This crash happens when the packet type is extracted for a SKB. This extraction which is...

5.2AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.12 views

UBUNTU-CVE-2022-50629

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory leak in rsicoexattach The coexcb needs to be freed when rsicreatekthread failed in rsicoexattach...

5.7AI score0.00205EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/08 1:19 a.m.45 views

CVE-2023-53767

The CVE describes a memory‑leak in the Linux kernel’s ath12k driver (wifi/ath12k_qmi_driver_event_work). When ATH12K_FLAG_UNREGISTERING is set, the event buffer is not freed, causing a leak. The patch replaces a return with a goto skip to ensure the event and all list entries are freed. Reports a...

6.2AI score0.00168EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.17 views

CVE-2023-53767

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

5.4AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:19 a.m.31 views

CVE-2023-53764

In Linux kernel CVE-2023-53764, the ath12k Wi‑Fi driver could trigger a lockdep assertion because the WBM error path called ath12k_peer_find_by_id() without holding ab->base_lock. The provided documents state the fix is to handle spin lock/unlock in the WBM error path to ensure the required lo...

8.8CVSS5.9AI score0.00225EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 1:19 a.m.13 views

CVE-2023-53764 wifi: ath12k: Handle lock during peer_id find

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.40 views

CVE-2023-53764 wifi: ath12k: Handle lock during peer_id find

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS0.00225EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.15 views

CVE-2022-50629

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory leak in rsicoexattach The coexcb needs to be freed when rsicreatekthread failed in rsicoexattach...

5.3AI score0.00205EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/08 1:16 a.m.36 views

CVE-2022-50629 wifi: rsi: Fix memory leak in rsi_coex_attach()

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory leak in rsicoexattach The coexcb needs to be freed when rsicreatekthread failed in rsicoexattach...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/08 1:16 a.m.11 views

CVE-2022-50629 wifi: rsi: Fix memory leak in rsi_coex_attach()

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory leak in rsicoexattach The coexcb needs to be freed when rsicreatekthread failed in rsicoexattach...

6.3AI score
SaveExploits0References10
CVE
CVE
added 2025/12/08 1:16 a.m.34 views

CVE-2022-50629

Concretely affected: Linux kernel, the wifi RSI subsystem. CVE-2022-50629 corresponds to a memory‑leak fix in rsi_coex_attach() where coex_cb must be freed if rsi_create_kthread() fails. The SUSE advisory SUSE-SU-2026:0317-1 confirms a kernel update in SUSE Linux Enterprise 15 SP5 to address this...

6.1AI score0.00205EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.12 views

CVE-2022-50627

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix monitor mode bringup crash When the interface is brought up in monitor mode, it leads to NULL pointer dereference crash. This crash happens when the packet type is extracted for a SKB. This extraction which is...

5.1AI score0.00193EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:16 a.m.34 views

CVE-2022-50627

CVE-2022-50627 affects the Linux kernel ath11k wireless driver. When an interface is brought up in monitor mode, the driver can dereference a NULL pointer while extracting the SKB packet type in the monitor-path, leading to a kernel crash. The published fix skips the unnecessary extraction for mo...

6AI score0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 1:16 a.m.8 views

DEBIAN-CVE-2025-40321

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode Currently, whenever there is a need to transmit an Action frame, the brcmfmac driver always uses the P2P vif to send the "actframe" IOVAR to firmware. Th...

5.4AI score0.00197EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.41 views

CVE-2025-40321 wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode Currently, whenever there is a need to transmit an Action frame, the brcmfmac driver always uses the P2P vif to send the "actframe" IOVAR to firmware. Th...

0.00197EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.10 views

PT-2025-49470

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak was identified and resolved in the rsi coex attach function within the RSI Realtek Semiconductor Corporation wireless driver of the Linux kernel. Specifically, the coex cb...

7.8CVSS6.8AI score0.00932EPSS
SaveExploits2References897
Rows per page
Query Builder