Bugzilla – Bug 871556
VUL-0: CVE-2013-7348: kernel: aio: double free in ioctx_alloc
Last modified: 2014-06-17 08:37:17 UTC
Via rh#1083270: ioctx_alloc() calls aio_setup_ring() to allocate a ring. If aio_setup_ring() fails to do so it would call aio_free_ring() before returning, but ioctx_alloc() would call aio_free_ring() again causing a double free of the ring. Upstream fix: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d558023207e008a4476a3b7bb8706b2a2bf5d84f CVE-2013-7348 was assigned to this issue. References: https://bugzilla.redhat.com/show_bug.cgi?id=1083270
bugbot adjusting priority
This seems to be a fallout from 3dc9acb676003 which reorganized aio_setup_ring. None This is 3.13 so we shouldn't be affected.
After checking in detail - we already got the fix and all the relevant fixups from stable tree.