CVE-2025-68786
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | ksmbd | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's ksmbd component involves an underflow issue when checking lock ranges. Specifically, when the size equals the current file size (including zero), the code calls a function with size - 1, which can cause an underflow if size is zero. The fix involves skipping the check when the sizes are equal to avoid this underflow.
How can this vulnerability impact me? :
The vulnerability could potentially cause incorrect behavior or errors in file locking mechanisms within the ksmbd service of the Linux kernel, possibly leading to stability or security issues related to file access. However, specific impacts are not detailed in the provided information.