VYPR
Unrated severityNVD Advisory· Published Dec 24, 2025· Updated Apr 15, 2026

CVE-2023-53992

CVE-2023-53992

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A Linux kernel vulnerability in cfg80211's OCB mode allows a driver to be asked to leave an OCB network even when not joined, causing confusion.

Vulnerability

In the Linux kernel's cfg80211 subsystem, the OCB (Outside the Context of a BSS) mode handling contains a logic flaw. When there is no OCB state established, the code still requests the driver or mac80211 to leave the OCB network. This is unnecessary and can lead to confusion in the driver or mac80211 state machine [1].

Exploitation

An attacker would need to trigger the OCB leave operation when no OCB join has been joined state exists. This could be achieved by sending crafted netlink commands or through local access to the wireless configuration interface. No authentication is required beyond the ability to interact with the cfg80211 interface [2].

Impact

The primary impact is a potential denial of service or unexpected behavior in the wireless subsystem. The driver may receive an invalid leave command, potentially causing it to enter an inconsistent state or crash. This could disrupt wireless connectivity for the system operations [1].

Mitigation

The fix is included in Linux kernel stable updates. The patch adds a check for OCB state before issuing the leave command, ensuring the driver is only asked to leave when actually joined. Users should update to a kernel version containing this commit [1][2].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

3

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

3

News mentions

0

No linked articles in our index yet.