CVE-2025-40195
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-14
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 involves the Linux kernel's mount functionality, specifically in the function mnt_ns_release(). The issue occurs when mnt_ns_release() is called with a NULL pointer, which was not properly handled. The fix ensures that the function can gracefully handle NULL values to prevent potential errors or crashes.
How can this vulnerability impact me? :
If the vulnerability is triggered, it could cause the Linux kernel's mount subsystem to behave unexpectedly, potentially leading to system instability or crashes. This could affect system reliability and availability.