CVE-2025-39819
BaseFortify
Publication date: 2025-09-16
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 | linux_kernel | 6.1.153 |
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 an inconsistent reference count update in the Linux kernel's SMB2 compound operation function (smb2_compound_op). Specifically, the reference to a file object (cfile) is not always properly dropped when an allocation failure (-ENOMEM) occurs, leading to potential resource leaks. The fix ensures that cleanup logic is always executed to prevent these leaks.
How can this vulnerability impact me? :
The vulnerability can lead to resource leaks in the Linux kernel when handling SMB2 operations. Resource leaks may degrade system performance or stability over time, potentially causing system slowdowns or crashes if resources are exhausted.