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

ksmbd: propagate DACL parsing errors

parse_dacl() silently accepts truncated ACEs and allocation failures,
allowing set_info_sec() to continue with an incomplete ACL conversion.

Return parsing and allocation errors to parse_sec_desc() so malformed
security descriptors are rejected before inode attributes or ACL xattrs
are updated.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Privilege Escalation
Action: Assess Impact
AI Analysis

Impact

The vulnerability originates from the Linux kernel’s ksmbd component. The parse_dacl() function silently accepts truncated ACEs and allocation failures, allowing the subsequent set_info_sec() operation to proceed with an incomplete ACL conversion. This failure to reject malformed security descriptors means that ACL updates are applied incorrectly, potentially allowing malicious actors to manipulate file permissions or inherit undesired access rights. The flaw is a result of improper input validation and error handling (CWE-20).

Affected Systems

All Linux kernel installations that include the ksmbd SMB server component are affected. The issue applies to the broader Linux:Linux kernel thus affecting any distribution that incorporates the kernel version affected, without specific version bounds provided. Administrators should verify whether their kernel includes ksmbd and assess the presence of this defect.

Risk and Exploitability

The CVE does not list a CVSS score or EPSS score, and it is not present in the CISA KEV catalog, indicating that no known public exploitation reports are available at this time. Nonetheless, because the flaw can lead to incorrect permission settings, the risk to confidentiality and integrity may be high if an attacker can influence ACL structures. The vulnerability would be exploitable only on systems running the SMB service and targeting vulnerable inode ACL handling; no net remote code execution is documented. Administrators should monitor for vendor patches.

Generated by OpenCVE AI on September 25, 2026 at 12:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify whether your current Linux kernel includes the ksmbd component and confirm if it contains the parsing flaw.
  • Apply a patched kernel version that addresses the DACL parsing error when it becomes available in distro updates.
  • If a patch is not yet released, limit SMB exposure by disabling SMBv1 or restricting SMB service to trusted networks only.
  • Enforce network segmentation and firewall rules to block unsolicited SMB traffic from external hosts.

Generated by OpenCVE AI on September 25, 2026 at 12:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Fri, 25 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ksmbd: propagate DACL parsing errors parse_dacl() silently accepts truncated ACEs and allocation failures, allowing set_info_sec() to continue with an incomplete ACL conversion. Return parsing and allocation errors to parse_sec_desc() so malformed security descriptors are rejected before inode attributes or ACL xattrs are updated.
Title ksmbd: propagate DACL parsing errors
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-25T10:36:00.514Z

Reserved: 2026-09-25T10:25:14.316Z

Link: CVE-2026-98114

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:42.560

Modified: 2026-09-25T11:17:42.560

Link: CVE-2026-98114

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T12:45:17Z

Weaknesses
  • CWE-20

    Improper Input Validation