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

ksmbd: prevent out-of-bounds reads in share config responses

Validate IPC share configuration payload sizes before consuming
variable-length fields. Bound veto list parsing and account for
the separator byte when deriving the path length.
Published: 2026-09-16
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure via out-of-bounds read
Action: Assess Impact
AI Analysis

Impact

This kernel patch corrects out-of-bounds reads in ksmbd share‑configuration responses, a defect that allowed unvalidated variable‑length fields to be processed without verifying their size. The flaw could expose kernel memory contents to an attacker or cause a crash, potentially leading to information leakage or denial of service. Clearing this buffer over‑read eliminates the risk of an attacker reading arbitrary memory data that may contain sensitive information.

Affected Systems

All Linux kernel builds that include ksmbd prior to the patch identified in the repos cited (commit 61a8d06600c8c and f25e93768fcc). The exact version range is not enumerated in the advisory, so any kernel where ksmbd is enabled and the vulnerability existed is affected.

Risk and Exploitability

Evidently no EPSS score is available and the vulnerability is not listed in the CISA KEV catalog, but the defect is kernel‑level and could be used by a remote attacker who can reach the SMB share configuration interface. Attackers would need network access to the host’s ksmbd service and the ability to send crafted SMB requests containing oversized configuration payloads. Once the out‑of‑bounds read is triggered, memory data may be exposed or the target may crash, providing a potential vector for further compromise.

Generated by OpenCVE AI on September 16, 2026 at 14:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the system to the latest Linux kernel version that incorporates the ksmbd fix committed in 61a8d06600c8c.
  • If an immediate kernel upgrade is not feasible, disable ksmbd or block SMB traffic to the host using firewall rules so that no external entity can trigger the vulnerable path.
  • Ensure that only trusted clients can initiate share‑configuration requests by configuring appropriate ACLs or using network segmentation.
  • Monitor kernel logs and SMB traffic for anomalous patterns that may indicate exploitation attempts, and consider enabling additional memory‑corruption mitigations such as KASLR.

Generated by OpenCVE AI on September 16, 2026 at 14:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20
Metrics cvssV3_1

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


Wed, 16 Sep 2026 09:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds reads in share config responses Validate IPC share configuration payload sizes before consuming variable-length fields. Bound veto list parsing and account for the separator byte when deriving the path length.
Title ksmbd: prevent out-of-bounds reads in share config 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-09-16T14:38:41.504Z

Reserved: 2026-09-11T19:38:34.766Z

Link: CVE-2026-89792

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-16T09:17:10.040

Modified: 2026-09-16T15:18:09.387

Link: CVE-2026-89792

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T17:45:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-20

    Improper Input Validation