In the Linux kernel, the following vulnerability has been resolved:
cifs: Fix memory and information leak in smb3_reconfigure()
In smb3_reconfigure(), if smb3_sync_session_ctx_passwords() fails, the
function returns immediately without freeing and erasing the newly
allocated new_password and new_password2. This causes both a memory leak
and a potential information leak.
Fix this by calling kfree_sensitive() on both password buffers before
returning in this error case.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-01-23 15:16
Updated : 2026-06-17 10:03
NVD link : CVE-2025-71151
Mitre link : CVE-2025-71151
CVE.ORG link : CVE-2025-71151
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
