CVE-2026-23282

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix oops due to uninitialised var in smb2_unlink() If SMB2_open_init() or SMB2_close_init() fails (e.g. reconnect), the iovs set @rqst will be left uninitialised, hence calling SMB2_open_free(), SMB2_close_free() or smb2_set_related() on them will oops. Fix this by initialising @close_iov and @open_iov before setting them in @rqst.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.17:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*

History

22 May 2026, 00:24

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/048efe129a297256d3c2088cf8d79515ff5ec864 - () https://git.kernel.org/stable/c/048efe129a297256d3c2088cf8d79515ff5ec864 - Patch
References () https://git.kernel.org/stable/c/86163b98891aa9800f6103252e5acc7bb98afb91 - () https://git.kernel.org/stable/c/86163b98891aa9800f6103252e5acc7bb98afb91 - Patch
References () https://git.kernel.org/stable/c/dc710c87af3341554d02d634ada1d2036c49a94a - () https://git.kernel.org/stable/c/dc710c87af3341554d02d634ada1d2036c49a94a - Patch
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: smb: cliente: corregir oops debido a una variable no inicializada en smb2_unlink() Si SMB2_open_init() o SMB2_close_init() falla (por ejemplo, reconexión), el conjunto de iovs @rqst quedará sin inicializar, por lo tanto, llamar a SMB2_open_free(), SMB2_close_free() o smb2_set_related() en ellos causará un oops. Solucionar esto inicializando @close_iov y @open_iov antes de establecerlos en @rqst.
CPE cpe:2.3:o:linux:linux_kernel:6.17:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
First Time Linux linux Kernel
Linux
CWE CWE-908
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5

25 Mar 2026, 11:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-25 11:16

Updated : 2026-05-22 00:24


NVD link : CVE-2026-23282

Mitre link : CVE-2026-23282

CVE.ORG link : CVE-2026-23282


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-908

Use of Uninitialized Resource