CVE-2026-89631

Source
https://cve.org/CVERecord?id=CVE-2026-89631
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89631.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89631
Downstream
Published
2026-09-11T19:45:26Z
Modified
2026-09-13T03:47:20Z
Summary
smb: client: reject a tree connect response whose byte count is too small
Details

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

smb: client: reject a tree connect response whose byte count is too small

CIFSTCon() bounds its strnlen() over the byte area with the server's ByteCount minus two, which for ByteCount 0 or 1 goes negative as an int and converts to a huge size_t. The later subtraction wraps the __u16 bytes_left, and that is what bounds cifs_strndup_from_utf16(): a bound of up to 65535 against a ~16 KB cifs_req_poolp object runs off the end of the slab object, and the bytes reach userspace through tcon->nativeFileSystem in /proc/fs/cifs/DebugData.

Reject a byte area too small for what the parser consumes. Two bytes is the least it can consume, and no conformant response carries fewer. The new trace point is the 129th smb_eio_trace entry, which __mode(byte) cannot represent, so the attribute goes with it.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89631.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
cc20c031bb067eb3280a1c4b5c42295093e24863
Fixed
3be89e8039a85fa3b6cd5f9dcc4c1459eb356c2d
Fixed
411e484fe71a7f1028de617447edad9cb6d9d68a
Fixed
65deb18359341141d37dc86fc7853511be3c87a7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89631.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.30
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89631.json"