Race condition in the ip4_datagram_release_cb function in net/ipv4/datagram.c in the Linux kernel before 3.15.2 allows local users to gain privileges or cause a denial of service (use-after-free) by leveraging incorrect expectations about locking during multithreaded access to internal data structures for IPv4 UDP sockets.
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 |
---|---|
http://www.securitytracker.com/id/1037798 | third party advisory vdb entry |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9709674e68646cee5a24e3000b3558d25412203a | patch third party advisory issue tracking |
http://source.android.com/security/bulletin/2017-02-01.html | third party advisory |
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.2 | release notes vendor advisory |
http://www.securityfocus.com/bid/96100 | third party advisory vdb entry |
https://github.com/torvalds/linux/commit/9709674e68646cee5a24e3000b3558d25412203a | patch third party advisory issue tracking |