CVE-2025-38628
BaseFortify
Publication date: 2025-08-22
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 | 6.12 |
| 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-908 | The product uses or accesses a resource that has not been initialized. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's vdpa/mlx5 component involves improper handling of uninitialized resources during the error cleanup path when adding a vdpa device. Specifically, functions responsible for freeing device resources did not correctly handle cases where some resources were uninitialized, leading to a kernel warning and potential system instability when a vdpa device is added without a MAC address. The fix ensures that resource cleanup functions can safely handle uninitialized resources and reorganizes initialization and cleanup calls to prevent failures.
How can this vulnerability impact me? :
This vulnerability can cause kernel warnings and potentially system instability or crashes when adding vdpa devices without a MAC address, due to improper cleanup of uninitialized resources. This could affect system reliability and availability, especially in environments using vdpa devices with the mlx5 driver.