
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68219 is a memory leak vulnerability in the Linux kernel's CIFS subsystem, specifically within the smb3_fs_context_parse_param error path. It affects Linux kernel versions from 5.11 up to (but not including) the patched releases 6.6.118, 6.12.60, 6.17.10, and 6.18. The flaw was detected by syzbot and publicly disclosed on December 16, 2025. It carries a CVSS v3.1 base score of 5.9 (Medium) (Microsoft MSRC, Feedly).
The root cause is a missing memory cleanup (CWE-401: Missing Release of Memory after Effective Lifetime) in the cifs_parse_mount_err error handler within smb3_fs_context_parse_param. When processing Opt_source mount options, the function allocates memory for ctx->source via smb3_fs_context_fullpath() and for fc->source via kstrdup(). If a subsequent error occurs before the function completes, execution jumps to the cifs_parse_mount_err label, which freed passwords but not the source strings, causing a leak. Pointers were also not set to NULL after freeing, creating a potential double-free risk. This issue was not resolved by the prior fix in commit e8c73eb7db0a, which only addressed leaks from repeated fsconfig() calls (Feedly).
An unprivileged local attacker can trigger this memory leak by repeatedly attempting CIFS share mounts that result in errors after source string allocation, gradually exhausting kernel memory. The primary impact is availability — sustained exploitation can lead to denial of service through memory exhaustion requiring a system reboot. Confidentiality and integrity impacts are assessed as low, as the vulnerability does not directly expose sensitive data or allow unauthorized writes (Feedly, Microsoft MSRC).
Update the Linux kernel to a patched version: 6.6.118, 6.12.60, 6.17.10, 6.18, or later. Specific fix commits are 7627864dc312, 48d69290270891f9, 37010021d7e0, and 7e4d9120cfa4. For systems that cannot be immediately patched, restrict CIFS mount operations to privileged users via access controls, and disable CIFS client functionality (CONFIG_CIFS) if not required. Ubuntu has issued security notices USN-8094-1 through USN-8094-5 and USN-8152-1 addressing this vulnerability (Feedly, Ubuntu USN-8094-1).
The vulnerability was originally detected by syzbot, Google's automated kernel fuzzing infrastructure, and addressed through the standard Linux kernel stable patch process. Ubuntu issued multiple security notices (USN-8094-1 through USN-8094-5, USN-8152-1) covering this CVE, and Oracle also released an enterprise kernel advisory (ELSA-2026-50112). No notable public researcher commentary or significant social media discussion has been observed beyond routine patch tracking (Ubuntu USN-8094-1, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."