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

smb: client: reject overlapping data areas in SMB2 responses

Commit 53b7c271f06b ("smb: client: restrict implied bcc[0] exemption to
responses without data area") restricted the implied bcc[0] length
exception to responses without a data area. However, the overlap
handling in __smb2_calc_size() clears data_length, which can make an
invalid response appear to have no data area and so qualify for the
exception.

Track data area overlap separately and reject such responses before
applying the length compatibility exceptions.
Published: 2026-07-25
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel SMB client contains a flaw where overlapping data areas in SMB2 responses are not properly rejected. The length compatibility exception routed through bcc[0] can be unintentionally applied when the overlap handling clears the declared data length, allowing an attacker to craft a response that appears to have no data area. This misinterpretation can lead to kernel memory corruption during response processing, which, if exploited, could crash the system or enable higher‑privilege execution.

Affected Systems

All Linux kernel releases that include the SMB client code path without the security fix are vulnerable, including the 7.2 rc3 kernel and earlier versions that have not integrated commit 53b7c271f06b. Public distributions that ship kernels without this commit remain at risk until updated.

Risk and Exploitability

The CVSS score is 9.1 and the EPSS score is less than 1%. The vulnerability is not yet listed in the CISA KEV catalog, indicating no confirmed public exploits. A malicious SMB2 response sent over the network to a vulnerable client is the likely attack vector; such a request would need to reach the host’s SMB client, but once accepted could trigger memory corruption or denial of service.

Generated by OpenCVE AI on August 13, 2026 at 11:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that incorporates commit 53b7c271f06b, which implements the fix.
  • If the SMB client is unnecessary for the host’s role, disable it or remove the SMB client module from the system.
  • Configure a firewall or packet filter to block SMB traffic or to drop SMB2 responses that contain overlapping data extents before they reach the kernel.

Generated by OpenCVE AI on August 13, 2026 at 11:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.2:rc3:*:*:*:*:*:*

Sat, 01 Aug 2026 03:00: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': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H'}


Sun, 26 Jul 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

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: reject overlapping data areas in SMB2 responses Commit 53b7c271f06b ("smb: client: restrict implied bcc[0] exemption to responses without data area") restricted the implied bcc[0] length exception to responses without a data area. However, the overlap handling in __smb2_calc_size() clears data_length, which can make an invalid response appear to have no data area and so qualify for the exception. Track data area overlap separately and reject such responses before applying the length compatibility exceptions.
Title smb: client: reject overlapping data areas in SMB2 responses
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:40:19.248Z

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

Link: CVE-2026-64257

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-12T15:53:12.367

Link: CVE-2026-64257

cve-icon Redhat

Severity :

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

Links: CVE-2026-64257 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:45:03Z

Weaknesses