Race condition in net/packet/af_packet.c in the Linux kernel before 4.9.13 allows local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a multithreaded application that makes PACKET_FANOUT setsockopt system calls.
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.securityfocus.com/bid/96508 | vdb entry third party advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d199fab63c11998a602205f7ee7ff7c05c97164b | patch vendor advisory |
https://source.android.com/security/bulletin/2017-09-01 | third party advisory |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.13 | release notes patch vendor advisory |
http://www.openwall.com/lists/oss-security/2017/02/28/6 | mailing list third party advisory patch |
http://www.debian.org/security/2017/dsa-3804 | third party advisory vendor advisory |
https://github.com/torvalds/linux/commit/d199fab63c11998a602205f7ee7ff7c05c97164b | patch vendor advisory |