CVE-2025-68212
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
16/12/2025
Última modificación:
16/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fs: Fix uninitialized &#39;offp&#39; in statmount_string()<br />
<br />
In statmount_string(), most flags assign an output offset pointer (offp)<br />
which is later updated with the string offset. However, the<br />
STATMOUNT_MNT_UIDMAP and STATMOUNT_MNT_GIDMAP cases directly set the<br />
struct fields instead of using offp. This leaves offp uninitialized,<br />
leading to a possible uninitialized dereference when *offp is updated.<br />
<br />
Fix it by assigning offp for UIDMAP and GIDMAP as well, keeping the code<br />
path consistent.



