diff options
author | 2020-10-02 10:22:23 -0400 | |
---|---|---|
committer | 2020-10-02 12:01:47 -0600 | |
commit | 6d53a9fe5a1983490bc14b3a64d49fabb4ccc651 (patch) | |
tree | 696e521a32bfb23aa574e8aec1c27394e200a631 /drivers/usb/cdns3/cdns3-imx.c | |
parent | blk-mq: call commit_rqs while list empty but error happen (diff) | |
download | linux-dev-6d53a9fe5a1983490bc14b3a64d49fabb4ccc651.tar.xz linux-dev-6d53a9fe5a1983490bc14b3a64d49fabb4ccc651.zip |
block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()
scsi_put_cdrom_generic_arg() is copying uninitialized stack memory to
userspace, since the compiler may leave a 3-byte hole in the middle of
`cgc32`. Fix it by adding a padding field to `struct
compat_cdrom_generic_command`.
Cc: stable@vger.kernel.org
Fixes: f3ee6e63a9df ("compat_ioctl: move CDROM_SEND_PACKET handling into scsi")
Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Reported-by: syzbot+85433a479a646a064ab3@syzkaller.appspotmail.com
Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions