CVE-2025-68790
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 6.18.0-20251130.rc7.git0.16131a59cab1.300 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a double unregister issue in the Linux kernel's mlx5 driver component related to HCA_PORTS. When the device's private data is not properly cleared after unregistering the component during LAG teardown, a second pass through the unload function may attempt to unregister it again, causing a use-after-free error. This can lead to kernel panics, especially on s390 systems during PCI error recovery events, due to multiple unload attempts triggering invalid memory access.
How can this vulnerability impact me? :
The vulnerability can cause kernel panics and system crashes due to use-after-free errors when the mlx5 driver attempts to unregister a component twice. This instability can affect system reliability and availability, particularly on s390 architectures during PCI error recovery, potentially leading to downtime or data loss.