CVE-2023-53992
BaseFortify
Publication date: 2025-12-24
Last updated on: 2025-12-29
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's wifi component, specifically the cfg80211 module's OCB (Outside the Context of a BSS) functionality. The issue is that if there is no OCB state, the system incorrectly asks the driver or mac80211 to leave, which is unnecessary and confusing. The fix ensures that the driver is only asked to leave if the OCB state is set, preventing this improper behavior.
How can this vulnerability impact me? :
The vulnerability could cause confusion or improper behavior in the wifi subsystem of the Linux kernel when handling OCB states, potentially leading to unexpected driver or mac80211 operations. However, no specific impacts such as security breaches or data loss are detailed.