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

smb: client: validate DFS referral PathConsumed

parse_dfs_referrals() validates that the response contains the fixed
referral entry array and, on for-next, the per-referral string offsets.
However, the response also contains a PathConsumed value that is later
used for DFS path parsing.

If a malformed response provides a PathConsumed value larger than the
search name, later DFS parsing can advance beyond the end of the path.

Validate PathConsumed against the search name length before storing it in
the parsed referral.
Published: 2026-08-10
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a bug in the SMB client DFS referral handling where the PathConsumed value is not validated against the length of the search name. If a malicious SMB server sends a PathConsumed value larger than the name being searched, subsequent DFS parsing can use that value as an offset and advance beyond the allocated path buffer. The resulting out‑of‑bounds memory access can corrupt kernel memory, potentially leading to a crash or providing a foothold for privilege escalation if the kernel runs with elevated privileges.

Affected Systems

All Linux kernel installations that have not incorporated the commit resolving the flaw are affected. No specific version ranges are listed, so any kernel built before the patch is at risk and requires an update to a fixed release.

Risk and Exploitability

The bug carries a CVSS score of 9.1, indicating high severity, while the EPSS score is below 1 %, suggesting a very low but non‑zero likelihood of active exploitation. The flaw is not currently listed in the CISA KEV catalog. An attacker would need to act as an SMB server that returns a crafted DFS referral response; with such a setup, the vulnerability could cause a denial of service or privilege escalation on the target system.

Generated by OpenCVE AI on August 14, 2026 at 01:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the fix for CVE-2026-68343.
  • If an upgrade cannot be performed immediately, restrict SMB traffic from untrusted networks or disable DFS referral support in the SMB client configuration.
  • Monitor system logs for kernel panics or abnormal SMB activity and apply security updates as soon as they become available.

Generated by OpenCVE AI on August 14, 2026 at 01:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

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'}


Thu, 13 Aug 2026 05:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-787

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

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-787

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: smb: client: validate DFS referral PathConsumed parse_dfs_referrals() validates that the response contains the fixed referral entry array and, on for-next, the per-referral string offsets. However, the response also contains a PathConsumed value that is later used for DFS path parsing. If a malformed response provides a PathConsumed value larger than the search name, later DFS parsing can advance beyond the end of the path. Validate PathConsumed against the search name length before storing it in the parsed referral.
Title smb: client: validate DFS referral PathConsumed
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-19T16:33:43.025Z

Reserved: 2026-07-30T09:28:09.384Z

Link: CVE-2026-68343

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:24.830

Modified: 2026-08-19T17:20:44.083

Link: CVE-2026-68343

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:03:19Z

Links: CVE-2026-68343 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:30:04Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value