CVE-2025-39957
BaseFortify
Publication date: 2025-10-09
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 mac80211 component involves an incorrect calculation of the scan_ies_len value because the S1G capability element length was not included. This causes a buffer length validation failure in the ieee80211_prep_hw_scan() function, leading to a warning in __ieee80211_start_scan() and preventing hardware scanning from functioning properly. The fix involves increasing scan_ies_len to account for the S1G capability length.
How can this vulnerability impact me? :
The vulnerability prevents hardware scanning from functioning correctly in the affected Linux kernel wifi component. This could impact the ability of the system to perform wifi scans, potentially affecting network connectivity or wireless functionality.