3 matches found
CVE-2023-53992
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: ocb: don't leave if not joined If there's no OCB state, don't ask the driver/mac80211 to leave, since that's just confusing. Since set/clear the chandef state, that's a simple check...
CVE-2023-53992
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: ocb: don't leave if not joined If there's no OCB state, don't ask the driver/mac80211 to leave, since that's just confusing. Since set/clear the chandef state, that's a simple check...
CVE-2023-53992
CVE-2023-53992 pertains to the Linux kernel wifi stack (cfg80211 OC B). The issue arises when the code attempts to leave the OC B state even if no OC B state exists, leading to confusing driver/mac80211 behavior. The provided description states the root cause as: if there’s no OC B state, don’t a...