CVE-2025-40099
BaseFortify
Publication date: 2025-10-30
Last updated on: 2025-10-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's CIFS implementation where a malicious SMB server can send malformed replies to the FSCTL_DFS_GET_REFERRALS request. Specifically, the reply can be smaller than expected or contain inconsistent referral counts, which causes out-of-bounds (oob) memory access during processing. The fix involves returning an error (-EINVAL) when such malformed replies are detected to prevent out-of-bounds access.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause out-of-bounds memory access in the Linux kernel, potentially leading to system crashes, denial of service, or other unpredictable behavior when interacting with a malicious SMB server.