Lucene search
+L

36 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.4 views

CVE-2026-68196

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: validate assoc response length before subtracting header wilcparseassocrespinfo computes the trailing IE length as ieslen = bufferlen - sizeofres; without first checking that bufferlen is at least sizeofstruct...

8.3CVSS0.00419EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:00 p.m.6 views

EUVD-2026-55297

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: validate assoc response length before subtracting header wilcparseassocrespinfo computes the trailing IE length as ieslen = bufferlen - sizeofres; without first checking that bufferlen is at least sizeofstruct...

5.3AI score0.00419EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.8 views

SUSE CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.3AI score0.00127EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.16 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

7.8CVSS0.00127EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.3AI score0.00127EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.17 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.16 views

PT-2026-61462

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the wilc wlan firmware download function when a bus acquire failure happens. The function allocates a dma buffer using kmalloc, but an early error path uses a...

5.8AI score0.00127EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

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

In the Linux kernel, the following vulnerability has been resolved: Wifi: wilc1000 – Fixed RCU usage in the connect path. With lockdep enabled, calls to the connect function from the cfg802.11 layer lead to the following warning: ============================= WARNING: Suspicious RCU usage...

9.1CVSS6.2AI score0.01635EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/01 2:15 p.m.19 views

EUVD-2026-26593

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation The variable valuesize is declared as u8 but accumulates the total length of all SSIDs to scan. Each SSID contributes up to 33 bytes IEEE80211MAXSSIDLEN + 1, an...

5.9AI score0.00143EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/01 2:15 p.m.13 views

CVE-2026-31780 wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation The variable valuesize is declared as u8 but accumulates the total length of all SSIDs to scan. Each SSID contributes up to 33 bytes IEEE80211MAXSSIDLEN + 1, an...

7.8CVSS5.9AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/05/01 12:00 a.m.8 views

PT-2026-36415

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A heap buffer overflow occurs in the wilc1000 WiFi driver due to an integer overflow in the SSID scan buffer size calculation. The variable valuesize is declared as a u8 an 8-bit unsigne...

8.5CVSS5.7AI score0.00143EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: Wifi: wilc1000 – Avoid buffer overflow in WID string configuration. Fixed the copy overflow warning identified by the Smatch checker. drivers/net/wireless/microchip/wilc1000/wlancfg.c:184 wilcwlanparseresponseframe Error:...

8.8CVSS6AI score0.00213EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2022-55866

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential memory leak in wilcmacxmit The wilcmacxmit returns NETDEVTXOK without freeing skb, add devkfreeskb to fix it. Compile tested only...

6AI score0.00224EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/30 1:15 p.m.13 views

CVE-2022-50832

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential memory leak in wilcmacxmit The wilcmacxmit returns NETDEVTXOK without freeing skb, add devkfreeskb to fix it. Compile tested only...

0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 1:15 p.m.16 views

UBUNTU-CVE-2022-50832

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential memory leak in wilcmacxmit The wilcmacxmit returns NETDEVTXOK without freeing skb, add devkfreeskb to fix it. Compile tested only...

5.7AI score0.00224EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:10 p.m.9 views

CVE-2022-50832 wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential memory leak in wilcmacxmit The wilcmacxmit returns NETDEVTXOK without freeing skb, add devkfreeskb to fix it. Compile tested only...

6.4AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-403861)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-403861 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function...

9.1CVSS6.2AI score0.01635EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-381120)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-381120 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces wilcnetdevcleanup...

7.8CVSS5.7AI score0.00235EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/05 2:52 a.m.6 views

SUSE CVE-2025-39952

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: avoid buffer overflow in WID string configuration Fix the following copy overflow warning identified by Smatch checker. drivers/net/wireless/microchip/wilc1000/wlancfg.c:184 wilcwlanparseresponseframe error:...

6.6CVSS7AI score0.00213EPSS
SaveExploits0References21
OSV
OSV
added 2025/10/04 8:15 a.m.7 views

UBUNTU-CVE-2025-39952

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: avoid buffer overflow in WID string configuration Fix the following copy overflow warning identified by Smatch checker. drivers/net/wireless/microchip/wilc1000/wlancfg.c:184 wilcwlanparseresponseframe error:...

8.8CVSS6.8AI score0.00213EPSS
SaveExploits0References17
Rows per page
Query Builder