CVE-2025-39975
BaseFortify
Publication date: 2025-10-15
Last updated on: 2025-10-16
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 in the Linux kernel's SMB client, specifically in the smb2_compound_op() function. The function uses incorrect indices when processing each command's response, leading to improper handling of command results. Additionally, if the computed index is greater than or equal to MAX_COMPOUND, it can cause out-of-bounds memory accesses.
How can this vulnerability impact me? :
The vulnerability can cause improper handling of SMB command results and potentially lead to out-of-bounds memory accesses. This could result in system instability, crashes, or potentially allow an attacker to exploit the out-of-bounds access for malicious purposes.