CVE-2025-68300
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 reference leak in the Linux kernel's filesystem namespace handling. Specifically, the function grab_requested_mnt_ns() was taking an unnecessary extra reference on a mount namespace object, which was already referenced by lookup_mnt_ns(). This could lead to resource management issues in the kernel.
How can this vulnerability impact me? :
The impact of this vulnerability could be related to resource leaks in the Linux kernel, potentially leading to increased memory usage or instability in systems relying on mount namespaces. However, no specific impact details are provided.