Eric Biggers
9df0eb180c
crypto: xts,lrw - fix out-of-bounds write after kmalloc failure
...
In the generic XTS and LRW algorithms, for input data > 128 bytes, a
temporary buffer is allocated to hold the values to be XOR'ed with the
data before and after encryption or decryption. If the allocation
fails, the fixed-size buffer embedded in the request buffer is meant to
be used as a fallback --- resulting in more calls to the ECB algorithm,
but still producing the correct result. However, we weren't correctly
limiting subreq->cryptlen in this case, resulting in pre_crypt()
overrunning the embedded buffer. Fix this by setting subreq->cryptlen
correctly.
Fixes: f1c131b45410 ("crypto: xts - Convert to skcipher")
Fixes: 700cb3f5fe75 ("crypto: lrw - Convert to skcipher")
Cc: stable@vger.kernel.org # v4.10+
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-03-24 21:51:34 +08:00
..
2016-12-15 11:41:37 -08:00
2016-10-05 06:18:09 +05:30
2015-06-25 23:29:24 +08:00
2016-10-25 11:08:33 +08:00
2016-06-23 18:29:53 +08:00
2017-01-13 00:24:39 +08:00
2017-01-13 00:24:39 +08:00
2017-01-13 00:24:39 +08:00
2017-02-11 17:50:43 +08:00
2017-02-11 17:50:43 +08:00
2016-01-18 18:16:33 +08:00
2017-01-13 00:24:39 +08:00
2017-01-13 00:24:39 +08:00
2017-02-11 17:52:28 +08:00
2017-03-02 08:42:32 +01:00
2017-03-02 08:42:32 +01:00
2016-12-27 17:50:52 +08:00
2015-04-22 09:30:21 +08:00
2017-03-02 08:42:32 +01:00
2015-04-22 09:30:18 +08:00
2014-11-24 22:43:57 +08:00
2017-03-02 08:42:32 +01:00
2014-11-24 22:43:57 +08:00
2016-11-01 08:37:17 +08:00
2016-11-01 08:37:17 +08:00
2017-01-13 00:24:39 +08:00
2011-09-22 21:25:25 +10:00
2015-01-13 22:29:11 +11:00
2015-01-13 22:29:11 +11:00
2015-01-13 22:29:11 +11:00
2015-01-13 22:29:11 +11:00
2013-08-14 20:42:03 +10:00
2017-02-11 17:52:28 +08:00
2017-02-28 17:29:17 +08:00
2016-12-27 17:47:31 +08:00
2016-11-01 08:37:17 +08:00
2016-10-21 11:03:42 +08:00
2017-02-11 17:52:28 +08:00
2016-10-21 11:03:42 +08:00
2016-01-30 22:11:22 +08:00
2016-01-19 15:52:10 +08:00
2013-09-12 15:31:34 +10:00
2016-09-13 20:27:26 +08:00
2016-11-28 21:23:18 +08:00
2017-03-02 08:42:27 +01:00
2016-07-18 17:35:44 +08:00
2016-10-25 11:08:30 +08:00
2014-03-21 21:54:28 +08:00
2017-02-11 17:52:28 +08:00
2017-02-11 17:52:28 +08:00
2016-10-25 11:08:36 +08:00
2015-01-13 22:29:11 +11:00
2016-06-23 18:29:56 +08:00
2016-11-13 17:45:04 +08:00
2016-11-30 19:53:12 +08:00
2014-11-26 20:06:30 +08:00
2016-06-23 18:29:57 +08:00
2016-06-24 21:24:59 +08:00
2016-06-24 21:24:59 +08:00
2016-06-23 18:29:57 +08:00
2016-06-24 21:24:59 +08:00
2016-09-13 18:44:57 +08:00
2014-11-24 22:43:57 +08:00
2015-04-23 14:18:09 +08:00
2016-11-01 08:37:17 +08:00
2016-11-17 23:34:59 +08:00
2016-10-02 22:26:40 +08:00
2015-12-20 15:27:12 +02:00
2014-11-26 20:06:30 +08:00
2016-10-21 11:03:42 +08:00
2016-11-17 23:34:52 +08:00
2015-06-25 23:18:33 +08:00
2017-02-23 20:11:06 +08:00
2016-02-01 22:27:05 +08:00
2014-11-24 22:43:57 +08:00
2017-01-13 00:24:39 +08:00
2017-03-24 21:51:34 +08:00
2017-02-24 17:46:57 -08:00
2017-02-24 17:46:57 -08:00
2016-10-25 11:08:31 +08:00
2017-02-11 17:52:26 +08:00
2017-03-02 08:42:34 +01:00
2014-11-24 22:43:57 +08:00
2015-12-22 20:43:35 +08:00
2013-12-09 20:09:12 +08:00
2014-11-24 22:43:57 +08:00
2017-02-11 17:52:28 +08:00
2015-08-17 16:53:53 +08:00
2016-11-13 17:45:03 +08:00
2015-04-23 14:18:09 +08:00
2014-11-24 22:43:57 +08:00
2014-11-24 22:43:57 +08:00
2014-11-24 22:43:57 +08:00
2014-11-24 22:43:57 +08:00
2017-01-13 00:24:39 +08:00
2016-08-24 21:07:10 +08:00
2016-09-22 17:42:08 +08:00
2016-07-01 23:45:18 +08:00
2016-07-05 23:05:26 +08:00
2015-10-14 22:23:16 +08:00
2015-01-13 22:29:11 +11:00
2016-11-22 15:02:25 +08:00
2017-01-13 00:24:39 +08:00
2014-11-24 22:43:57 +08:00
2017-02-11 17:52:28 +08:00
2015-01-13 22:29:11 +11:00
2015-12-22 20:43:35 +08:00
2016-08-08 23:43:46 +08:00
2015-12-22 20:43:35 +08:00
2015-04-10 21:39:41 +08:00
2017-01-13 00:24:39 +08:00
2016-11-28 21:23:18 +08:00
2017-01-13 00:24:39 +08:00
2017-01-23 22:50:24 +08:00
2015-07-17 21:20:20 +08:00
2015-01-13 22:29:11 +11:00
2017-02-11 17:50:44 +08:00
2017-03-04 10:42:53 -08:00
2015-01-13 22:29:11 +11:00
2011-11-09 11:53:32 +08:00
2015-01-13 22:29:11 +11:00
2014-11-26 20:06:30 +08:00
2015-01-13 22:29:11 +11:00
2014-11-26 20:06:30 +08:00
2016-08-31 23:00:48 +08:00
2017-03-24 21:51:34 +08:00