CVE-2025-38647
BaseFortify
Publication date: 2025-08-22
Last updated on: 2025-12-15
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves an assertion failure in the Linux kernel's rtw89 wireless driver related to SAR (Specific Absorption Rate) settings from ACPI. The assertion triggers during the driver's startup because it incorrectly holds a wiphy lock at an early initialization stage, which is unnecessary. The fix drops this assertion to prevent the warning and potential issues during driver initialization.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily related to stability and reliability of the rtw89 wireless driver during startup. The assertion failure could cause warnings or interruptions in the driver initialization process, potentially affecting wireless functionality on affected systems. However, it does not indicate a direct security breach or data compromise.