In the Linux kernel, the following vulnerability has been resolved:
cifs: parse_dfs_referrals: prevent oob on malformed input
Malicious SMB server can send invalid reply to FSCTL_DFS_GET_REFERRALS
- reply smaller than sizeof(struct get_dfs_referral_rsp)
- reply with number of referrals smaller than NumberOfReferrals in the
header
Processing of such replies will cause oob.
Return -EINVAL error on such replies to prevent oob-s.
CVSS
No CVSS.
References
Configurations
No configuration.
History
30 Oct 2025, 10:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-10-30 10:15
Updated : 2025-10-30 15:03
NVD link : CVE-2025-40099
Mitre link : CVE-2025-40099
CVE.ORG link : CVE-2025-40099
JSON object : View
Products Affected
No product.
CWE
No CWE.
