CVE-2025-39864
BaseFortify
Publication date: 2025-09-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 5.10.244-1 |
| linux | kernel | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free issue in the Linux kernel's wifi component, specifically in the cfg80211 subsystem. It occurs in the cmp_bss() function due to improper handling of beacon frame elements after freeing them, which can lead to accessing freed memory. The fix involves adjusting cfg80211_update_known_bss() to only free the last beacon frame elements if they are not shared via the hidden_beacon_bss pointer.
How can this vulnerability impact me? :
A use-after-free vulnerability in the wifi subsystem of the Linux kernel can potentially lead to system instability, crashes, or exploitation by attackers to execute arbitrary code or cause denial of service. This could impact the reliability and security of devices running affected Linux kernel versions.