
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68212 is a Linux kernel vulnerability involving an uninitialized pointer dereference in the statmount_string() function within the filesystem subsystem. The flaw arises because the STATMOUNT_MNT_UIDMAP and STATMOUNT_MNT_GIDMAP cases do not assign the output offset pointer (offp), leaving it uninitialized and potentially causing a dereference of an uninitialized pointer. The vulnerability was published on December 16, 2025, and affects Linux kernel versions starting from commit e52e97f09fb66fd868260d05bd6b74a9a3db39ee, with fixes available in kernel 6.17.10 and 6.18 (CVE Record, ENISA EUVD). The CVSS base score has not been formally assigned; Feedly estimates the severity as Medium (Feedly).
The root cause is an uninitialized variable use (CWE-457) in the statmount_string() function in the Linux kernel's filesystem layer. Most code paths in this function assign the offp (output offset pointer) before dereferencing it to update the string offset, but the STATMOUNT_MNT_UIDMAP and STATMOUNT_MNT_GIDMAP branches directly set struct fields without assigning offp, leaving it uninitialized. When the subsequent *offp update is reached, the kernel dereferences an uninitialized pointer, which can lead to unpredictable behavior including kernel crashes or memory corruption. The fix ensures offp is consistently assigned in the UIDMAP and GIDMAP cases, aligning them with the rest of the function's code paths (CVE Record, Kernel Patch 1, Kernel Patch 2).
Exploitation of this vulnerability could cause a kernel panic or system crash (denial of service) due to the uninitialized pointer dereference. Depending on the memory state at the time of exploitation, there is also a theoretical risk of memory corruption, which could potentially be leveraged for privilege escalation or information disclosure on affected systems. The vulnerability is confined to the filesystem statmount subsystem and requires the ability to invoke the statmount syscall with UID/GID map flags, which typically requires local access (CVE Record).
The Linux kernel maintainers have released patches addressing this vulnerability. The fix is included in kernel versions 6.17.10 and 6.18, with backport commits acfde9400e611c8d2668f1c70053c4a1d6ecfc36 and 0778ac7df5137d5041783fadfc201f8fd55a1d9b (Kernel Patch 1, Kernel Patch 2). Ubuntu has issued security notices USN-8094-1 through USN-8094-5 and USN-8152-1 addressing this and related kernel vulnerabilities (Ubuntu USN-8094-1, Ubuntu USN-8152-1). Administrators should update to a patched kernel version as soon as possible; no configuration-based workaround is known.
The vulnerability has received routine coverage from Linux security tracking sources including Tenable (Nessus), Qualys, and Ubuntu security notices, with no notable researcher commentary or significant social media discussion identified (Tenable, Ubuntu USN-8094-1).
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."