CVE-2025-68801
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 |
|---|---|---|
| mlxsw | spectrum_router | * |
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 issue in the Linux kernel's mlxsw spectrum_router driver. The driver stores a pointer to a neighbour object without properly holding a reference to it, which can lead to dereferencing a freed memory area. The problem arises because the reference counting scheme was inconsistent, sometimes not taking a reference when storing a neighbour pointer. The fix involves always taking a reference when storing a neighbour pointer in a neighbour entry and simplifying the reference counting to avoid use-after-free errors.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to access freed memory, leading to potential system crashes, instability, or unpredictable behavior. Such use-after-free bugs can also be exploited to execute arbitrary code or escalate privileges, depending on the context, which may compromise system security and reliability.