aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
diff options
context:
space:
mode:
authorIwona Winiarska <iwona.winiarska@intel.com>2021-08-04 01:48:19 +0200
committerJoel Stanley <joel@jms.id.au>2021-08-17 18:00:44 +0930
commit8b07e990fb254fcbaa919616ac77f981cb48c73d (patch)
treed293d1a79b058fdd9e62887a0ca9a146077aa9ba /mm/mprotect.c
parentb49a0e69a7b1a68c8d3f64097d06dabb770fec96 (diff)
downloadlinux-8b07e990fb254fcbaa919616ac77f981cb48c73d.tar.gz
soc: aspeed: p2a-ctrl: Fix boundary check for mmap
The check mixes pages (vm_pgoff) with bytes (vm_start, vm_end) on one side of the comparison, and uses resource address (rather than just the resource size) on the other side of the comparison. This can allow malicious userspace to easily bypass the boundary check and map pages that are located outside memory-region reserved by the driver. Fixes: 01c60dcea9f7 ("drivers/misc: Add Aspeed P2A control driver") Cc: stable@vger.kernel.org Signed-off-by: Iwona Winiarska <iwona.winiarska@intel.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Tested-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Joel Stanley <joel@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'mm/mprotect.c')
0 files changed, 0 insertions, 0 deletions