#VU124584 Use of Uninitialized Variable in Linux kernel - CVE-2026-23282

 

#VU124584 Use of Uninitialized Variable in Linux kernel - CVE-2026-23282

Published: March 25, 2026


Vulnerability identifier: #VU124584
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-23282
CWE-ID: CWE-457
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
Linux kernel
Software vendor:
Linux Foundation

Description

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper initialization of variables in the SMB2 client implementation when handling failed SMB2 open or close operations. A local user can trigger a use of uninitialized memory to cause a denial of service.

The issue occurs when SMB2_open_init() or SMB2_close_init() fails during operations such as reconnect, leaving iovs in the request structure uninitialized, which can lead to a kernel oops when freed or accessed.


Remediation

Install security update from vendor's repository.

External links