CVE-2025-38532
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-909 | The product does not initialize a critical resource. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's libwx network driver occurs because when the device reset is triggered by feature changes (like toggling Rx VLAN offload), the Rx ring descriptors are not properly reset. The hardware descriptor ring may retain stale values from previous sessions, and only setting the length to 0 in the first descriptor results in malformed socket buffers (SKBs). This can cause kernel bugs and crashes due to invalid memory operations.
How can this vulnerability impact me? :
This vulnerability can cause kernel crashes and instability in systems using the affected Linux kernel network driver. Malformed SKBs due to stale Rx ring descriptors can lead to kernel bugs, potentially resulting in denial of service or system instability.