In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Sep 5, 2025
to the GitHub Advisory Database
•
Updated Nov 26, 2025
Description
Published by the National Vulnerability Database
Sep 5, 2025
Published to the GitHub Advisory Database
Sep 5, 2025
Last updated
Nov 26, 2025
In the Linux kernel, the following vulnerability has been resolved:
cifs: Fix oops due to uninitialised variable
Fix smb3_init_transform_rq() to initialise buffer to NULL before calling
netfs_alloc_folioq_buffer() as netfs assumes it can append to the buffer it
is given. Setting it to NULL means it should start a fresh buffer, but the
value is currently undefined.
References