Lucene search
+L

13015 matches found

OSV
OSV
added 2025/08/22 4:15 p.m.5 views

UBUNTU-CVE-2025-38647

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: sar: drop lockdep assertion in rtw89setsarfromacpi The following assertion is triggered on the rtw89 driver startup. It looks meaningless to hold wiphy lock on the early init stage so drop the assertion. WARNING: CPU...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/22 4:15 p.m.10 views

UBUNTU-CVE-2025-38642

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix WARNON for monitor mode on some devices On devices without WANTMONITORVIF and probably without channel context support we get a WARNON for changing the per-link setting of a monitor interface. Since we already...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References12
CVE
CVE
added 2025/08/22 4:01 p.m.58 views

CVE-2025-38657

CVE-2025-38657 affects the Linux kernel’s wifi/rtw89 MCC path. The vulnerability arises because the user-controlled link_id parsed via debugfs can exceed BITS_PER_LONG, causing shift wrapping and potentially an out-of-bounds access. The issue is mitigated by capping the value to IEEE80211_MLD_MAX...

7.3CVSS6.5AI score0.00147EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:01 p.m.22 views

CVE-2025-38657 wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.3CVSS0.00147EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/08/22 4:01 p.m.17 views

CVE-2025-38657

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.3CVSS6.1AI score0.00147EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/08/22 4:00 p.m.6 views

CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2025/08/22 4:00 p.m.56 views

CVE-2025-38647

CVE-2025-38647 affects the Linux kernel wifi/rtw89 driver. The issue is a dropped lockdep assertion in rtw89_set_sar_from_acpi during driver startup, which could trigger under early init and is resolved by the kernel fix. The vulnerability details, call trace, and affected chain are documented in...

5.5CVSS6.5AI score0.00137EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.34 views

CVE-2025-38647 wifi: rtw89: sar: drop lockdep assertion in rtw89_set_sar_from_acpi

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: sar: drop lockdep assertion in rtw89setsarfromacpi The following assertion is triggered on the rtw89 driver startup. It looks meaningless to hold wiphy lock on the early init stage so drop the assertion. WARNING: CPU...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/22 4:00 p.m.60 views

CVE-2025-38646

CVE-2025-38646 exploits a NULL pointer dereference in the Linux kernel’s wifi driver rtW89 during RX processing for packets on an unsupported 6 GHz band. The vulnerability occurs when a problematic RX report makes software think a packet arrived on 6 GHz even though the chip does not support it, ...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.22 views

CVE-2025-38646 wifi: rtw89: avoid NULL dereference when RX problematic packet on unsupported 6 GHz band

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid NULL dereference when RX problematic packet on unsupported 6 GHz band With a quite rare chance, RX report might be problematic to make SW think a packet is received on 6 GHz band even if the chip does not suppo...

0.00155EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/22 4:00 p.m.15 views

CVE-2025-38646 wifi: rtw89: avoid NULL dereference when RX problematic packet on unsupported 6 GHz band

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid NULL dereference when RX problematic packet on unsupported 6 GHz band With a quite rare chance, RX report might be problematic to make SW think a packet is received on 6 GHz band even if the chip does not suppo...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.23 views

CVE-2025-38643 wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211checkandendcac Callers of wdevchandef must hold the wiphy mutex. But the worker cfg80211propagatecacdonewk never takes the lock. Which triggers the warning below with the...

8.8CVSS0.00177EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.19 views

CVE-2025-38644

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: reject TDLS operations when station is not associated syzbot triggered a WARN in ieee80211tdlsoper by sending NL80211TDLSENABLELINK immediately after NL80211CMDCONNECT, before association completed and without pri...

5.5CVSS5.7AI score0.00157EPSS
SaveExploits0
OSV
OSV
added 2025/08/22 4:00 p.m.13 views

CVE-2025-38642 wifi: mac80211: fix WARN_ON for monitor mode on some devices

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix WARNON for monitor mode on some devices On devices without WANTMONITORVIF and probably without channel context support we get a WARNON for changing the per-link setting of a monitor interface. Since we already...

6.6AI score
SaveExploits0References6
CVE
CVE
added 2025/08/22 4:00 p.m.57 views

CVE-2025-38642

CVE-2025-38642 affects the Linux kernel’s wifi/mac80211 monitor mode handling. The issue arises on devices without WANT_MONITOR_VIF (and likely without channel context support), triggering a WARN_ON when modifying the per-link settings of a MONITOR interface. The fix moves this validation from a ...

5.5CVSS6.8AI score0.00155EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/22 11:09 a.m.6 views

OESA-2025-2054 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed...

8CVSS6.3AI score0.00358EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/08/22 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-28374

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Improper input validation for some IntelR PROSet/Wireless and IntelR KillerTM Wi-Fi software before version 22.240 may allow an unauthenticated user to...

6.5CVSS6.4AI score0.00422EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/22 12:00 a.m.19 views

AlmaLinux 9 : kernel (ALSA-2025:13962)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:13962 advisory. kernel: bpf, testrun: Fix use-after-free issue in ethskbpkttype CVE-2025-21867 microcodectl: From CVEorg collector CVE-2024-28956 kernel: mm/hugetlb:...

9.8CVSS7.5AI score0.00403EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/08/22 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2021-0165

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Improper input validation in firmware for IntelR PROSet/Wireless Wi-Fi in multiple operating systems and KillerTM Wi-Fi in Windows 10 and 11 may allow an...

6.5CVSS5.9AI score0.00515EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2025/08/22 12:00 a.m.6 views

The vulnerability of the ath9k_htc_swba() function in the Linux kernel’s Wi-Fi component, which allows a hacker to cause a service failure.

The vulnerability of the ath9khtcswba function in the Linux kernel’s Wi-Fi component is related to reading data beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

7CVSS6.8AI score0.00169EPSS
SaveExploits0References18Affected Software7
Rows per page
Query Builder