CVE-2026-64380

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2026
Last modified:
27/07/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> smb: client: harden POSIX SID length parsing<br /> <br /> posix_info_sid_size() reads sid[1] to obtain the subauthority count,<br /> but its existing boundary check still accepts buffers with only one<br /> remaining byte. Require two bytes before reading sid[1] so all client<br /> paths that reuse the helper reject truncated POSIX SIDs safely.