Vulnerability in Linux
CVE-2025-68212
In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized 'offp' in statmount_string() In statmount_string(), most flags assign an output offset pointer (offp) which is later updated with the string offset. However, the STATMOUNT_MNT_UIDMAP and STATMOUNT_MNT_GIDMAP cases directly set the struct fields instead of using offp. This leaves offp uninitialized, leading to a possible uninitialized dereference when *offp is updated. Fix it by assigning offp for UIDMAP and GIDMAP as well, keeping the code path consistent.
EPSS: 0.002 (5.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 37c4a9590e1efcae7749682239fc22a330d2d325, 6.15, 0
References
Frequently asked questions
- What is CVE-2025-68212?
- CVE-2025-68212 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2025-12-16.
- How severe is CVE-2025-68212?
- High severity. CVSS v3 base score is 7.8 out of 10.