Bug 2507145 (CVE-2026-64380) - CVE-2026-64380 kernel: smb: client: harden POSIX SID length parsing
Summary: CVE-2026-64380 kernel: smb: client: harden POSIX SID length parsing
Keywords:
Status: NEW
Alias: CVE-2026-64380
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-25 10:07 UTC by OSIDB Bzimport
Modified: 2026-07-29 16:20 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-25 10:07:24 UTC
In the Linux kernel, the following vulnerability has been resolved:

smb: client: harden POSIX SID length parsing

posix_info_sid_size() reads sid[1] to obtain the subauthority count,
but its existing boundary check still accepts buffers with only one
remaining byte. Require two bytes before reading sid[1] so all client
paths that reuse the helper reject truncated POSIX SIDs safely.


Note You need to log in before you can comment on or make changes to this bug.