CVE-2025-38331
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-12-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.16 (inc) to 6.1.142 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.95 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.35 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.15.4 (exc) |
| debian | debian_linux | 11.0 |
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 the Linux kernel's ethernet cortina driver where the hardware accelerator for TCP offloading (TOE/TSO) is not properly used for all TCP frames. Without enabling both TOE and TSO features together, the driver becomes unstable, leading to hardware lockups and crashes. The issue arises because the hardware expects both features to be active simultaneously, and turning off TOE while keeping TSO active causes instability. The fix ensures that the hardware accelerator processes all TCP frames correctly to maintain stability.
How can this vulnerability impact me? :
If this vulnerability is present, the ethernet driver can become unstable and cause the hardware to lock up or crash after some time depending on network load. This can lead to system instability, network outages, and potential downtime, affecting the reliability of systems using the affected Linux kernel driver.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that both TOE (TCP Offload Engine) and TSO (TCP Segmentation Offload) features are enabled together on the affected network driver (cortina) in the Linux kernel. Disabling one without the other can cause hardware instability, lockups, and crashes. Applying the kernel update that includes this fix or configuring the driver to use TOE/TSO on all TCP frames is recommended to stabilize the hardware.