CVE-2015-7550 Race between read and revoke keys (rhbz 1291197 1291198)

This commit is contained in:
Josh Boyer 2015-12-14 10:40:27 -05:00
commit f111e5534e
2 changed files with 112 additions and 0 deletions

View file

@ -636,6 +636,9 @@ Patch573: unix-avoid-use-after-free-in-ep_remove_wait_queue.patch
#CVE-XXXX-XXXX rhbz 1291329 1291332
Patch574: ovl-fix-permission-checking-for-setattr.patch
#CVE-2015-7550 rhbz 1291197 1291198
Patch575: KEYS-Fix-race-between-read-and-revoke.patch
# END OF PATCH DEFINITIONS
%endif
@ -2080,6 +2083,7 @@ fi
#
%changelog
* Mon Dec 14 2015 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2015-7550 Race between read and revoke keys (rhbz 1291197 1291198)
- CVE-XXXX-XXXX permission bypass on overlayfs (rhbz 1291329 1291332)
* Fri Dec 11 2015 Josh Boyer <jwboyer@fedoraproject.org>