CVE-2025-39929
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 memory leak in the Linux kernel's SMB client component. Specifically, the smbdirect_recv_io function leaks memory in the smbd_negotiate() error path, which was identified during testing. The issue involves objects remaining allocated on __kmem_cache_shutdown(), indicating improper cleanup of resources when an error occurs.
How can this vulnerability impact me? :
The memory leak in the SMB client could lead to increased memory usage over time, potentially causing system instability or degraded performance if the leak is triggered repeatedly. This could affect systems relying on SMB client functionality in the Linux kernel.