CVE-2025-38208
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
04/07/2025
Última modificación:
04/07/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
smb: client: add NULL check in automount_fullpath<br />
<br />
page is checked for null in __build_path_from_dentry_optional_prefix<br />
when tcon->origin_fullpath is not set. However, the check is missing when<br />
it is set.<br />
Add a check to prevent a potential NULL pointer dereference.