Impact
The Linux kernel SMB client incorrectly allocated the security descriptor buffer with kmalloc, leaving a 2‑byte reserved field uninitialized. When that field contained slab garbage, Samba rejected the descriptor and the subsequent chmod operation failed with EINVAL, disrupting the ability to modify file permissions. This flaw does not provide privilege escalation or data exposure but can be used to cause repeated service failures when ACL changes are attempted.
Affected Systems
All Linux kernel releases that include the SMB client before the commit 62e7dd0a39c2 (which changes the allocation to kzalloc) are affected. The issue applies to any system running the kernel with SMB client support and connected to a Samba server that performs ACL changes.
Risk and Exploitability
The vulnerability is local to the SMB client stack and requires the attacker to trigger ACL changes via SMB. With EPSS not available and no listing in KEV, the likelihood of exploitation appears low. The impact is limited to denial of service on permission modifications rather than data loss or privilege escalation.
OpenCVE Enrichment