In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2_reconnect_server(), a dummy tcon is passed…
High CVSS 7.5
Summary
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2_reconnect_server(), a dummy tcon is passed down to smb2_reconnect() with ->query_interface uninitialized, so we can't call queue_delayed_work() on it. Fix the following warning by ensuring that we're queueing the delayed worker from correct tcon. WARNING: CPU: 4 PID: 1126 at kernel/workqueue.c:2498 __queue_delayed_work+0x1d2/0x200 Modules…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0cee638d92ac898d73eccc4e4bab70e9fc95946a Patch
- https://git.kernel.org/stable/c/3bbe46716092d8ef6b0df4b956f585c5cd0fc78e Patch
- https://git.kernel.org/stable/c/3f6932ef25378794894c3c1024092ad14da2d330 Patch
- https://git.kernel.org/stable/c/9d2b629a9dc5c72537645533af1cb11a7d34c4b1 Patch
Timeline
- nvd_ingest NVD