CVE-2023-53540
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-04-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.2 (inc) to 6.5.5 (exc) |
| linux | linux_kernel | From 2.6.32 (inc) to 6.1.55 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's wifi subsystem (cfg80211) involves accepting authentication or association requests to an access point (AP) that uses the device's own address as its MLD address or BSSID. This is an incorrect scenario, and the vulnerability was that such connections were not properly rejected, potentially causing connection failures later. The fix ensures that such connections are rejected immediately.
How can this vulnerability impact me? :
If an AP uses the device's own address as its MLD address or BSSID, the device might attempt to connect and fail later, causing connectivity issues or degraded wifi performance. Rejecting such connections prevents these failures and improves network stability.