Race condition in the sctp_wait_for_sndbuf function in net/sctp/socket.c in the Linux kernel before 4.9.11 allows local users to cause a denial of service (assertion failure and panic) via a multithreaded application that peels off an association in a certain buffer-full state.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2017:1308 | vendor advisory |
https://github.com/torvalds/linux/commit/2dcab598484185dea7ec22219c76dcdd59e3cb90 | patch third party advisory issue tracking |
http://www.openwall.com/lists/oss-security/2017/02/14/6 | patch mailing list third party advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2dcab598484185dea7ec22219c76dcdd59e3cb90 | patch third party advisory issue tracking |
https://bugzilla.redhat.com/show_bug.cgi?id=1420276 | patch issue tracking |
http://www.securityfocus.com/bid/96222 | vdb entry |
http://www.debian.org/security/2017/dsa-3804 | vendor advisory |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.11 | release notes vendor advisory |