CVE-2026-97565: smb: client: reject short READ responses in CIFSSMBRead()

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

smb: client: reject short READ responses in CIFSSMBRead()

CIFSSMBRead() reads DataLengthHigh, DataLength and DataOffset out of the READRSP returned by the server without first checking that a whole READRSP was actually received. The length of the response is recorded in rspiov.iovlen, but nothing constrains it to be at least readrspsize before those fields are dereferenced.

A malicious or compromised SMB1 server can return a response shorter than the READRSP header, so that parsing the header itself reads past the end of the receive buffer. SMB1 is not negotiated by default; reaching this code requires an explicit vers=1.0 mount.

Reject the response unless it is at least readrspsize bytes long.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:21 AM
Data Sourced
via MITRE·10:21 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems are exposed only when the Linux kernel SMB client mounts an SMB1 share using an explicit vers=1.0 option. SMB1 is not negotiated by default.

2

What must an attacker control to trigger the flaw?

An attacker would need to operate or compromise an SMB1 server that the affected client mounts. The server can then send a READ response shorter than the expected READ_RSP header.

3

How can I determine whether my environment may be affected?

Review SMB client mount configuration and active mounts for explicit vers=1.0 usage. Mounts using other SMB protocol versions do not reach the described code path.

4

What can be done if the kernel update cannot be applied immediately?

Avoid SMB1 mounts by removing explicit vers=1.0 options and using another supported SMB protocol version where possible. Do not mount untrusted or potentially compromised SMB1 servers.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203