Integer overflow in fs/aio.c in the Linux kernel before 3.4.1 allows local users to cause a denial of service or possibly have unspecified other impact via a large AIO iovec.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://github.com/torvalds/linux/commit/a70b52ec1aaeaf60f4739edb1b422827cb6f3893 | vendor advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1314288 | issue tracking |
https://access.redhat.com/errata/RHSA-2018:1854 | third party advisory vendor advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a70b52ec1aaeaf60f4739edb1b422827cb6f3893 | vendor advisory |
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.1 | vendor advisory |
http://www.openwall.com/lists/oss-security/2016/03/02/9 | mailing list |