Description
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.
Published: 2026-07-25
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from an improper boundary check in the Linux kernel SMB client’s POSIX SID parsing routine. The function reads the sub‑authority count byte without ensuring that two bytes remain in the buffer, allowing an attacker to supply a truncated SID that causes the SMB client to read past the end of the allocated memory. This buffer over‑read can lead to a kernel panic or crash of the SMB client, resulting in a denial of service to the local system. The flaw does not lend itself to privilege escalation or data disclosure.

Affected Systems

All Linux kernel installations that ship with the SMB client and have not incorporated the hardening patch are affected. The vendor, Linux, offers the Linux kernel as the product; no specific version list is provided in the CVE data, so any kernel containing the vulnerable SMB client code is potentially susceptible.

Risk and Exploitability

The flaw is rated with a CVSS score of 8.2, and the EPSS score is less than 1%, indicating a low likelihood of exploitation at present. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker could exploit the flaw by sending malicious SMB traffic that includes a truncated POSIX SID to a target host, triggering the buffer over‑read. While the attack vector requires network access to the SMB service, the impact is limited to service disruption rather than privilege escalation or data exposure. Given the high severity and the potential for service downtime, prompt remediation is advised.

Generated by OpenCVE AI on August 4, 2026 at 14:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that includes the SMB client hardening fix
  • If a kernel upgrade is not feasible, rebuild and install the kernel from source with the patch applied
  • As an interim measure, block or restrict SMB traffic to affected hosts using firewall rules or network segmentation until the patch is applied

Generated by OpenCVE AI on August 4, 2026 at 14:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Tue, 04 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-126
CWE-20

Mon, 03 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 30 Jul 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 30 Jul 2026 00:15:00 +0000


Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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.
Title smb: client: harden POSIX SID length parsing
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:41:16.202Z

Reserved: 2026-07-19T15:36:31.784Z

Link: CVE-2026-64380

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:21.220

Modified: 2026-08-11T15:01:50.637

Link: CVE-2026-64380

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64380 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T14:45:03Z

Weaknesses