5 matches found
The vulnerability of the ieee80211_tx_dequeue function in the mac80211 component of the Linux operating system allows a hacker to trigger a service failure.
The vulnerability of the ieee80211txdequeue function in the mac80211 component of the Linux operating system’s kernel is related to insufficient resource management during its existence. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...
The vulnerability of the ieee80211_tx_dequeue() function in the net/mac80211/tx.c module of the mac80211 stack implementation in the Linux operating system allows a hacker to cause a service failure.
The vulnerability of the ieee80211txdequeue function in the net/mac80211/tx.c module of the mac80211 stack implementation in the Linux operating system is related to the occurrence of mutual locking. Exploiting this vulnerability could allow a attacker to cause a service failure...
SUSE CVE-2023-54288
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fortify the spinlock against deadlock by interrupt In the function ieee80211txdequeue there is a particular locking sequence: begin: spinlock&local-queuestopreasonlock; qstopped = local-queuestopreasonsq;...
CVE-2023-54288 wifi: mac80211: fortify the spinlock against deadlock by interrupt
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fortify the spinlock against deadlock by interrupt In the function ieee80211txdequeue there is a particular locking sequence: begin: spinlock&local-queuestopreasonlock; qstopped = local-queuestopreasonsq;...
CVE-2023-54288
The CVE-2023-54288 entry pertains to the Linux kernel’s wifi mac80211 stack. A deadlock risk arises in ieee80211_tx_dequeue() due to a race between spin_lock and spin_unlock around queue_stop_reason_lock when an asynchronous interrupt occurs, potentially re-locking the same spinlock. This can lea...