NONE · 0

CVE-2025-40084

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 wi...

Vulnerability Description

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.

References

FAQ

What is CVE-2025-40084?

CVE-2025-40084 is a documented vulnerability. 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 wi...

How severe is CVE-2025-40084?

CVSS scoring is not yet available for CVE-2025-40084. Check NVD for updates.

Is there a patch for CVE-2025-40084?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.