CVE-2025-68800
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mellanox | mlxsw | * |
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 use-after-free bug in the Linux kernel's mlxsw driver, specifically in the spectrum_mr component that handles multicast routing. The issue occurs because a list entry is deleted without proper synchronization, leading to the driver accessing freed memory when updating multicast route statistics. The fix involved adding a dedicated mutex to protect the multicast route list during updates and deletions to prevent the list from changing concurrently.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to access freed memory, potentially leading to system crashes, instability, or undefined behavior. Since it affects the network driver handling multicast routes, it could disrupt network functionality or be exploited to cause denial of service or other unintended effects on systems using the affected driver.