In the Linux kernel, the following vulnerability has been resolved:
ksmbd: transport_ipc: validate payload size before reading handle
handle_response() dereferences the payload as a 4-byte handle without
verifying that the declared payload size is at least 4 bytes. A malformed
or truncated message from ksmbd.mountd can lead to a 4-byte read past the
declared payload size. Validate the size before dereferencing.
This is a minimal fix to guard the initial handle read.
CVSS
No CVSS.
References
Configurations
No configuration.
History
29 Oct 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-10-29 14:15
Updated : 2025-10-30 15:03
NVD link : CVE-2025-40084
Mitre link : CVE-2025-40084
CVE.ORG link : CVE-2025-40084
JSON object : View
Products Affected
No product.
CWE
No CWE.
