Race condition in the environ_read function in fs/proc/base.c in the Linux kernel before 4.5.4 allows local users to obtain sensitive information from kernel memory by reading a /proc/*/environ file during a process-setup time interval in which environment-variable copying is incomplete.
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://source.android.com/security/bulletin/2016-11-01.html | third party advisory |
https://bugzilla.kernel.org/show_bug.cgi?id=116461 | issue tracking |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.5.4 | release notes vendor advisory |
http://www.ubuntu.com/usn/USN-3159-1 | vendor advisory |
https://forums.grsecurity.net/viewtopic.php?f=3&t=4363 | issue tracking |
http://www.ubuntu.com/usn/USN-3159-2 | vendor advisory |
http://www.securityfocus.com/bid/94138 | vdb entry third party advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8148a73c9901a8794a50f950083c00ccf97d43b3 | issue tracking third party advisory patch |
https://github.com/torvalds/linux/commit/8148a73c9901a8794a50f950083c00ccf97d43b3 | issue tracking third party advisory patch |