cve 2026 23228

About this tag
The tag cve 2026 23228 covers a specific Linux kernel security vulnerability in the ksmbd in-kernel SMB server. The issue involves a resource-accounting leak where the per-transport connection counter active_num_conn is not properly decremented on connection setup failures, leading to potential resource exhaustion and denial of service. A patch has been released to correct this accounting leak, closing CVE-2026-23228. This tag is relevant for Linux system administrators and security professionals managing SMB server hosts who need to understand and apply the fix to prevent subtle denial-of-service vectors.
  1. Linux ksmbd Patch Fixes Active Connection Accounting Leak (CVE-2026-23228)

    The Linux kernel received a narrowly scoped but operationally meaningful security fix this week: a resource-accounting leak in the in‑kernel SMB server (ksmbd) was corrected to ensure the per‑transport connection counter active_num_conn is decremented on connection setup failures, closing...