CVE-2025-39798
BaseFortify
Publication date: 2025-09-12
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 5.10.244-1 |
| linux | kernel | 6.1.153-1 |
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 handling of capabilities when automounting a new filesystem via NFS. Specifically, capabilities cannot be inherited when crossing into a new filesystem; they must be reset to minimal defaults and then re-evaluated. The issue was that this resetting process was not handled correctly, which has now been fixed.
How can this vulnerability impact me? :
If unpatched, this vulnerability could lead to incorrect capability settings when automounting new filesystems, potentially allowing processes to retain elevated privileges improperly or lose necessary permissions, which could affect system security and stability.