Lucene search
+L

1671 matches found

OSV
OSV
added 2025/07/25 1:13 p.m.8 views

CVE-2025-38406 wifi: ath6kl: remove WARN on bad firmware input

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: remove WARN on bad firmware input If the firmware gives bad input, that's nothing to do with the driver's stack at this point etc., so the WARNON doesn't add any value. Additionally, this is one of the top syzbot...

6.4AI score
SaveExploits0References13
CNNVD
CNNVD
added 2025/07/25 12:00 a.m.16 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a carl9170 wifi driver attempting to ping a device that fails to load firmware, which could result in a null...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/07/25 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an over-warning by the ath6kl wifi driver of incorrect firmware inputs, which could lead to syslog...

5.5CVSS6.9AI score0.00174EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/16 12:53 p.m.7 views

SUSE-SU-2025:02333-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52888: media: mediatek: vcodec: Only free buffer VA that is not NULL bsc1228557. - CVE-2024-49568: net/smc: check v2extoffset/eidcnt/ismgidcnt when...

9.8CVSS6.8AI score0.00717EPSS
SaveExploits6References555
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.12 views

wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()

...

5.5CVSS7.2AI score0.00198EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.7 views

wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release

...

7CVSS7.2AI score0.00191EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.8 views

SUSE CVE-2025-38293

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix node corruption in ar-arvifs list In current WLAN recovery code flow, ath11kcorehalt only reinitializes the "arvifs" list head. This will cause the list node immediately following the list head to become an...

4.7CVSS7AI score0.00264EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/07/04 2:38 p.m.4 views

SUSE CVE-2025-38155

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: Fix null-ptr-deref in mt7915mmiowedinit devmioremap returns NULL on error. Currently, mt7915mmiowedinit does not check for this case, which results in a NULL pointer dereference. Prevent null pointer dereferen...

5.5CVSS6.5AI score0.00141EPSS
SaveExploits0References22
OSV
OSV
added 2025/07/04 2:15 p.m.8 views

UBUNTU-CVE-2025-38199

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak due to multiple rxstats allocation rxstats for each arsta is allocated when adding a station. arsta-rxstats will be freed when a station is removed. Redundant allocations are occurring when the same...

5.5CVSS5.7AI score0.00132EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/07/03 11:22 p.m.7 views

SUSE CVE-2025-38156

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix null-ptr-deref in mt7996mmiowedinit devmioremap returns NULL on error. Currently, mt7996mmiowedinit does not check for this case, which results in a NULL pointer dereference. Prevent null pointer dereferen...

4.4CVSS6.5AI score0.00139EPSS
SaveExploits0References9
NVD
NVD
added 2025/07/03 9:15 a.m.10 views

CVE-2025-38121

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: avoid panic on init failure In case of an error during init, inhwrestart will be set, but it will never get cleared. Instead, we will retry to init again, and then we will act like we are in a restart when we...

5.5CVSS0.0014EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/03 9:15 a.m.6 views

UBUNTU-CVE-2025-38121

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: avoid panic on init failure In case of an error during init, inhwrestart will be set, but it will never get cleared. Instead, we will retry to init again, and then we will act like we are in a restart when we...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/07/03 8:36 a.m.8 views

CVE-2025-38159

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

7.1CVSS5.9AI score0.00145EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/03 8:36 a.m.20 views

CVE-2025-38159 wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

0.00145EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.18 views

CVE-2025-38155

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: Fix null-ptr-deref in mt7915mmiowedinit devmioremap returns NULL on error. Currently, mt7915mmiowedinit does not check for this case, which results in a NULL pointer dereference. Prevent null pointer dereferen...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0
CVE
CVE
added 2025/07/03 8:35 a.m.48 views

CVE-2025-38121

The CVE-2025-38121 entry describes a Linux kernel issue in the wifi: iwlwifi: mld path. When an error occurs during init, in_hw_restart is set but never cleared, causing the code to retry init as if in a restart while not actually in one. This can lead to a NULL pointer dereference during cancell...

5.5CVSS7AI score0.0014EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.11 views

CVE-2025-38116

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix uaf in ath12kcoreinit When the execution of ath12kcorehwgroupassign or ath12kcorehwgroupcreate fails, the registered notifier chain is not unregistered properly. Its memory is freed after rmmod, which may trigge...

7.8CVSS6.4AI score0.0016EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/01 12:00 a.m.17 views

PT-2025-33548

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel's mwifiex driver related to the handling of disassociation frames when operating in concurrent Station STA and Access Point AP mode with host Machine...

8.5CVSS7.5AI score0.07644EPSS
SaveExploits3References540
OSV
OSV
added 2025/06/26 9:04 a.m.6 views

SUSE-SU-2025:02127-1 Security update for the Linux Kernel (Live Patch 5 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506002325 fixes several issues. The following security issues were fixed: - CVE-2024-56601: net: inet: do not leave a dangling sk pointer in inetcreate bsc1235231. - CVE-2024-50279: dm cache: fix out-of-bounds access to the dirty bitset when resizing...

8CVSS6.7AI score0.00337EPSS
SaveExploits0References23
SUSE Linux
SUSE Linux
added 2025/06/24 2:52 p.m.6 views

Security update for kernel-livepatch-MICRO-6-0_Update_3

This update for kernel-livepatch-MICRO-6-0Update3 fixes the following issues: CVE-2024-56601: net: inet: do not leave a dangling sk pointer in inetcreate bsc1235231 CVE-2024-50279: dm cache: fix out-of-bounds access to the dirty bitset when resizing bsc1233708 CVE-2024-50301: security/keys: fix...

8.5CVSS7.3AI score0.00337EPSS
SaveExploits0References44
Rows per page
Query Builder