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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-09-05 18:15
Updated : 2025-11-25 22:03
NVD link : CVE-2025-38737
Mitre link : CVE-2025-38737
CVE.ORG link : CVE-2025-38737
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
