In the Linux kernel, the following vulnerability has been resolved:
smb: client: fix oops due to uninitialised var in smb2_unlink()
If SMB2openinit() or SMB2closeinit() fails (e.g. reconnect), the iovs set @rqst will be left uninitialised, hence calling SMB2openfree(), SMB2closefree() or smb2setrelated() on them will oops.
Fix this by initialising @closeiov and @openiov before setting them in @rqst.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23282.json",
"cna_assigner": "Linux"
}