CVE-2025-38590
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-26
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 | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's network driver (net/mlx5e) where a security path (secpath) extension on a network packet buffer (skb) is not properly removed if the associated encryption state (xfrm state) is missing after hardware decryption. Because the state might have been freed before lookup, the code attempts to access invalid memory, leading to a kernel crash (page fault). The patch fixes this by removing the secpath extension when the xfrm state is not found, preventing the crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a page fault when processing certain network packets. Such crashes can lead to denial of service (DoS) conditions, potentially disrupting network communication and system availability.