]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: fix type confusion in copy offload ioctl
authorJann Horn <jann@thejh.net>
Fri, 11 Sep 2015 14:27:27 +0000 (16:27 +0200)
committerSteve French <smfrench@gmail.com>
Fri, 11 Sep 2015 14:54:03 +0000 (09:54 -0500)
commite74ce6e7d14d34d911ec8f89ca533d6efea24fde
treecbd5fe9b42e01ef05f8e4fa0298c0a82c2180d44
parentf4b26e54aed109d9e8019d86fd36732b6e1297bb
CIFS: fix type confusion in copy offload ioctl

This might lead to local privilege escalation (code execution as
kernel) for systems where the following conditions are met:

 - CONFIG_CIFS_SMB2 and CONFIG_CIFS_POSIX are enabled
 - a cifs filesystem is mounted where:
  - the mount option "vers" was used and set to a value >=2.0
  - the attacker has write access to at least one file on the filesystem

To attack this, an attacker would have to guess the target_tcon
pointer (but guessing wrong doesn't cause a crash, it just returns an
error code) and win a narrow race.

CC: Stable <stable@vger.kernel.org>
Signed-off-by: Jann Horn <jann@thejh.net>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/ioctl.c