Jan Kara
d76036ab47
audit: Fix use after free in audit_remove_watch_rule()
...
audit_remove_watch_rule() drops watch's reference to parent but then
continues to work with it. That is not safe as parent can get freed once
we drop our reference. The following is a trivial reproducer:
mount -o loop image /mnt
touch /mnt/file
auditctl -w /mnt/file -p wax
umount /mnt
auditctl -D
<crash in fsnotify_destroy_mark()>
Grab our own reference in audit_remove_watch_rule() earlier to make sure
mark does not get freed under us.
CC: stable@vger.kernel.org
Reported-by: Tony Jones <tonyj@suse.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Tested-by: Tony Jones <tonyj@suse.de>
Signed-off-by: Paul Moore <paul@paul-moore.com>
2017-08-15 15:58:17 -04:00
..
2017-04-17 15:51:57 -04:00
2017-04-16 11:48:10 -07:00
2017-02-27 18:43:46 -08:00
2017-03-02 08:42:34 +01:00
2017-03-17 13:59:52 -07:00
2016-07-15 14:54:27 +09:00
2017-04-20 16:03:09 +02:00
2016-08-26 14:42:08 +02:00
2017-04-18 13:11:07 -07:00
2017-03-03 10:16:38 -08:00
2017-03-02 08:42:36 +01:00
2017-03-02 08:42:34 +01:00
2017-04-27 09:08:26 +02:00
2017-03-07 14:45:22 -08:00
2017-04-19 21:23:47 -04:00
2017-03-02 08:42:39 +01:00
2017-05-02 10:16:04 -04:00
2017-05-02 10:16:04 -04:00
2017-08-15 15:58:17 -04:00
2017-07-19 10:28:54 -04:00
2017-06-12 18:07:43 -04:00
2017-05-02 10:16:05 -04:00
2017-05-30 17:36:11 -04:00
2017-01-12 07:01:56 -07:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2017-03-14 19:19:27 +01:00
2017-03-02 08:42:28 +01:00
2017-03-02 08:42:39 +01:00
2017-03-09 17:01:09 -08:00
2017-02-22 10:15:09 -08:00
2017-03-03 01:43:46 +01:00
2016-07-28 16:07:41 -07:00
2016-12-24 11:46:01 -08:00
2017-03-14 21:45:36 +01:00
2016-12-24 11:46:01 -08:00
2017-03-02 08:42:34 +01:00
2017-02-27 13:26:17 -08:00
2017-02-17 13:40:05 -05:00
2016-10-25 11:31:51 +02:00
2016-12-20 09:48:47 -08:00
2017-02-22 17:33:34 -08:00
2017-03-10 20:55:09 +01:00
2017-03-10 20:55:09 +01:00
2016-08-02 19:35:27 -04:00
2017-03-02 08:42:39 +01:00
2017-02-22 10:30:38 -08:00
2017-02-24 17:46:56 -08:00
2017-03-17 10:18:47 -04:00
2017-03-02 08:42:39 +01:00
2016-12-27 14:49:05 -05:00
2017-01-23 11:32:16 -08:00
2017-03-16 16:56:18 -07:00
2016-04-11 22:43:43 +01:00
2017-05-02 10:16:04 -04:00
2017-02-24 17:46:56 -08:00
2017-03-24 21:51:33 +08:00
2017-03-02 08:42:34 +01:00
2017-03-02 08:42:37 +01:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2017-04-08 00:47:48 -07:00
2017-02-27 18:43:47 -08:00
2016-04-14 12:56:09 -07:00
2017-03-02 08:42:36 +01:00
2017-03-02 08:42:39 +01:00
2017-03-02 08:42:26 +01:00
2017-03-02 08:42:35 +01:00
2016-03-01 20:36:56 +01:00
2016-10-21 15:45:47 -06:00
2017-02-08 08:21:31 +01:00
2016-11-16 10:15:09 +01:00
2016-12-22 22:58:37 -05:00
2017-03-02 08:42:39 +01:00
2016-12-14 16:04:07 -08:00
2017-04-08 10:27:40 -07:00
2016-08-02 19:35:02 -04:00
2016-11-15 10:54:36 -05:00
2017-03-02 08:42:27 +01:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2017-03-06 15:26:37 -06:00
2017-03-02 08:42:31 +01:00
2016-09-05 13:52:39 +02:00
2017-03-02 08:42:29 +01:00
2017-03-02 08:42:29 +01:00
2017-03-03 01:45:36 +01:00
2017-03-02 08:42:38 +01:00
2017-03-02 08:42:34 +01:00
2017-03-02 08:42:34 +01:00
2016-03-02 10:28:47 -05:00
2017-03-06 15:33:42 -05:00