Re: [PATCH v1] ksmbd: Fix user namespace mapping

From: Namjae Jeon
Date: Thu Sep 29 2022 - 08:38:21 EST


2022-09-29 19:04 GMT+09:00, Mickaël Salaün <mic@xxxxxxxxxxx>:
> A kernel daemon should not rely on the current thread, which is unknown
> and might be malicious. Before this security fix,
> ksmbd_override_fsids() didn't correctly override FS UID/GID which means
> that arbitrary user space threads could trick the kernel to impersonate
> arbitrary users or groups for file system access checks, leading to
> file system access bypass.
>
> This was found while investigating truncate support for Landlock:
> https://lore.kernel.org/r/CAKYAXd8fpMJ7guizOjHgxEyyjoUwPsx3jLOPZP=wPYcbhkVXqA@xxxxxxxxxxxxxx
>
> Fixes: e2f34481b24d ("cifsd: add server-side procedures for SMB3")
> Cc: Hyunchul Lee <hyc.lee@xxxxxxxxx>
> Cc: Namjae Jeon <linkinjeon@xxxxxxxxxx>
> Cc: Steve French <smfrench@xxxxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Mickaël Salaün <mic@xxxxxxxxxxx>
> Link: https://lore.kernel.org/r/20220929100447.108468-1-mic@xxxxxxxxxxx
Acked-by: Namjae Jeon <linkinjeon@xxxxxxxxxx>

Thanks!