Lucene search
+L

1575 matches found

CVE
CVE
added 2024/11/09 10:14 a.m.190 views

CVE-2024-50237

In the Linux kernel, CVE-2024-50237 affects the wifi mac80211 path: the driver could receive a stopped vif in the .get_txpower callback, risking a crash from uninitialized private data. The documented fix is to avoid passing a stopped vif to the driver, mitigating kernel-driver instability. Impac...

7.8CVSS5.2AI score0.00273EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/09 10:14 a.m.2 views

CVE-2024-50237 wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: do not pass a stopped vif to the driver in .gettxpower Avoid potentially crashing in the driver because of uninitialized private data...

7.5AI score0.00273EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.6 views

wifi: mac80211: don't use rate mask for offchannel TX either

...

3.3CVSS6.8AI score0.0023EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.4 views

wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()

...

5.5CVSS6.8AI score0.00258EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.8 views

The vulnerability of the mac80211 component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the mac80211 component in the Linux operating system is related to the state of the race condition. Exploiting this vulnerability can allow an attacker to gain increased privileges within the system...

8.8CVSS6.5AI score0.00279EPSS
SaveExploits0References38Affected Software6
SUSE CVE
SUSE CVE
added 2024/10/25 3:07 a.m.4 views

SUSE CVE-2024-49929

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwlmvmtxskbsta and iwlmvmtxmpdu verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointe...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References21
Redos
Redos
added 2024/10/23 12:00 a.m.29 views

ROS-20241023-04

Vulnerability in ext4 component of Linux kernel is related to division by zero errors in function mbupdateavgfragmentsize in fs/ext4/mballoc.c. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the fsl-qdma component of the Linux operating...

8.8CVSS7.2AI score0.00312EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:00 a.m.12 views

The vulnerability of the mac80211 component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the mac80211 component in the Linux operating system is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References14Affected Software4
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.7 views

SUSE CVE-2022-49022

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

5.5CVSS6.4AI score0.00343EPSS
SaveExploits0References10
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2022-49022

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

7.8CVSS5.4AI score0.00343EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.14 views

UBUNTU-CVE-2022-49022

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

8.1CVSS6.1AI score0.00343EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 6:15 p.m.14 views

AZL-51419 CVE-2024-49929 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwlmvmtxskbsta and iwlmvmtxmpdu verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointe...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.11 views

SUSE CVE-2024-47713

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211dostop Since 'devqueuexmit' should be called with interrupts enabled, the following backtrace: ieee80211dostop ... spinlockirqsave&local-queuestopreasonlock, flags...

5.5CVSS6.4AI score0.00258EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.10 views

SUSE CVE-2024-47738

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 "wifi: mac80211: don't use rate mask for scanning", ignore incorrect settings to avoid no supported rate warning reported by syzbot. The...

5.5CVSS6.4AI score0.0023EPSS
SaveExploits0References19
OSV
OSV
added 2024/10/21 1:15 p.m.13 views

AZL-50752 CVE-2024-47738 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 "wifi: mac80211: don't use rate mask for scanning", ignore incorrect settings to avoid no supported rate warning reported by syzbot. The...

3.3CVSS6.6AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.6 views

DEBIAN-CVE-2024-47738

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 "wifi: mac80211: don't use rate mask for scanning", ignore incorrect settings to avoid no supported rate warning reported by syzbot. The...

3.3CVSS5.6AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.11 views

UBUNTU-CVE-2024-47738

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 "wifi: mac80211: don't use rate mask for scanning", ignore incorrect settings to avoid no supported rate warning reported by syzbot. The...

3.3CVSS6.1AI score0.0023EPSS
SaveExploits0References23
OSV
OSV
added 2024/10/21 12:15 p.m.22 views

AZL-51309 CVE-2024-47713 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211dostop Since 'devqueuexmit' should be called with interrupts enabled, the following backtrace: ieee80211dostop ... spinlockirqsave&local-queuestopreasonlock, flags...

5.5CVSS6.6AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.6 views

DEBIAN-CVE-2024-47713

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211dostop Since 'devqueuexmit' should be called with interrupts enabled, the following backtrace: ieee80211dostop ... spinlockirqsave&local-queuestopreasonlock, flags...

5.5CVSS5.7AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.7 views

UBUNTU-CVE-2024-47713

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211dostop Since 'devqueuexmit' should be called with interrupts enabled, the following backtrace: ieee80211dostop ... spinlockirqsave&local-queuestopreasonlock, flags...

5.5CVSS6.2AI score0.00258EPSS
SaveExploits0References43
Rows per page
Query Builder