Lucene search
+L

13094 matches found

OSV
OSV
added 2024/05/21 4:15 p.m.11 views

UBUNTU-CVE-2023-52832

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211gettxpower We can get a UBSAN warning if ieee80211gettxpower returns the INTMIN value mac80211 internally uses for "unset power level". UBSAN: signed-integer-overflow in...

9.1CVSS6.1AI score0.01263EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/21 4:15 p.m.21 views

UBUNTU-CVE-2023-52768

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: use vmmtable as array in wilc struct Enabling KASAN and running some iperf tests raises some memory issues with vmmtable: BUG: KASAN: slab-out-of-bounds in wilcwlanhandletxq+0x6ac/0xdb4 Write of size 4 at addr...

7.8CVSS5.7AI score0.00244EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.30 views

CVE-2023-52777

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix gtk offload status event locking The ath11k active pdevs are protected by RCU but the gtk offload status event handling code calling ath11kmacgetarvifbyvdevid was not marked as a read-side critical section. Mark...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.27 views

CVE-2023-52827

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound read in ath12khttpullppdustats len is extracted from HTT message and could be an unexpected value in case errors happen, so add validation before using to avoid possible out-of-bound read i...

7.7CVSS6.1AI score0.00262EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.27 views

CVE-2023-52776

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dfs-radar and temperature event locking The ath12k active pdevs are protected by RCU but the DFS-radar and temperature event handling code calling ath12kmacgetarbypdevid was not marked as a read-side critical...

8.8CVSS6AI score0.00849EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.8 views

UBUNTU-CVE-2023-52827

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound read in ath12khttpullppdustats len is extracted from HTT message and could be an unexpected value in case errors happen, so add validation before using to avoid possible out-of-bound read i...

7.7CVSS5.7AI score0.00262EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

UBUNTU-CVE-2023-52829

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound write in ath12kwmiexthalregcaps regcap.phyid is extracted from WMI event and could be an unexpected value in case some errors happen. As a result out-of-bound write may occur to...

8.4CVSS6AI score0.00261EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.17 views

UBUNTU-CVE-2023-52769

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix htt mlo-offset event locking The ath12k active pdevs are protected by RCU but the htt mlo-offset event handling code calling ath12kmacgetarbypdevid was not marked as a read-side critical section. Mark the code i...

8.8CVSS5.8AI score0.00334EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.23 views

UBUNTU-CVE-2023-52776

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dfs-radar and temperature event locking The ath12k active pdevs are protected by RCU but the DFS-radar and temperature event handling code calling ath12kmacgetarbypdevid was not marked as a read-side critical...

8.8CVSS5.9AI score0.00849EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.36 views

CVE-2023-52832 wifi: mac80211: don't return unset power in ieee80211_get_tx_power()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211gettxpower We can get a UBSAN warning if ieee80211gettxpower returns the INTMIN value mac80211 internally uses for "unset power level". UBSAN: signed-integer-overflow in...

6.3AI score0.01263EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:31 p.m.28 views

CVE-2023-52832 wifi: mac80211: don't return unset power in ieee80211_get_tx_power()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211gettxpower We can get a UBSAN warning if ieee80211gettxpower returns the INTMIN value mac80211 internally uses for "unset power level". UBSAN: signed-integer-overflow in...

9.1CVSS6AI score
SaveExploits0References12
CVE
CVE
added 2024/05/21 3:31 p.m.207 views

CVE-2023-52832

CVE-2023-52832 affects the Linux kernel’s wireless stack (mac80211/nl80211). The issue arises when ieee80211_get_tx_power() can return INT_MIN (the internal sentinel for an “unset power level”), which can trigger a UBSAN signed‑integer overflow. The observed effect is a UBSAN warning in net/wirel...

9.1CVSS8.3AI score0.01263EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.35 views

CVE-2023-52832

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211gettxpower We can get a UBSAN warning if ieee80211gettxpower returns the INTMIN value mac80211 internally uses for "unset power level". UBSAN: signed-integer-overflow in...

9.1CVSS7.1AI score0.01263EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.28 views

CVE-2023-52829 wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound write in ath12kwmiexthalregcaps regcap.phyid is extracted from WMI event and could be an unexpected value in case some errors happen. As a result out-of-bound write may occur to...

8.4CVSS7AI score0.00261EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:31 p.m.18 views

CVE-2023-52829 wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound write in ath12kwmiexthalregcaps regcap.phyid is extracted from WMI event and could be an unexpected value in case some errors happen. As a result out-of-bound write may occur to...

8.4CVSS6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.43 views

CVE-2023-52829 wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound write in ath12kwmiexthalregcaps regcap.phyid is extracted from WMI event and could be an unexpected value in case some errors happen. As a result out-of-bound write may occur to...

8.4CVSS6.6AI score0.00261EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.48 views

CVE-2023-52829

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound write in ath12kwmiexthalregcaps regcap.phyid is extracted from WMI event and could be an unexpected value in case some errors happen. As a result out-of-bound write may occur to...

8.4CVSS7.4AI score0.00261EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:31 p.m.262 views

CVE-2023-52827

CVE-2023-52827 concerns the Linux kernel’s wifi ath12k code. The issue is a potential out-of-bounds read in ath12k_htt_pull_ppdu_stats(), caused by len being extracted from an HTT message without sufficient validation; an unexpected value could occur during message iteration/parsing. The same ris...

7.7CVSS7.9AI score0.00262EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.17 views

CVE-2023-52827 wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound read in ath12khttpullppdustats len is extracted from HTT message and could be an unexpected value in case errors happen, so add validation before using to avoid possible out-of-bound read i...

7.7CVSS6.8AI score0.00262EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:31 p.m.13 views

CVE-2023-52827 wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound read in ath12khttpullppdustats len is extracted from HTT message and could be an unexpected value in case errors happen, so add validation before using to avoid possible out-of-bound read i...

7.7CVSS6.2AI score
SaveExploits0References6
Rows per page
Query Builder