You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2025 68219
About this tag
CVE-2025-68219 is a memory management vulnerability in the Linux kernel's CIFS/SMB client. The issue involves a memory leak in the error path of the smb3_fs_context_parse_param function, where allocated source strings are not properly freed and pointers nulled on all failure paths. This can lead to an availability risk for systems that repeatedly process certain mount options. The vulnerability has been fixed upstream with a patch that ensures proper cleanup. Discussions on WindowsForum.com cover the technical details of the bug, its impact on Linux systems using CIFS/SMB mounts, and the steps to apply the upstream fix.
A small but important memory-management bug in the Linux kernel’s CIFS/SMB client was assigned CVE-2025-68219 and fixed upstream: the patch closes a leak in the error path of smb3_fs_context_parse_param by ensuring allocated source strings are freed and pointers nulled on all failure paths...